RE: web.xml parsing error SEVERE

2005-01-18 Thread Carlos Martins
Thank you François! Reinstalled tomcat and it worked!! Regards Carlos -Original Message- From: Francois JEANMOUGIN [mailto:[EMAIL PROTECTED] Sent: segunda-feira, 17 de Janeiro de 2005 16:12 To: Tomcat Users List Subject: RE: web.xml parsing error SEVERE

RE: web.xml parsing error SEVERE

2005-01-17 Thread Allistair Crossley
personally it looks ok to me ;) probably a character out of place. i would try this .. 1) run it through an XML validator 2) gradually remove elements and see when the error goes away. start with the servlet mappings and servlets and continue ... A. -Original Message- From: Carlos

RE: web.xml parsing error SEVERE

2005-01-17 Thread Carlos Martins
To: Tomcat Users List Subject: RE: web.xml parsing error SEVERE personally it looks ok to me ;) probably a character out of place. i would try this .. 1) run it through an XML validator 2) gradually remove elements and see when the error goes away. start with the servlet mappings and servlets

RE: web.xml parsing error SEVERE

2005-01-17 Thread Francois JEANMOUGIN
java.lang.ClassNotFoundException: org.apache.catalina.Container Ouch! Are you sure your tomcat installtion is OK? You could have a version mismatch (between TC4 and TC5) or a jar found at two places or any other reason why tomcat can't find this class. This is not an XML issue, this is a class