please help -SEVERE: Parse error in application web.xml - webapp does not start after cpanel upgrade

2005-01-17 Thread Carlos Martins
) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:425) Jan 17, 2005 12:01:28 PM org.apache.catalina.startup.ContextConfig applicationConfig SEVERE: Parse error in application web.xml java.lang.ClassNotFoundException: org.apache.catalina.Container

Re: parse error in application web.xml under 5.0.24 but not 5.0.19

2004-05-11 Thread Jim Hopp
) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:422) May 10, 2004 3:33:31 PM org.apache.catalina.startup.ContextConfig applicationCon fig SEVERE: Parse error in application web.xml java.lang.ClassNotFoundException: org.apache.catalina.Container

parse error in application web.xml under 5.0.24 but not 5.0.19

2004-05-10 Thread Jim Hopp
(Bootstrap.java:422) May 10, 2004 3:33:31 PM org.apache.catalina.startup.ContextConfig applicationCon fig SEVERE: Parse error in application web.xml java.lang.ClassNotFoundException: org.apache.catalina.Container at org.apache.commons.digester.Digester.createSAXException(Digester.java :2540

RE: parse error in application web.xml under 5.0.24 but not 5.0.19

2004-05-10 Thread Mike Curwen
at all, but it gives you a start on 'what changed'. -Original Message- From: Jim Hopp [mailto:[EMAIL PROTECTED] Sent: Monday, May 10, 2004 5:59 PM To: [EMAIL PROTECTED] Subject: parse error in application web.xml under 5.0.24 but not 5.0.19 I've just upgraded from 5.0.19

Parse error in application web.xml (addChild: Child name 'jsp' is not unique)

2003-09-08 Thread Shailesh Modi
Hi, Has somebody got this error ? I am getting this while starting my tomcat 4.1.27 to deploy my web-app and when it reads my web-app's web.xml . Error : 2003-09-08 15:00:54 ContextConfig[/remind/cafe] Parse error in application web.xml java.lang.IllegalArgumentException: addChild: Child

RE: Parse error in application web.xml (addChild: Child name 'jsp' is not unique)

2003-09-08 Thread Shapira, Yoav
web.xml and don't add it to their own webapp's web.xml. Yoav Shapira Millennium ChemInformatics -Original Message- From: Shailesh Modi [mailto:[EMAIL PROTECTED] Sent: Monday, September 08, 2003 5:42 AM To: [EMAIL PROTECTED] Apache. Org (E-mail) Subject: Parse error in application web.xml

Re: Parse error in application web.xml (addChild: Child name 'jsp' is not unique)

2003-09-08 Thread Tim Funk
I always thought (or at least the docs have said) that one can override the default servlet. The same should be true with the jsp servlet too. -Tim Shapira, Yoav wrote: Howdy, Did you comment out the jsp servlet definition in $CATALINA_HOME/conf/web.xml? You can only have one servlet with

RE: Parse error in application web.xml (addChild: Child name 'jsp' is not unique)

2003-09-08 Thread Shailesh Modi
and removed the specification from my web.xml Yoav , Thanks a lot. Regards, Shailesh -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Monday, September 08, 2003 6:48 PM To: Tomcat Users List; [EMAIL PROTECTED] Subject: RE: Parse error in application web.xml (addChild

RE: Parse error in application web.xml (addChild: Child name 'jsp' is not unique)

2003-09-08 Thread Shapira, Yoav
08, 2003 9:31 AM To: Tomcat Users List Subject: Re: Parse error in application web.xml (addChild: Child name 'jsp' is not unique) I always thought (or at least the docs have said) that one can override the default servlet. The same should be true with the jsp servlet too. -Tim Shapira, Yoav wrote

Parse error in application web.xml

2003-01-17 Thread Lott, Carey
Instead of depending on the invoker servlet, I have added our servlets to the web.xml file inside of the app's WEB-INF directory. However, now I am getting the following error when I try to start tomcat with the changed web.xml: 2003-01-17 13:07:51 ContextConfig[/esd] Parse error in application

Re: Parse error in application web.xml

2003-01-17 Thread Lajos Moczar
getting the following error when I try to start tomcat with the changed web.xml: 2003-01-17 13:07:51 ContextConfig[/esd] Parse error in application web.xml org.xml.sax.SAXParseException: The content of element type web-app must match (icon?,display-name?,description?,distributable?,context-param

RE: Parse error in application web.xml

2003-01-17 Thread Shapira, Yoav
Hi, Instead of depending on the invoker servlet, I have added our servlets to Good. 2003-01-17 13:07:51 ContextConfig[/esd] Parse error in application web.xml org.xml.sax.SAXParseException: The content of element type web-app must match (icon?,display-name?,description?,distributable?,context

RE: Parse error in application web.xml

2003-01-17 Thread Lott, Carey
Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED]] Sent: Friday, January 17, 2003 1:37 PM To: Tomcat Users List Subject: RE: Parse error in application web.xml Hi, Instead of depending on the invoker servlet, I have added our servlets to Good. 2003-01-17 13:07:51 ContextConfig[/esd

Re: Parse error in application web.xml

2003-01-04 Thread Keshava Murthy
it is working fine, any way this will remain puzzle to me as no one has reported similar bug anywhere else !! - Original Message - From: Jacob Kjome [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, January 03, 2003 11:17 PM Subject: Re: Parse error in application web.xml

Re: Parse error in application web.xml

2003-01-03 Thread Keshava Murthy
: Friday, January 03, 2003 11:49 AM Subject: Re: Parse error in application web.xml Tomcat-3.3.x and above completely ignore the system classpath as far as webapps are concerned. All jar files that you want your webapps to see will have to be in either the WEB-INF/lib of your webapp

Re: Parse error in application web.xml

2003-01-03 Thread Jacob Kjome
: Friday, January 03, 2003 11:49 AM Subject: Re: Parse error in application web.xml Tomcat-3.3.x and above completely ignore the system classpath as far as webapps are concerned. All jar files that you want your webapps to see will have to be in either the WEB-INF/lib of your webapp

Parse error in application web.xml

2003-01-02 Thread Keshava Murthy
Hi, I installed Tomcat 4.1.18 and when I try to start the servlet engine I am getting the following error - 003-01-02 17:44:36 ContextConfig[/admin]: Occurred at line 1 column 32003-01-02 17:44:36 ContextConfig[/admin] Parse error in application web.xmlorg.xml.sax.SAXParseException: The

RE: Parse error in application web.xml

2003-01-02 Thread Bowsher, Jason P
-Original Message- From: Keshava Murthy [mailto:[EMAIL PROTECTED]] Sent: 02 January 2003 12:44 To: [EMAIL PROTECTED] Subject: Parse error in application web.xml Hi, I installed Tomcat 4.1.18 and when I try to start the servlet engine I am getting the following error - 003-01-02 17:44:36

Re: Parse error in application web.xml

2003-01-02 Thread Keshava Murthy
: Parse error in application web.xml I had a very similar problem (although not eactly the same). I think, for me, this was a bug in xerces. I upgraded from http://www.jpackage.org/rpm.php?id=571 xerces-j2-2.2.1-1jpp to http://www.jpackage.org/rpm.php?id=571 xerces-j2-2.2.1-2jpp from

Re: Parse error in application web.xml

2003-01-02 Thread jmong
Subject: Re: Parse error in application web.xml Hi Jason, I downloaded latest jar files and included them in my classpat I am still getting the same exception regards, keshav - Original Message - From: Bowsher, Jason P [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED

Re: Parse error in application web.xml

2003-01-02 Thread Jacob Kjome
, 2003 8:24 pm Subject: Re: Parse error in application web.xml Hi Jason, I downloaded latest jar files and included them in my classpat I am still getting the same exception regards, keshav - Original Message - From: Bowsher, Jason P [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL