- This topic has 1 reply, 1 voice, and was last updated 19 years, 8 months ago by Kevin_L.
-
AuthorPosts
-
Kevin_LMemberHi,
I have been using MyEclipse on Window XP and I was very much happy with it. Now I am in new territory. I am trying to configure Tomcat 5.0 with MyEclipse on Mac OS X and I have the error message. I can start the tomcat fine by typing sudo /library/tomcat5/bin/startup.sh. I think it has something to do with permission. Please give me some advices. I already searched your forum and also google it. No luck! I will admit that I am not a linux expert but I am not a beginner level linux user either.
Anyhow, Powerbook is awesome… It is like having unix laptop with cool interface . :o)
Thanks in advance,
K~The error message is this.
Can’t load server.xml
Can’t load server.xml
Mar 2, 2005 8:44:59 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:287)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:425)
Caused by: java.lang.NullPointerException
at org.apache.catalina.startup.Catalina.await(Catalina.java:619)
at org.apache.catalina.startup.Catalina.start(Catalina.java:579)
… 6 moreMy System info
MyEclipse 3.8.4
OS Mac OS X 10.3.7
Java 1.4.2_05
Eclipse 3.0
Tomcat 5.0
Kevin_LMemberAnyone is using Mac OS X with MyEclipse 3.8.4? I appreciate it if someone can tell me where I can the installation instructions for Mac OS X…
K~ -
AuthorPosts