org.apache.commons.digester.Digester error

2003-07-08 Thread Naveen My
I am running Tomcat 4.1.24My application worksbut I see the following error when I start the Tomcat. can somebody advice me as what I should do thanks -naveen Apache Tomcat/4.1.24 Jul 8, 2003 11:19:46 AM org.apache.commons.digester.Digester error SEVERE: Parse Error at

org.apache.commons.digester.Digester error

2004-11-24 Thread akki
hi list i am getting follwoing log enteries whenever i start tomcat i dont know what is wrong >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>&

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

2003-07-08 Thread Mike Curwen
: Tuesday, July 08, 2003 11:23 AM > To: Tomcat Users List > Subject: org.apache.commons.digester.Digester error > > > > I am running Tomcat 4.1.24My application worksbut I > see the following error when I start the Tomcat. > > can somebody advice

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-par

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 or one of the other tagsets doesn't have a closing equivalent. Check you xml file for the problem... ...or insert into an e-mai

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

2004-11-24 Thread akki
t;>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

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 comm

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

2004-09-30 Thread Shilpa Nalgonda
I added some elements in web.xml on linux machine and i get this error, but i cannot see any problem with web.xml, the same web.xml works fine on windows...below is my web.xml...can someone please suggest Sep 30, 2004 9:03:31 AM org.apache.commons.digester.Digester error SEVERE: Parse Error at

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

2004-09-30 Thread Shapira, Yoav
2004 9:39 AM >To: Tomcat Users List >Subject: org.apache.commons.digester.Digester error--- at tomcat startup... > >I added some elements in web.xml on linux machine and i get this error, but >i cannot see any problem with web.xml, the same web.xml works fine on >windows...below

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