- This topic has 1 reply, 1 voice, and was last updated 18 years, 6 months ago by Julie Tittler.
-
AuthorPosts
-
Julie TittlerMemberI 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
Julie TittlerMemberI 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 -
AuthorPosts