Jars Needed In Tomcat 5.5 for JavaEE1.5 app

Can somebody please tell me what jars are needed in Tomcat5/common/lib directory to run a JavaEE 1.5 JSF1.2 application developed in Netbeans with Visual Web Pack. I just need the jars that are used by default for a Visual Web App.
Thanks In Advance
Jason

Im Sorry . . . Tomcat 6.0
Here's the server log . . .
INFO   | jvm 1    | 2008/03/10 06:23:11 | INFO: HTMLManager: start: Starting web application at '/Elegance'
INFO   | jvm 1    | 2008/03/10 06:23:11 | Mar 10, 2008 6:23:11 AM com.sun.faces.config.ConfigureListener contextInitialized
INFO   | jvm 1    | 2008/03/10 06:23:11 | INFO: Initializing Sun's JavaServer Faces implementation (1.2_04-b20-p03) for context '/Elegance'
INFO   | jvm 1    | 2008/03/10 06:23:12 | Mar 10, 2008 6:23:12 AM org.apache.catalina.core.StandardContext listenerStart
INFO   | jvm 1    | 2008/03/10 06:23:12 | SEVERE: Exception sending context initialized event to listener instance of class com.sun.faces.config.ConfigureListener
INFO   | jvm 1    | 2008/03/10 06:23:12 | java.lang.NoClassDefFoundError: javax/faces/application/ViewExpiredException
INFO   | jvm 1    | 2008/03/10 06:23:12 |  at com.sun.faces.lifecycle.LifecycleImpl.<init>(LifecycleImpl.java:79)
INFO   | jvm 1    | 2008/03/10 06:23:12 |  at com.sun.faces.lifecycle.LifecycleFactoryImpl.<init>(LifecycleFactoryImpl.java:92)
INFO   | jvm 1    | 2008/03/10 06:23:12 |  at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
INFO   | jvm 1    | 2008/03/10 06:23:12 |  at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
INFO   | jvm 1    | 2008/03/10 06:23:12 |  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
INFO   | jvm 1    | 2008/03/10 06:23:12 |  at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
INFO   | jvm 1    | 2008/03/10 06:23:12 |  at java.lang.Class.newInstance0(Class.java:350)
INFO   | jvm 1    | 2008/03/10 06:23:12 |  at java.lang.Class.newInstance(Class.java:303)
INFO   | jvm 1    | 2008/03/10 06:23:12 |  at javax.faces.FactoryFinder.getImplGivenPreviousImpl(FactoryFinder.java:551)
INFO   | jvm 1    | 2008/03/10 06:23:12 |  at javax.faces.FactoryFinder.getImplementationInstance(FactoryFinder.java:411)
INFO   | jvm 1    | 2008/03/10 06:23:12 |  at javax.faces.FactoryFinder.getFactory(FactoryFinder.java:229)
INFO   | jvm 1    | 2008/03/10 06:23:12 |  at com.sun.faces.config.ConfigureListener.configure(ConfigureListener.java:805)
INFO   | jvm 1    | 2008/03/10 06:23:12 |  at com.sun.faces.config.ConfigureListener.configure(ConfigureListener.java:486)
INFO   | jvm 1    | 2008/03/10 06:23:12 |  at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:381)
INFO   | jvm 1    | 2008/03/10 06:23:12 |  at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3830)
INFO   | jvm 1    | 2008/03/10 06:23:12 |  at org.apache.catalina.core.StandardContext.start(StandardContext.java:4337)
INFO   | jvm 1    | 2008/03/10 06:23:12 |  at org.apache.catalina.manager.ManagerServlet.start(ManagerServlet.java:1237)
INFO   | jvm 1    | 2008/03/10 06:23:12 |  at org.apache.catalina.manager.HTMLManagerServlet.start(HTMLManagerServlet.java:591)
INFO   | jvm 1    | 2008/03/10 06:23:12 |  at org.apache.catalina.manager.HTMLManagerServlet.doGet(HTMLManagerServlet.java:128)
INFO   | jvm 1    | 2008/03/10 06:23:12 |  at javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
INFO   | jvm 1    | 2008/03/10 06:23:12 |  at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
INFO   | jvm 1    | 2008/03/10 06:23:12 |  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
INFO   | jvm 1    | 2008/03/10 06:23:12 |  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
INFO   | jvm 1    | 2008/03/10 06:23:12 |  at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
INFO   | jvm 1    | 2008/03/10 06:23:12 |  at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
INFO   | jvm 1    | 2008/03/10 06:23:12 |  at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:525)
INFO   | jvm 1    | 2008/03/10 06:23:12 |  at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
INFO   | jvm 1    | 2008/03/10 06:23:12 |  at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
INFO   | jvm 1    | 2008/03/10 06:23:12 |  at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
INFO   | jvm 1    | 2008/03/10 06:23:12 |  at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:263)
INFO   | jvm 1    | 2008/03/10 06:23:12 |  at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
INFO   | jvm 1    | 2008/03/10 06:23:12 |  at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:584)
INFO   | jvm 1    | 2008/03/10 06:23:12 |  at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
INFO   | jvm 1    | 2008/03/10 06:23:12 |  at java.lang.Thread.run(Thread.java:595)
INFO   | jvm 1    | 2008/03/10 06:23:12 | Mar 10, 2008 6:23:12 AM org.apache.catalina.core.StandardContext start
INFO   | jvm 1    | 2008/03/10 06:23:12 | SEVERE: Error listenerStart
INFO   | jvm 1    | 2008/03/10 06:23:12 | Mar 10, 2008 6:23:12 AM org.apache.catalina.core.StandardContext start
INFO   | jvm 1    | 2008/03/10 06:23:12 | SEVERE: Context [/Elegance] startup failed due to previous errors
INFO   | jvm 1    | 2008/03/10 06:23:12 | Mar 10, 2008 6:23:12 AM org.apache.catalina.core.ApplicationContext log
INFO   | jvm 1    | 2008/03/10 06:23:12 | INFO: HTMLManager: list: Listing contexts for virtual host 'localhost'
INFO   | jvm 1    | 2008/03/10 06:23:17 | Mar 10, 2008 6:23:17 AM org.apache.catalina.core.ApplicationContext log
INFO   | jvm 1    | 2008/03/10 06:23:17 | INFO: HTMLManager: start: Starting web application at '/Elegance'
INFO   | jvm 1    | 2008/03/10 06:23:17 | Mar 10, 2008 6:23:17 AM com.sun.faces.config.ConfigureListener contextInitialized
INFO   | jvm 1    | 2008/03/10 06:23:17 | INFO: Initializing Sun's JavaServer Faces implementation (1.2_04-b20-p03) for context '/Elegance'
INFO   | jvm 1    | 2008/03/10 06:23:17 | Mar 10, 2008 6:23:17 AM org.apache.catalina.core.StandardContext listenerStart
INFO   | jvm 1    | 2008/03/10 06:23:17 | SEVERE: Exception sending context initialized event to listener instance of class com.sun.faces.config.ConfigureListener
INFO   | jvm 1    | 2008/03/10 06:23:17 | java.lang.NoClassDefFoundError: javax/faces/application/ViewExpiredException
INFO   | jvm 1    | 2008/03/10 06:23:17 |  at com.sun.faces.lifecycle.LifecycleImpl.<init>(LifecycleImpl.java:79)
INFO   | jvm 1    | 2008/03/10 06:23:17 |  at com.sun.faces.lifecycle.LifecycleFactoryImpl.<init>(LifecycleFactoryImpl.java:92)
INFO   | jvm 1    | 2008/03/10 06:23:17 |  at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
INFO   | jvm 1    | 2008/03/10 06:23:17 |  at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
INFO   | jvm 1    | 2008/03/10 06:23:17 |  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
INFO   | jvm 1    | 2008/03/10 06:23:17 |  at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
INFO   | jvm 1    | 2008/03/10 06:23:17 |  at java.lang.Class.newInstance0(Class.java:350)
INFO   | jvm 1    | 2008/03/10 06:23:17 |  at java.lang.Class.newInstance(Class.java:303)
INFO   | jvm 1    | 2008/03/10 06:23:17 |  at javax.faces.FactoryFinder.getImplGivenPreviousImpl(FactoryFinder.java:551)
INFO   | jvm 1    | 2008/03/10 06:23:17 |  at javax.faces.FactoryFinder.getImplementationInstance(FactoryFinder.java:411)
INFO   | jvm 1    | 2008/03/10 06:23:17 |  at javax.faces.FactoryFinder.getFactory(FactoryFinder.java:229)
INFO   | jvm 1    | 2008/03/10 06:23:17 |  at com.sun.faces.config.ConfigureListener.configure(ConfigureListener.java:805)
INFO   | jvm 1    | 2008/03/10 06:23:17 |  at com.sun.faces.config.ConfigureListener.configure(ConfigureListener.java:486)
INFO   | jvm 1    | 2008/03/10 06:23:17 |  at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:381)
INFO   | jvm 1    | 2008/03/10 06:23:17 |  at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3830)
INFO   | jvm 1    | 2008/03/10 06:23:17 |  at org.apache.catalina.core.StandardContext.start(StandardContext.java:4337)
INFO   | jvm 1    | 2008/03/10 06:23:17 |  at org.apache.catalina.manager.ManagerServlet.start(ManagerServlet.java:1237)
INFO   | jvm 1    | 2008/03/10 06:23:17 |  at org.apache.catalina.manager.HTMLManagerServlet.start(HTMLManagerServlet.java:591)
INFO   | jvm 1    | 2008/03/10 06:23:17 |  at org.apache.catalina.manager.HTMLManagerServlet.doGet(HTMLManagerServlet.java:128)
INFO   | jvm 1    | 2008/03/10 06:23:17 |  at javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
INFO   | jvm 1    | 2008/03/10 06:23:17 |  at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
INFO   | jvm 1    | 2008/03/10 06:23:17 |  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
INFO   | jvm 1    | 2008/03/10 06:23:17 |  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
INFO   | jvm 1    | 2008/03/10 06:23:17 |  at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
INFO   | jvm 1    | 2008/03/10 06:23:17 |  at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
INFO   | jvm 1    | 2008/03/10 06:23:17 |  at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:525)
INFO   | jvm 1    | 2008/03/10 06:23:17 |  at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
INFO   | jvm 1    | 2008/03/10 06:23:17 |  at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
INFO   | jvm 1    | 2008/03/10 06:23:17 |  at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
INFO   | jvm 1    | 2008/03/10 06:23:17 |  at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:263)
INFO   | jvm 1    | 2008/03/10 06:23:17 |  at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
INFO   | jvm 1    | 2008/03/10 06:23:17 |  at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:584)
INFO   | jvm 1    | 2008/03/10 06:23:17 |  at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
INFO   | jvm 1    | 2008/03/10 06:23:17 |  at java.lang.Thread.run(Thread.java:595)
INFO   | jvm 1    | 2008/03/10 06:23:17 | Mar 10, 2008 6:23:17 AM org.apache.catalina.core.StandardContext start
INFO   | jvm 1    | 2008/03/10 06:23:17 | SEVERE: Error listenerStart
INFO   | jvm 1    | 2008/03/10 06:23:17 | Mar 10, 2008 6:23:17 AM org.apache.catalina.core.StandardContext start
INFO   | jvm 1    | 2008/03/10 06:23:17 | SEVERE: Context [/Elegance] startup failed due to previous errors
INFO   | jvm 1    | 2008/03/10 06:23:17 | Mar 10, 2008 6:23:17 AM org.apache.catalina.core.ApplicationContext log
INFO   | jvm 1    | 2008/03/10 06:23:17 | INFO: HTMLManager: list: Listing contexts for virtual host 'localhost'

Similar Messages

  • HT204266 Hi, what is the best way to find Apps for certain projects i need? i am looking for an App that hold files for projects that i look after?

    I am looking for a App that i can store projetcs in, and use on site when i need to show a client! i need it to show notes pdf drawings ect? how do i search this?
    Thanks
    Mike

    I am looking for a App that i can store projetcs in, and use on site when i need to show a client! i need it to show notes pdf drawings ect? how do i search this?
    Thanks
    Mike

  • Do I need 2 Oracle Inst, One for Devel App Ex and One for Runtime App Ex???

    I'm new to App Ex and am evaluating it for my company.
    Do I need two seperat instances of Oracle, one for the Development install of App Ex and one for the Runtime install of App Ex?? Or is it possiable to create two databases within one instance of Oracle and have the Development install of App Ex use one database and the Runtime install of App Ex use the other database?
    I have a PC (Win XP) running Oracle 11g with App Ex 3.1. If I install another instance of Oracle 11g will the install setup different ports for the second Oracle instance for items like Enterprise Manager and the Embedded PL/SQL Gateway?
    Is there any Oracle Documentation that talks about having two instances of Oracle on a single computer (just concerned with Windows for now)? Is there any Oracle Documentation that talks about what instances or databases App Ex needs??
    Thanks for the help!!!

    Interesting question.
    first of all, the oacle documentation about application express can be found here => http://download-west.oracle.com/docs/cd/B32472_01/doc/nav/portal_booklist.htm
    The minimum database version for ApEx is Oracle 9R2, see for full specs about this, the documentation. Also i find this a handy script http://daust.blogspot.com/2008/01/gathering-apex-installation.html for determine if you meet the requirements.
    I find it tricky to have a production and development enviroment on 1 instance, but yes it is possible. I would recommened to sperate these environments. One strictly for Production and another for Development and Test, this could, depending on your needs also be an Oracle XE.
    With the ApEx buildin import and export possibilities it isn't hard to move applications between different environments.

  • I need to have update option for the apps already installed on Afaria

    I already uploaded apps on Afaria client. After that I make some changes to the app and again uploaded the apk and ipa of Apps. For the users who already installed apps previously , got UPDATE option. But they face following error while updating app.
    In a nutshell user cant update his app but he has to uninstall it and again download and install it. Can anyone suggest solution for this?

    Hi Aditya,
    After making changes to the project you need to create apk from it with the same certificate that was created for the first time. I believe that the android developer is creating new certificate each time when the app is updated, resulting in this issue.
    Regards,
    Midhun VP

  • HT2534 why do i need to enter credit card for free app purchases when i already set up itunes id

    please HELP me .I want to install the free apps on my ipod touch but after i enter my id login to apple,it wants to ask for credit card .I never had this problem before with my other ipod touch to install apps that r free.Thanx

    If you've never used this device with your account, it is most likely a security procedure to verify that it is you using the account on a new device and not someone else hacking your account.

  • HT3702 I need customer support on refund for an app purchase that was made by my child, thanks

    Hey I need info on who to contact about a refund on an app purchased by mistake....thanks

    To report an issue with a purchase, follow these steps:
    • Open iTunes. If you are already signed in, skip to step 4.
    • Choose Store > Sign in.
    • Enter your account name and password, then click the Sign In button.
    • Choose Store > View My Account
    • Click the Purchase History button
    • Click the Report a Problem button at the bottom of your purchase history
    • Click the arrow next to the purchase with which you want to report an issue
    • Click the Report a Problem link next to the item with which you wish to report an issue
    • Click the Problem menu
    • Choose the option that best describes the issue. If none of the options match your issue, choose "My concern isn't listed here."
    • Write comments about the issue (optional).
    • Click the Submit button

  • I need to request a refund for an app ive purchased

    ... ^

    Sales are final, as I understand. The app store has a customer service link if you wish to try.
    Barry

  • I need an old receipt for an app i bought

    I need to fnd an receipt for an app i bough 3 monts ago.

    Use iTunes on your computer.  Go to Store > View Account from iTunes' menu.
    Under "Purchase History", click "See All".

  • Icon for my app

    Hi all:
    Once I have finished my app and I would like to test my app
    in my mobile phone, I found a problem:
    I have .as files, images files and several swf files, I used
    makesis to generate the sis file. It works fine.But I need to add
    an Icon for my app in the main menu of my mobile device, which will
    launch Flash Lite Player (playing my swf logically). How could I do
    this?
    Any Idea?

    It might have been disabled in restriction settings>general>restrictions are make sure App Store is on

  • Mobileprovision files for each app?

    Do I need to creat new mobileprovision files for each app our company creates?

    Yes, you need to create mobileprovision files for each app. The mobileprovision files include information in the App ID that you set up in the Apple iOS Developer Portal. If your app includes push notifications, you also need push certificates (.p12) for each app. But you can use the same .p12 developer and distribution certificates for all your apps.
    Here's what my certificate folder structure looks like for my apps:
    dev.bringhurst.p12
    dist.bringhurst.p12
    <DPS Tips folder>
         dev_dpstips.mobileprovision
         dist_dpstips.mobileprovision
         push_dev_dpstips.p12
         push_prod_dpstips.p12
    <NW_Scenery folder>
         dev_nws.mobileprovision
         dist_nws.mobileprovision
         push_dev_nws.p12
         push_prod_nws.p12

  • Defining server specific properties for EJB app

    I need to define some properties for my app which have different values depending on the server to which I deploy. Eg. the LDAP server name and port.
    When I deploy to my development server it should find the local values of the properties, when I deploy to the live server it needs a different set of values.
    What is the simplest way to do this? I obviously don't want the properties to be part of my deployment.
    Rob

    EJBs are not allowed to read or write files. But they are allowed to read from the JNDI context. The idea is to provide a symbolic name, ie <resource-env-ref>, which contains the value you need.
    The startup-classes which could set this value in the JNDI context are best documented in the OC4J User's Guide.
    --olaf                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Jars needed for AIA deployment

    What are the key jars needed for an ant based deployment of an AIA application?

    HI dere ,
    I am trying to install 11.1.1.7 AIA on my 64 bit win -7 machine but don't know why i am again and again getting the same error and i.e "build failed".......i have tried installing and uninstalling for so many times,  even after that i am getting errors...
    BUILD FAILED
    C:\Oracle\Middleware\SOASuite11g\oracle_common\AIA_HOME\Infrastructure\Install\AID\AIAExecuteDriver.xml:223: The following error occurred while executing this line:
    C:\Oracle\Middleware\SOASuite11g\oracle_common\AIA_HOME\Infrastructure\Install\AID\AIAExecuteDriver.xml:65: The following error occurred while executing this line:
    C:\Oracle\Middleware\SOASuite11g\oracle_common\AIA_HOME\aia_instances\AIA_INST\tmp\AIDExecuteDP_temp_1421998953.xml:209: The following error occurred while executing this line:
    C:\Oracle\Middleware\SOASuite11g\oracle_common\AIA_HOME\Infrastructure\Install\AID\lib\AIDDeploymentLibraryTasks.xml:109: Java returned: 1
    please help me out
    Regards
    kabir

  • Issue with starting tomcat in windows for webcenter sites installation

    Hello All,
    I have been trying to install oracle webcenter sites on windows 7, I followed all the steps in the documentation for the configuration and setup. but anytime I start the tomcat using the startup.bat script I get errors as shown below.
    C:\WCS11gR1\tomcat\bin>catalina debug
    Using CATALINA_BASE: "C:\WCS11gR1\tomcat"
    Using CATALINA_HOME: "C:\WCS11gR1\tomcat"
    Using CATALINA_TMPDIR: "C:\WCS11gR1\tomcat\temp"
    Using JAVA_HOME: "C:\Program Files\Java\jdk1.7.0_21"
    Using CLASSPATH: "C:\WCS11gR1\home\bin;C:\Program Files\Java\jdk1.7.0_21\l
    ibtools.jar;;C:\WCS11gR1\tomcat\bin\bootstrap.jar"
    Initializing jdb ...
    runrun org.apache.catalina.startup.Bootstrap start
    java.io.IOException: Cannot run program "C:\Program": CreateProcess error=2, The
    system cannot find the file specified
    at java.lang.ProcessBuilder.start(ProcessBuilder.java:1042)
    at java.lang.Runtime.exec(Runtime.java:615)
    at java.lang.Runtime.exec(Runtime.java:483)
    at com.sun.tools.jdi.AbstractLauncher$Helper.launchAndAccept(AbstractLau
    ncher.java:180)
    at com.sun.tools.jdi.AbstractLauncher.launch(AbstractLauncher.java:132)
    at com.sun.tools.jdi.SunCommandLineLauncher.launch(SunCommandLineLaunche
    r.java:235)
    at com.sun.tools.example.debug.tty.VMConnection.launchTarget(VMConnectio
    n.java:495)
    at com.sun.tools.example.debug.tty.VMConnection.open(VMConnection.java:3
    26)
    at com.sun.tools.example.debug.tty.Commands.commandRun(Commands.java:559
    at com.sun.tools.example.debug.tty.TTY.executeCommand(TTY.java:491)
    at com.sun.tools.example.debug.tty.TTY.<init>(TTY.java:765)
    at com.sun.tools.example.debug.tty.TTY.main(TTY.java:1067)
    Caused by: java.io.IOException: CreateProcess error=2, The system cannot find th
    e file specified
    at java.lang.ProcessImpl.create(Native Method)
    at java.lang.ProcessImpl.<init>(ProcessImpl.java:288)
    at java.lang.ProcessImpl.start(ProcessImpl.java:133)
    at java.lang.ProcessBuilder.start(ProcessBuilder.java:1023)
    ... 11 more
    Fatal error:
    Unable to launch target VM.
    If I run it by clicking on the bat file directory I get this error in my catalina log file below:
    May 27, 2013 5:04:48 PM org.apache.catalina.startup.Catalina start
    SEVERE: Cannot start server. Server instance is not configured.
    Kindly advise me on what to do to resolve this issue.

    Yes I did that all the commands give me error.
    If I use the startup.bat I get a list of errors ending with:
    org.apache.catalina.startup.Catalina start SEVERE: Cannot start server. Server instance is not configured.
    but I have configured the instance using the following settings for windows:
    SET CATALINA_HOME = C:\WCS11gR1\tomcat
    SET CATALINA_BASE = C:\WCS11gR1\tomcat
    SET JAVA_HOME=C:\Program Files\Java\jdk1.7.0_21
    SET JAVA_OPTS=-Xmx1500m
    SET CS_HOME=C:\WCS11gR1\home
    SET CATALINA_OPTS=-XX:MaxPermSize=192m -Dfile.encoding=UTF-8 -Dnet.sf.ehcache.enableShutdownHook=true -Djava.net.preferIPv4Stack=true

  • Where to find the jars needed

    Hi,
    I downloaded a sample code for search engine. I'm not able to compile the code as the import statement fails for the below jar. Please help me finding the jars needed.
    import com.sapportals.wcm.service.indexmanagement.*;
    import com.sapportals.wcm.service.indexmanagement.retrieval.search.*;
    import com.sapportals.wcm.service.indexmanagement.ISupportedOptionSet;
    import com.sapportals.wcm.service.indexmanagement.SupportedOptionSet;
    Naveen

    Hi Naveen,
        Few of the jars u can find here:
    portalapps/com.sap.km.cm.service/service/private/lib/km.appl.service.indexmanagement_core.jar
    portalapps/com.sap.km.cm.service/private/lib/km.appl.service.indexmanagement_core.jar
    portalapps/com.sap.km.cm.service/lib/km.shared.service.indexmanagement_api.jar
    You can find portalapps folder here:
    \usr\sap\<SID>\JC<System Number>\j2ee\cluster\server0\apps\sap.com\irj\servlet_jsp\irj\root\WEB-INF\portal\
    Its better to use jar class finder. You can download from here:
    http://www.alphaworks.ibm.com/aw.nsf/reqs/jarclassfinder
    For info on how to use it see this blog:
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/2951
    Regards,
    Pooja.
    Message was edited by:
            Pooja S
    Message was edited by:
            Pooja S

  • Upgrading Tomcat 5.0.27 to Tomcat 5.5 for BO XI R2 SP3

    When upgrading Tomcat 5.0.27 to Tomcat 5.5 for BO XI R2 SP3 do you have to redeploy the war files for SP3?

    This is from 1198389 - Deploying WAR Files in Tomcat 5.5.
    1)      Stop Tomcat.
    2)      Copy cewcanative.jar from "C:Program FilesBusiness ObjectsBusinessObjects Enterprise 11.5javaapplications" to "Tomcat 5.5sharedlib".
    3)      Add the following System Environment Variable:
    Variable Name: Path
    Variable Value: C:Program FilesBusiness ObjectsBusinessObjects Enterprise 11.5win32_x86
    4)      Create XML files in "Tomcat 5.5confCatalinalocalhost" as follows:
    NOTE: The name of the XML file is directly related to the Context path.
    XML File Name: businessobjects.xml
    XML Contents:
    5)      Rename the XML Files you just created to prepare for the deployment order as follows:
    businessobjects.xml à businessobjects.xmlB
    businessobjects#enterprise115#adminlaunch.xml à businessobjects#enterprise115#adminlaunch.xmlB
    jsfadmin.xml à jsfadmin.xmlB
    businessobjects#enterprise115#desktoplaunch.xml à businessobjects#enterprise115#desktoplaunch.xmlB
    6)      Reboot the server (required).
    7)      Start Tomcat.
    8)      Rename the XML Files in the following order:
    NOTE: watch the processor utilization of the server to ensure that the WAR file is deployed before moving on to the next one.
    businessobjects.xmlB à businessobjects.xml
    businessobjects#enterprise115#adminlaunch.xmlB àbusinessobjects#enterprise115#adminlaunch.xml
    jsfadmin.xmlB à jsfadmin.xml
    businessobjects#enterprise115#desktoplaunch.xmlB à businessobjects#enterprise115#desktoplaunch.xml

Maybe you are looking for

  • Strange boxes instead of type in dialogue boxes...

    I don't know what changed, but recently, when OS X asks me for my admin password, I get a regular dialogue box, but all the type is in some strange font. Instead of letters, everything is the same black outlined box with an "A" in it. It looks like t

  • How to write a class loader to solve the class confliction in rt.jar?

    Hello guys: The weblogic.jar has the javax.management.*, it is conflict with rt.jar's I want to use JMX 1.0 to communicate with weblogic 8.1. The client should be run in the Java 1.5 It throw java.io.InvalidClassException: javax.management.ObjectName

  • MacBook to DVD/VCR Combo to TV

    Hey All, I have the white MacBook 13" purchased in Oct 08. I have a newer DVD/VCR Combo unit that is hooked into my HDTV via HDMI to, I think, DVI. (I'm at work right now). Anyway, my question is, can I run the mini-DVI to the DVD/VCR Combo into the

  • In iTunes, it shows that there are 6 apps to be updated, but afaik that's wrong.

    This started happening a few months ago and I have ignored it and just gone about updating my apps more or less weekly, but it just went from 5 updates available to 6 -- I don't know why = is there any way to clear this out or figure it

  • 10.5 Server on Apple XServe M8628LL/A?

    two days ago I got an Apple XServe M8628LL/A it runs Mac OS X 10.4.11 Server, which it runs perfectly fine. but, there a some features new in Leopard server that I could use. the server has two 1Ghz G4's and can have up to 2GB of RAM (has 512MB now b