Where is the java root in BI EE ?

hello every body.
I have changed the java version and install java 5.0 update 10, because I had problems with the update 15 one.
I want to make the change work with BI EE, but I forgot the file system of BI EE where the root of java is placed !!!
Can any one remember me ?
thanks

we can say the root in the file : server.xml
Message was edited by:
user642052

Similar Messages

  • Where does the java classes go?

    I normally use IntelliJ which automatically puts the java class and the jsp where they are meant to go.
    Can some help me.
    Can someone please tell me where to put the java class, i have put the jsp pages in the webapps\ROOT but where does the java classes go?
    Edited by: Tinkerbelle on Jul 24, 2008 1:46 AM

    Tinkerbelle wrote:
    sorry being stupid i do that sorry,
    If i change the class to type (as someone said in a previous post)That would only work if you already put the bean in the session scope.
    Did you try what PaulOckford wrote?
    >
    i get this error:
    HTTP Status 500 -
    type Exception report
    message
    description The server encountered an internal error () that prevented it from fulfilling this request.
    exception
    org.apache.jasper.JasperException: Unable to compile class for JSP:
    An error occurred at line: 6 in the generated java file
    Only a type can be imported. com.database.contactDB resolves to a packageDo you have a package structure that looks like this:
    com
    com/database/ <-- This is where contactDB.class is located
    com/database/contactDB/
    Because that is what the compiler is saying. Though it may be thrown off by case (see below)
    P.S. If you use the jsp:useBean you do not need the import statement which appears to be where the error occurs. (One of the things that makes JSPs so hard to debug is the fact that the error line in the generated java file as referenced above is never the same as the line in the JSP file).
    >
    An error occurred at line: 3 in the jsp file: /login.jsp
    database.contactDB cannot be resolved to a type
    1: <%@ page import="com.database.contactDB" %>
    2:
    3: <jsp:useBean id='db'
    4: scope='session'
    5: type='database.contactDB'/>
    6: <html>
    And to be ultra clear - you did compile contactDB from a .java file to a .class file, and the class is called contactDB and not ContactDB correct? The class name is case sensitive and should be the exact same case in the useBean and import statements as in the real class name.
    >
    An error occurred at line: 3 in the jsp file: /login.jsp
    database.contactDB cannot be resolved to a type
    1: <%@ page import="com.database.contactDB" %>
    2:
    3: <jsp:useBean id='db'
    4: scope='session'
    5: type='database.contactDB'/>
    6: <html>
    Stacktrace:
         org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:93)
         org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:330)
         org.apache.jasper.compiler.JDTCompiler.generateClass(JDTCompiler.java:435)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:298)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:277)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:265)
         org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:564)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:302)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:329)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:265)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
    note The full stack trace of the root cause is available in the Apache Tomcat/5.5.26 logs.
    Apache Tomcat/5.5.26Edited by: stevejluke on Jul 24, 2008 7:33 AM
    Fixed compile from .class file to a .java file to compile from a .java file to .class file

  • Where is the 'Content Root' described in Installation Document for Knowledge Center

    According to the installation document, "The Content Root is where user content is stored ... The Content Root virtual directory is a sub-directory of the Knowledge Center application..."
    Is the Content Root the same as my IIS Player directory where users run the UPK content? Is this tracking the usage of the player web site or the developers' usage of the developer Virtual Directory. My confusion lies in the fact that the developer Virtual Directory and the Player Virtual directory already exist, but this says the Content Root is a sub-directory of the Knowledge Center application. I'm not sure how that works.
    For example, I have the following Directory structure.
    E:\upk-player (Virtual Directory where Player content is moved after being published.)
    E:\upk-content (Virtual Directory where Developer content is stored)
    Will the Knowledge Center create another directory under E:\Program Files\User Productivity Kit\Knowledge Center to store content? I am trying to understand what is going on before I do the installation so I can give the wizard the correct responses.
    Thanks!!

    See "Incompatibilities . . . #3" here
    http://java.sun.com/j2se/1.4.2/compatibility.html

  • Confuse..where are the java files(bean) related to JSP in Portal??

    Hi..
    Can anybody plz help me..
    I already deploy the new JPDK Jan 2003.
    It's works fine in the Portal.
    Just, i don't understand, where they put the java files(bean) related?
    For example..the Lottery (lotto.jsp)
    it called this bean..
    "<jsp:usebean id = "picker" class = "oracle.portal.sample.devguide.lottery.LottoPicker" scope = "page" />"
    but, when i searched in the Server, i cannot find this LottoPicker.java.....
    Pls help me, it is urgent..

    Hi,
    All the bean files are in samplev2.jar at %OC4J_HOME%/j2ee/home/applications/jpdk/jpdk/WEB-INF/lib. If you extract the zip you will see all the class files for samples in JPDK.
    btw, as per J2EE container specification, the default location for any java class file (i.e. '.class' files) is WEB-INF/lib (packaged as a jar) or inside WEB-INF/classes as individial class files (with their complete package structure)
    Regards,
    Abhinav

  • Where is the Java icon

    Hello,
    once upon the time - it was at Java 1.4 - the Java icon for windows could be found in the subdirectory \jre\javaws\JavaCup.ico.
    Where can that - or a similar - Java icon be found in Java 5 and 6 installations (or elsewhere)?
    Thomas Wiedmann

    This is the result of a find in the Java 1.5.0 directory on a Linux system:
    # find . -name "*png" -print
    ./demo/jfc/Java2D/src/images/boat.png
    ./demo/jfc/Java2D/src/images/duke.png
    ./demo/jfc/Java2D/src/images/jumptojavastrip.png
    ./demo/jfc/Java2D/src/images/java_logo.png
    ./demo/plugin/jfc/Java2D/src/images/boat.png
    ./demo/plugin/jfc/Java2D/src/images/duke.png
    ./demo/plugin/jfc/Java2D/src/images/jumptojavastrip.png
    ./demo/plugin/jfc/Java2D/src/images/java_logo.png
    ./jre/lib/images/icons/sun-java_LowContrast.png
    ./jre/lib/images/icons/sun-java.png
    ./jre/lib/images/icons/sun-java_HighContrastInverse.png
    ./jre/lib/images/icons/sun-java_HighContrast.png
    ./jre/plugin/desktop/sun_java.png
    I suggest you run a similar find on your Java directory and check to see if any of those images (change png to gif and jpg to possibly get more images) suits your needs.
    Disclaimer: please be aware that the Java cup logo is a Sun trademark. You may not be allowed to use it.

  • Where is the Java Commercial

    where can i download the java promotional video?
    or any (preferably all) of the java commercials that have been release promoting Java

    where can i download the java promotional video?You mean the one where James Gosling sprays graffiti on the front of a police station and then legs it, holding a sign saying "Write once, run anywhere"? Or the one where Luke Skywalker tries to stop a run-away garbage truck and gets run over, followed by the slogan "You can't force the garbage collector"?

  • Where are the .java files compiled from .jsp files stored?

              hi,
              I'm new to weblogic server. When I use Tomcat as the jsp server, it compiles .jsp
              files to .java files and then .class files. So when an error reported I can track
              it in the .java file.
              But what should I do with weblogic? It only saves the .class files in the work
              dir. Or is there a better way to trace errors in jsp files?
              Thanks!
              

    This should give you the information you need to set the keepgenerated flag:
              http://e-docs.bea.com/wls/docs60/jsp/admin.html#53346
              Also, the .java files will be right next to the .class files with are under
              a tmp directory in the /WEB-INF directory under the WEB-INF if it is an open
              directory or in the
              config/mydomain/applications/.wl_temp_do_note_delete/WEB-INF directory if it
              is .war file.
              Sam
              "Raymond" <[email protected]> wrote in message
              news:3b931619$[email protected]..
              >
              > Thanks, but can you tell me more about it? where to set this flag? I'm
              using WLS
              > 6.0sp1.
              >
              > "Sam Pullara" <[email protected]> wrote:
              > >You can turn on the keepgenerated flag if you want to keep the .java
              > >files.
              > >How you do this depends on what version you are using.
              > >
              > >Sam
              > >
              

  • Where is the JAVA console?

    Hi, i need to tracethe System.out.println() information given from my JAVA applet, but actually the default console of Firefox 25.1 don't show anything... Why??
    I need to download an extension separately?

    Hello Americanhorizon,
    Thank you for contacting Mozilla Support. Because Java applets are embedded we do not have a console in our web tools. If you take a look at the following web page there are instructions on how to enable to Java Console in windows.
    [http://www.java.com/en/download/help/javaconsole.xml How do I enable the Java Console]
    Please let us know if this solves your issue.
    Cheers,
    Patrick

  • Where are the Java Tutorials' discussions?

    Greetings,
    I've been following the "Learning the Java Language" online training under the Java Tutorials for several weeks now. After a few days away, I noticed today that the users' comments, questions and compliments section at the bottom of each page is now gone.
    What happened? Did I accidentally change some settings in my browser or were they removed by SUN itself?
    Thanks in advance for the clarification

    I would guess that Oracle took them out--just in case you have not noticed: there really isn't any "Sun" any more.

  • Where are the Java API classes?

    Hello All,
    I understand that Oracle9i uses a Java API different than those older classes found in sdoapi.zip here on the OTN.
    Problem is, I don't know where to find them in my newly-installed 9iR2.
    Can anyone help me with this simple question or point me to appropriate documentation?
    Thanks!
    -- john

    I believe the new Java API classes are slated for 10i.

  • Where is the "enable root"

    Hi. I wana to enable root user in mac os 10.6.3 but I cannot find it when opening the Director Utility!!!!
    I read this article http://support.apple.com/kb/HT1428  but still cannot find Enable Root User from the Edit menu.

    This only works, if you have enabled the root account before ;-) so here you are again ;-)
    BobHarris wrote:
    Start an Applications -> Utilities -> Terminal session and enter
    sudo passwd root
    Password:   enter your admin password here
    Changing password for root.
    New password:
    Retype new password:
    The root account should now be enabled.  You are now free to aim at your foot.
    NOTE: these days most power users can get along using just the sudo command without enabling root.  If they need a root prompt, then just enter
    sudo -s
    or
    sudo su -
    It is possible to set up ssh-keygen keys for root that allow remote ssh logins for unattended backups from a backup server, all without enabling the root account.
    So at least once you have to go through the enable sequence mentioned above.
    If root account is disabled only sudo works, but you cannot do anything like "su root" or "sudo passwd root", that addresses the root account itself, since it is disabled.
    But I agree, I do not remember any situation where in a Terminal session "su root" was necessary. In all cases using sudo was sufficient.

  • Where is the Java Servlet 2.5 spec?

    Hello folks,
    I've got one question: Where can I download the specification document of Java Servlet 2.5?
    The following page leads to a download page where I can download the RI and API docs in a single ZIP file called "servlet-2_5-mrel-spec.zip".
    http://jcp.org/aboutJava/communityprocess/mrel/jsr154/index.html
    Is someone able to give a hint?
    Thanks a lot!
    Cheers,
    Ren�

    yah its cool to post questions about servlets here

  • Where's the Java Print Preview Option?

    I've tested v13 for a few weeks now, and the only apparent problem I'm having surrounds the pdf printer. We have Adobe Pro-9 installed on our clients.
    When selecting Print Preview or Advanced Print, I can't get past the "Contract Manager pdf Printer" error.
    Previous versions provided a configuration option between Java and pdf... where'd that option go? I can't seem to locate it.
    Thanks in advance...

    There is no option anymore for Java printing vs ActiveX vs anything else. PDF printing is the only choice. What is the exact error message? Log in to the CM13 web server as the account used to start the service and verify the CM PDF Printer is available. If not, I believe you can install the PDF printer directly from the amyuni folder on the CD, then you may need to rename the printer to Contract Manager PDF Printer.

  • Where is the web root directory in Database 10g Express Edition and APEX

    I'm developing a mod_plsql application with database express edition and the APEX version that comes with.
    It works fine for developing mod_plsql applications(http://localhost:8080/apex/mypackages), but I could not find the different web directories to put my static html documents, css, gifs etc.
    I could also not find a way to configure the webserver.
    There's no apache installed.
    Can somebody help me.
    Thanks Roman

    http://daust.blogspot.com/2006/03/where-are-images-of-application.html

  • Where is the java control panel in OS 10.10

    There have been a rash of pop-ups alerting me to an important Java Update download.   Each time its download appears to be complete in the progress bar it never actually finishes and ultimately fails.   Are there any known phishing scams happening in OS 10.10 appearing as Java but actually fraudulent?   If legit, what is the work-around to get this update to succeed?

    Java SE Runtime Environment 8 1.8.25.17 is the only authorized Java plug-in for 10.10. Anything else you see is probably a scam.

Maybe you are looking for

  • Final Cut Express as Offline - Final Cut Studio 2 as Online?

    Is it possible to use FInal Cut Express for offline editing and then replace the media with HD versions for online editing in Final Cut Pro? Example of our proposed Workflow: 1. Capture HDCam footage from CineAlta Camera into Final Cut Studio 2 at DV

  • Change default wireless dhcp

    I want to deploy an Airport in an existing network address space of 10.90.8.0. The default wireless dhcp address space is 10.0.1..0. Can I change that default or must I reassign all ip address to conform with the Airport default?

  • Printing from officejet 6500 e709n on wifi network

    printing from a macbook pro w/ os x yosemite per subject line above. unable to print.

  • Insp lot

    hi in my system one of the material having quality stock in MMBE but in MD04 not showing insp lot no. How can i trace the insp lot Regards

  • InDesign file crashing and damaging file...even the backup file.

    Of course in times of deadline but I have a lengthy 20 something page document that continually crashes and then gives me a damaged error but attempting to recover just crashes InDesign. I have tried recreating a couple times thinking maybe something