facebook

Problems starting Tomcat 5

  1. MyEclipse Archived
  2.  > 
  3. Application Servers and Deployment
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #253773 Reply

    I am setting up a J2EE Web project to which I’m porting a JDeveloper project. My web server is a different machine than my development machine. Following the suggestions in different posts, I have mapped the tomcat directory on the other server to a drive, T: and it’s SDK directory to J:. I have followed the methodology as laid out in “Application Deployment and Server Mgmt Quickstart”. I can browse to these two directories and see all the files for Tomcat and the Java SDK. When I try to start the Tomcat Application connection from MyEclipse, I get the following messages:

    ——————————-
    Created MBeanServer with ID: 1c92535:10bf9ba21a2:-8000:sojourner:1
    Jun 21, 2006 11:13:14 PM org.apache.catalina.startup.Catalina load
    WARNING: Can’t load server.xml from T:\bin\conf\server.xml
    Jun 21, 2006 11:13:14 PM org.apache.catalina.startup.Catalina load
    WARNING: Can’t load server.xml from T:\bin\conf\server.xml
    Jun 21, 2006 11:13:14 PM org.apache.catalina.startup.Catalina start
    INFO: Server startup in 0 ms
    java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:294)
    at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:432)
    Caused by: java.lang.NullPointerException
    at org.apache.catalina.startup.Catalina.await(Catalina.java:615)
    at org.apache.catalina.startup.Catalina.start(Catalina.java:575)
    … 6 more
    ——————————-

    I cannot find this bin\conf\server.xml file. Neither can I find a text string matching that in any files in the Tomcat directory. Does anyone know how I can get this remote deployment running?

    Thank you.

    Kindest Regards,
    Julie Tittler

    #253774 Reply

    I should note that I can start Tomcat successfully from the web server.
    I’m using Eclipse 3.1.2 on Windows XP sp 2. Further configuration information can be supplied upon request.

    Thank you,
    Julie

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Problems starting Tomcat 5

You must be logged in to post in the forum log in