Where do I put the Jakarta files standard.jar and jstl.jar when developing with JSF 2.0 in OEPE using web logic server

hi everybody, I am wondering what should i do with the standard.jar and jstl.jar files when using we logic. I tried putting both files into
the directory c:\oracle\middleware\oracle_home\user_projects\domains\base_domain\bin.  I don't know if this is correct.  Thanks in
in advance for the help.

Anyways I found this link on www.oracle.com website by the same author of the book I am reading Deepak Vohra - Templating with JSF 2.0 Facelets.
although here he is using Weblogic 11g although I don't think it makes a difference.  have a look at the Setting up the Environment section
where he says to download the jstl.jar and standard.jar files.
http://www.oracle.com/technetwork/articles/java/facelets-454361.html

Similar Messages

  • Where should I put the configuration file?

    Hi
    I'm developping a web application using IBM's websphere as my application server. My application reads configuration information from a properties file.
    My question is: what's the right location to put the configuration file? Should I provide a fixed path, or should I just put in the webserver's execute directory?
    Thanks in advance
    Pedro

    I'd consider what the configuration file is cheifly
    tied to.
    If there are only a small number of parameters then
    put them into the web.xml as initial parameters and
    access then via servlet cotext.
    If they are tied to some class, then I'd put the
    properties file next to the relevant class file and
    use getClass().getResourceAsStream().
    If they relate to the web-app as a whole, I'd put
    them in the WEB-INF directory and access then using
    getServletContext().getResourceAsStream("WEB-INF/xxx.p
    roperties");The one thing you definitely shouldn't do is use an
    absolute file path.Thanks for the reply.
    Forgive my ignorance, but how can I access getServletContext from my web application?
    Thanks again!

  • Standard.jar and jstl.jar directory

    First off I probably should apologize in advance because my problem might be an eclipse config issue.
    I created a simple servlet and I tried to include a jstl library import javax.servlet.jsp.jstl.sql.Result;. It compiled cleanly but, when I ran the application (through a browser accessing tomcat through eclipse) I was getting this error...
    The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml or the jar files deployed with this application
    I eventually found out what was wrong but I don't understand why it was wrong and that's my question. Originally I had jstl.jar and standard.jar in the projectHome/lib directory. When I moved those 2 files to the projectHome]/WEB-INF/lib directory, however, things ran correctly. Is this a setting somewhere within my tomcat config on eclipse perhaps? Or can someone point me in the right direction about this issue in general?
    Thanks in advance!

    Tomcat and Eclipse have different ideas of classpath.
    In Eclipse you set the classpath as part of the project properties: Java Build Path.
    Tomcat uses:
    - web-inf/classes directory
    - jar files in web-inf/lib
    - jar files in /shared/lib
    - jar files in /common/lib
    So in order to run on Tomcat, they need to be in the web-inf/lib directory.
    Cheers,
    evnafets

  • After I slide to power off my 3GS iphone I can't on it back again. The apple logo come on and th3en off. If I connect to the power the apple logo comes on and then it open up with 70% power. I have used itune to restore my iphone recently. How can I make

    After I slide to power off my iphone 3GS it would not turn on again.Only the apple logo comes on and then it is off. If I connect to the power the apple logo comes
    and then it comes on . I have just used itunes to restore my iphone. How can I make my iphone work again?

    Keep using it untill it powers off, then charge it to full to re-calibrate the battery.
    If problem persist, maybe your battery needs to be replaced.

  • Where can I find the wsdl file ?

    Hi,
    i want to know the real path of the wsdl files. in other words, after putting the axis directiry in the JBoss server/all/deploy, the axis server generate a wsdl file from a wsdd file. where does it put the wsdl file.
    Please help.
    Thanks.
    Ahmed

    It doesn't create a file on the file system but generates the wsdl on the fly when requested.

  • How to put the ".class" file in Memory with Javac?

    The J2SE 6 RC have an tool : javax.tools.JavaComplier. I can use it to compile the source code in memory( I implemented an JavaFileObject).
    But the compiler aways put the output file(.class) to file system. It;s not my want to do . I am writing an IDE ,I use javac to determine the code error after the user's typing. So complier is used a lot , writing to file system is a time consuming job.
    I also want to use the byte code(".class" file) for reflection , so if the JavaCompiler can put the output file in memory and then I can reflect it.
    My current solution is puting the output file to file system then use Class.forName() to reload it in memory then reflect it. It seems a useless IO operation with file system.
    How can I do with it?
    Thanks!

    Those 'useless' I/O operations are one or two out of thousands that are implied by compiling a Java source file.
    I wouldn't worry about it.

  • The Web Logic Server did not start up properly

    Trying to start Weblogic Portal Server
    Result is :
    # Note: Server initialization may take several minutes.
    # Please be patient.
    <Jan 26, 2002 11:45:43 PM EST> <Info> <Security> <Getting boot password from user.>
    Enter password to boot WebLogic server:
    Starting WebLogic Server ....
    The WebLogic Server did not start up properly.
    Exception raised:
    java.lang.IllegalAccessError: try to access method weblogic.management.internal.Helper.preloadMBeanInfos()V
    from class weblogic.management.Admin
    at weblogic.management.Admin.initialize(Admin.java:212)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:362)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:202)
    at weblogic.Server.main(Server.java:35)
    Reason: Fatal initialization exception
    Press any key to continue . . .
    What is goin on ??????

    "Bernie Ferguson" <[email protected]> wrote in
    news:3c7c6672$[email protected]:
    >
    Trying to start Weblogic Portal Server
    Result is :
    # Note: Server initialization may take several minutes.
    # Please be patient.
    <Jan 26, 2002 11:45:43 PM EST> <Info> <Security> <Getting boot
    password from user.> Enter password to boot WebLogic server:
    Starting WebLogic Server ....
    **** The WebLogic Server did not start up properly.
    Exception raised:
    java.lang.IllegalAccessError: try to access method
    weblogic.management.internal.Helper.preloadMBeanInfos()V from class
    weblogic.management.Admin
    at weblogic.management.Admin.initialize(Admin.java:212)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:362)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:202)
    at weblogic.Server.main(Server.java:35)
    Reason: Fatal initialization exception
    **** Press any key to continue . . .
    What is goin on ??????
    I had this problem when I tried using Web Logic Server 6.1 SP2. When I
    switched back to SP1 it was fine.

  • Where do I put the .jar file for the database connection?

    I am trying to connect to an Oracle 11g database. I see under the coldfusion settings summary that the java version is 1.7.0_55. So I downloaded the ojdbc7.jar file from Abode.com. Now the question is where do I put it so that coldfusion can access it?
    Of course I need to set up the database connection (which I still don't have the connection string for), but I still need to know where to put the ojdbc.jar file.
    Thanks.

    jasonwryan wrote:What does the man page say?
           The  program  has builtin defaults and temperature thresholds but users
           can   specify   their   own    settings    in    configuration    files
           /etc/default/i8kmon  and  ~/.i8kmon.   The daemon defines 4 states with
           different fan speeds ({0 0}, {1 0}, {1 1}, {2 2}) and  for  each  state
           are  defined  the temperature thresholds which cause the switching to a
           higher or lower  state.  Furthermore  each  state  can  have  different
           thresholds  for operation on ac power or battery.  For example the fol‐
           lowing configuration:
    I've put the following file in /etc/default/i8kmon:
    # Run as daemon, override with --daemon option
    set config(daemon) 0
    # Automatic fan control, override with --auto option
    set config(auto) 1
    # Report status on stdout, override with --verbose option
    set config(verbose) 1
    # Status check timeout (seconds), override with --timeout option
    set config(timeout) 1
    # Temperature thresholds: {fan_speeds low_ac high_ac low_batt high_batt}
    set config(0) {{-1 0} -1 50 -1 50
    set config(1) {{-1 1} 50 70 50 70}
    set config(3) {{-1 2} 70 128 70 128}
    But it doesn't seem to do anything. I'm running a Dell Inspiron 3521 with no dedicated GPU, so it only has one fan. I was somehow able to get i8kmon to work in Ubuntu by putting this config in /etc/i8kmon, but can't get it to work in Arch. Putting it in /etc/i8kmon and /etc/default/i8kmon doesn't do anything.

  • Where Do You Put The Un-Ziped Files For...

    The manual is unclear.
    Where Do You Put The Un-Ziped Files for Contact Sheet X in CS4.

    CSX v1.4.2 README
    INSTALLATION:
    If there are previous versions of CSX, be sure to remove them at
    this time. Failure to do so may result in 'Copy' errors during installation.
    Unzip the CSX zip file into a temporary directory. It's location is
    unimportant EXCEPT DO NOT unzip it anywhere your Photoshop application tree.
    Run the InstallCSX script in the top-level directory. You can do this by:
    1) double clicking it
    2) dragging it onto a PS application
    3) running it from inside PS via File->Scripts->Browse
    If your OS is Vista, you will probably need to start Photoshop using
    'Run as administrator' because the installation script needs to install
    CSX into Photoshop folders that are normally protected.
    If you have more than one installation of Photoshop on your computer, you'll
    need to run the installation script for each copy of Photoshop.
    When the installation is complete, you can removed the contents that you
    unzipped before.
    MANUAL INSTALLATION:
    You don't need to do this if you ran the InstallCSX script.
    If there are previous versions of this script, be sure to remove them at
    this time.
    Unzip the distrubution file in your Photoshop Presets/Scripts directory and
    restart Photoshop. "CSX-1_4_2.jsx" should appear in your File->Scripts menu
    in CS2.
    With CS3 and CS4, CSX should appear under File->Automate menu as
    'Contact Sheet X v1.4.2...'.

  • Where to put the properties file

    I am a new user of NetBeans6.0, I am making a simple application for user registration. I have coded everything but when I run project I get error caused by the dao.properties file load problem.
    I have put the dao.properties file inside the classes directory(where all java class files are build after running the project) of my web application directory( I didn't create this directory though, it is automatically created by IDE), I think there is a problem with its path.
    where should I put the dao.properties file so that when I run the project the Tomcat automatically find it and also, what the settings I should do?
    actually, I have referred to BalusC'd  DAO tutorial: the data layer but that comes in use when we are working off the IDEs, In my case since I am using Netbeans so it may be different from that one.
    if someone already done that then please let me know

    ok, but will it work if I upload the project in a remote host?
    lets talk besides IDE, as in your DAO tutorial you have instructed to put the properties file somewhere in root of the classpaths. ok, it will work on a local computer cause there is classpath setting but since remote host doesn't know about that property file and we cant set classpath at remote host(I am not sure though if we can) then how will it work at remote host.
    how the server at remote host comes to know about that property file?
    In my case since I have made the project using IDE and everything regarding classpaths have been set automatically(IDE done itself), but at remote host these sort of settings are not done then how the project will run?
    if I have described my problem incorrectly then please consider it as it is supposed to be.

  • Where to put the .txt file in order to read it

    think ur prog can read the data.. but it said
    java:9: unreported exception java.io.FileNotFoundException; must be caught or declared to be thrown
    FileInputStream sStream = new FileInputStream("data.txt");
    so where to paste the .txt file if i want to read it
    same folder with my .java file?

    u must put the .txt file in order to read it as an
    argument to java command at runtime this code may help
    u out
    import java.io.*;
    class Demofin     
    {public static void main(String[] args) throws
    IOException
         int i;
         FileInputStream fin;
              try
                   fin=new FileInputStream(args[0]);
              catch (FileNotFoundException e)
              {System.out.println(" file not found");
              return;
              catch (ArrayIndexOutOfBoundsException e)
                   System.out.println("usage demofin filename.txt");
                   return;
              do
              {i=fin.read();
              if(i!=-1)System.out.print((char) i);
              while (i!=-1);
                   fin.close();
    }Use tags..

  • Where to put the dll file

    hi everyone
    i have a dll file and i want to use it through a java file
    so i wrote a native method and load the directory when the dll is found
    but
    how to set up the library path in my in my environment

    i found the answer i don't have to set up any
    environment variable just put the dll file near the
    java file

  • Where should I put the sevlet

    I just started to work with Tomcat and I compiled the helloWorld sevlet.
    It's said from a book that the sevlet should be placed in serlver_root/webapps/ROOT/WEB-INF/classes, however there isn't a "classes" folder in my WEB-INF folder. So I put the helloWorld sevlet in the WEB-INF folder.
    Then I type http://localhost:8080/servlet/helloworld in my browser, I get a message from the sever said "The requested resource (/servlet/HelloWorld) is not available".
    Could anybody tell me how can solve this prolbem, where should I put the sevelt?

    have ones more a look to your book - especially to information about the configuration file "web.xml" which also should be placed in the WEB-INF folder. This file defines which servlets should be found by the server and which request-URL should be mapped to this servlet.
    for examples concerning the web.xml file see those already defined in your server. copy one and edit it for your needs. if you really want to understand what else might be configured using web.xml see the DTD for this file - it's pretty good documented!
    hope it helps :)

  • Where should I store the collatoral files that are associated with photos stored in lightroom?

    Where should I store the collatoral files that are associated with photos stored in lightroom? Items such as pdf files, word documents, etc. How should I connect them to each other so I can find both the photo and the related data?

    Lightroom itself will not help you with pdf, word, etc.
    However, there is a plugin you can use called AnyFile which will allow you to manage these documents in Lightroom (by assigning keywords and other metadata) so that you can search for all documents (photos, pdf, word, music, powerpoint, etc.) with given metadata.
    Because you do this via metadata, it doesn't matter where you put these files. Put them anywhere you want.

  • I own the original (color photometer) EYE1 PHOTO. I use Windows 7; where do I put the printer profile?

    Where do I put the (original-color photometer) EYE1 printer profile in Windows 7?

    You could try to put it here:
    C:\Program Files\Common Files\Adobe\Color\Profiles
    Copying the color folder from your laptop? I don't know - it might work, but I would create a restore point beforehand,
    I'm no expert on Windows, so hopefully somebody more knowledgeable might be able to help you.

Maybe you are looking for

  • Error when double clicking a timeline clip

    Hello, I'm editing a movie on the latest and legal version of Mac's Premiere Pro CC. I began working on various projects and some days ago I merged them into one. Now, when I double click a timeline clip to preview or modify the in/out point of it an

  • OS 10.8.2 - time capsule backup disk cannot be found

    I updated to OSX 10.8.2 last night and now my Time Capsule cannot be found even though my wireless connection to the Time Capsule is fine and the Time Capsule appears in the Finder. Anyone havng similar issues?

  • Variable Substitution at communicaiton channel

    Hi, Currently my file schema is TO%xi_output%.txt where xi_output refers to transfer order field. My client wants additionally warehouse number to be mentioned. should my file schema be like this TO%xi_whse%%xi_output%.txt or TO%xi_whse xi_output%.tx

  • Extended Transport Control

    I just implemented Extended Transport Control for my Transport Domain, which consists of DEV-100, DEV-111, QAS-200, QAS-220. Now, it asks me to set the 'target client' for all the transports that are already imported.Without setting the target client

  • This might be a stupid question but....

    Is the Mac Mini with the 9400M video card powerful enough to run final cut studio? I'm using the previous model mac mini to use FCE but I'd really like to get into learning the programs in final cut studio but I dont have the money to spend on the iM