Tomcat 5.0.28 won't start??????????????

2004-12-09 Thread Dwayne Ghant
Runing tomcat 5.0.27 I get this error list below for the first time. I think is because I have "j2ee.jar" is in the classpath which was causing java.lang.reflect.InvocationTargetException. Pleaese advise??? [user]# ./catalina.sh run . . . Dec 9, 2004 2:57:16 PM org.apache.commons.digester.Digeste

RE: Tomcat 5.0.28 won't start??????????????

2004-12-09 Thread Shapira, Yoav
Hi, >Runing tomcat 5.0.27 I get this error list below for the first time. I >think is because I have "j2ee.jar" is in the classpath which was causing >java.lang.reflect.InvocationTargetException. >Pleaese advise??? Advice: don't have j2ee.jar anywhere in your Tomcat installation. Advice: search

Re: Tomcat 5.0.28 won't start??????????????

2004-12-09 Thread David Smith
On the exception reported -- run your server.xml file and all your context.xml files through an xml validator. It'll point out where you have some invalid xml syntax. --David Shapira, Yoav wrote: Hi, Runing tomcat 5.0.27 I get this error list below for the first time. I think is because I ha

Re: Tomcat 5.0.28 won't start??????????????

2004-12-09 Thread Dwayne Ghant
Absolutly correct that is exactly what I did and everything is fine. It seems that I have written one of my "context" tags the wronge way in attemps to get the ROOT jakarta applications working under Apache. What I would like to do now is re-enable the ROOT context so I can view the ROOT applicati