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

web.xml parsing error SEVERE

2005-01-17 Thread Carlos Martins
Dear subscribers, I am having a strange problem starting tomcat. Catalina.out says I have an error at the closing tag /servlet Any clue on what the problem might be? Your comments will be most appreciated. Sincerely yours Carlos The error reads as follows: Jan 17, 2005 12:01:28 PM

RE: web.xml parsing error SEVERE

2005-01-17 Thread Allistair Crossley
Martins [mailto:[EMAIL PROTECTED] Sent: 17 January 2005 15:31 To: tomcat-user@jakarta.apache.org Subject: web.xml parsing error SEVERE Dear subscribers, I am having a strange problem starting tomcat. Catalina.out says I have an error at the closing tag /servlet Any clue on what

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