Trouble with my web.xml?

2002-02-18 Thread Greer, Darren (MED)
Hey all. While trying to run my application I am getting the following err: # org.xml.sax.SAXParseException: The content of element type web-app must match (icon?,display-name?,description?,distributable?,context-param*,filter*

RE: Trouble with my web.xml?

2002-02-18 Thread Randy Layman
PROTECTED]' Subject: Trouble with my web.xml? Hey all. While trying to run my application I am getting the following err: # org.xml.sax.SAXParseException: The content of element type web-app must match (icon?,display-name?,description?,distributable?,context-para m

Re: Trouble with my web.xml?

2002-02-18 Thread nathan phillips
From: Greer, Darren (MED) [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: '[EMAIL PROTECTED]' [EMAIL PROTECTED] Subject: Trouble with my web.xml? Date: Mon, 18 Feb 2002 12:09:10 -0600 MIME-Version: 1.0 Received: from [192.18.49.131] by hotmail.com (3.2) with ESMTP id

Re: Trouble with my web.xml?

2002-02-18 Thread sophie fischer
Hi, Your xml file should first contain all servlet-tags, and then all servlet-mapping-tags. The dtd does not allow you to first define a servlet-part, than a servlet-mapping and then again a servlet part. Hope this helps, Sophie Greer, Darren (MED) wrote: Hey all. While trying to run my

RE: Trouble with my web.xml?

2002-02-18 Thread Greer, Darren (MED)
Thanks all... Worked Great! -Original Message- From: sophie fischer [mailto:[EMAIL PROTECTED]] Sent: Monday, February 18, 2002 12:26 PM To: Tomcat Users List Subject: Re: Trouble with my web.xml? Hi, Your xml file should first contain all servlet-tags, and then all servlet-mapping