RE: org.apache.commons.digester.Digester error

2004-11-24 Thread Peter Crowther
From: akki [mailto:[EMAIL PROTECTED] Nov 24, 2004 4:50:45 PM org.apache.commons.digester.Digester error SEVERE: Parse Error at line 36 column 11: The content of element type web-app must match (icon?,display-name?,description?,distributable?,context-para m*,filter*,fil

Re: org.apache.commons.digester.Digester error

2004-11-24 Thread Quinton Delpeche
On Wednesday 24 November 2004 13:29, akki wrote: The content of element type web-app must match This is where your error is. You xml file doesn't have a closing /web-app or one of the other tagsets doesn't have a closing equivalent. Check you xml file for the problem... ...or insert into an

RE: org.apache.commons.digester.Digester error

2004-11-24 Thread akki
PROTECTED] Sent: Wednesday, November 24, 2004 5:09 PM To: [EMAIL PROTECTED] Subject: Re: org.apache.commons.digester.Digester error On Wednesday 24 November 2004 13:29, akki wrote: The content of element type web-app must match This is where your error is. You xml file doesn't have a closing /web-app

RE: org.apache.commons.digester.Digester error

2004-11-24 Thread Ben Souther
On Wed, 2004-11-24 at 22:04, akki wrote: hi... thanks for ur reply i m not finding any malformation in web.xml this is my web.xml file.. This is the default webapp from CATALINA_HOME/conf Check your app's web.xml file CATALINA_HOME/webapps/yourAppName/WEB-INF/web.xml

RE: org.apache.commons.digester.Digester error

2004-11-24 Thread Ben Souther
This is the default webapp from CATALINA_HOME/conf Check your app's web.xml file CATALINA_HOME/webapps/yourAppName/WEB-INF/web.xml default web.xml, I mean - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

RE: org.apache.commons.digester.Digester error--- at tomcat start up...

2004-09-30 Thread Phillip Qin
Move resource-ref down to the end. You have to follow the order of each element. -Original Message- From: Shilpa Nalgonda [mailto:[EMAIL PROTECTED] Sent: September 30, 2004 9:39 AM To: Tomcat Users List Subject: org.apache.commons.digester.Digester error--- at tomcat startup... I added

RE: org.apache.commons.digester.Digester error--- at tomcat startup...

2004-09-30 Thread Shapira, Yoav
Hi, As the error says pretty clearly, you can't put resource-ref before servlet using your DTD. So the same web.xml doesn't work on Windows or any other platform. Go validate your web.xml (using a tool like XMLSpy or one of the free online validators) to see for yourself. You can simply fix

RE: org.apache.commons.digester.Digester error

2003-07-08 Thread Mike Curwen
That means you have an incorrect entry in web.xml. 'incorrect' in this context means a typo, or elements that are incorrectly nested, or out of order. It's most likely the order though. -Original Message- From: Naveen My [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 08, 2003