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

Re: web.xml parsing error on startup.

2002-06-09 Thread Markus Kirsten
Hi Nik, Read the error message carfully and change the order of the elements to conform to the error message (i.e. servlet before welcome-file-list). I had the same problem some time ago. Order do matter! Markus On söndag, juni 9, 2002, at 04:01 , [EMAIL PROTECTED] wrote: Hello, I am

Re: web.xml parsing error on startup.

2002-06-09 Thread beelzabeb
by ezmlm List-Subscribe: mailto:[EMAIL PROTECTED] X-Received: 9 Jun 2002 08:52:40 GMT List-Unsubscribe: mailto:[EMAIL PROTECTED] Precedence: bulk List-Post: mailto:[EMAIL PROTECTED] Subject: Re: web.xml parsing error on startup. List-Help: mailto:[EMAIL PROTECTED] From: Markus Kirsten [EMAIL

web.xml parsing error on startup.

2002-06-08 Thread beelzabeb
Hello, I am using JDK1.4 and Tomcat 4.0.3, lately, I've been having this problems: Starting service Tomcat-Standalone Apache Tomcat/4.0.3 PARSE error at line 29 column 11 org.xml.sax.SAXParseException: The content of element type web-app must match

web.xml parsing

2000-12-18 Thread John de la Garza
I am a bit new to XML tools. Can someone tell me what I should be doing to be able to add and delete security constraint info in the web.xml file? I have tried reading some docs on XML as a whole, but I need to get going quickly and don't have time to read everything about XML as a whole...I

RE: web.xml parsing

2000-12-18 Thread Dave Newton
I am a bit new to XML tools. Can someone tell me what I should be doing to be able to add and delete security constraint info in the web.xml file? If it's just a config file just go in with a text editor~is that what you're asking? You don't need to parse/etc. unless you need to do this