Re: What Is Wrong With My web.xml File (Struts)

2003-10-09 Thread Adam Hardy
To: [EMAIL PROTECTED] Subject: What Is Wrong With My web.xml File (Struts) My Struts application worked well until I added security in the web.xml file. I got the error message shown below and I cannot spot any mistake with my eyes: [QUOTE] 2003-10-08 23:33:25 Exception initializing TldLocationsCache: XML

What Is Wrong With My web.xml File (Struts)

2003-10-08 Thread Caroline Jen
My Struts application worked well until I added security in the web.xml file. I got the error message shown below and I cannot spot any mistake with my eyes: [QUOTE] 2003-10-08 23:33:25 Exception initializing TldLocationsCache: XML parsing error on file /WEB-INF/web.xml: (line 137, col 19): The

Re: What Is Wrong With My web.xml File (Struts)

2003-10-08 Thread Ted Husted
It's important to have all the elements in just the right order. Take a good look at http://java.sun.com/j2ee/dtds/web-app_2_2.dtd and follow the instructions there. HTH, Ted. Caroline Jen wrote: My Struts application worked well until I added security in the web.xml file. I got the error

RE: What Is Wrong With My web.xml File (Struts)

2003-10-08 Thread Nick Faiz
Message- From: Caroline Jen [mailto:[EMAIL PROTECTED] Sent: Thursday, 9 October 2003 1:53 PM To: [EMAIL PROTECTED] Subject: What Is Wrong With My web.xml File (Struts) My Struts application worked well until I added security in the web.xml file. I got the error message shown below and I cannot