Ahhh... easy enough answer to that question...

Because I don't know what I'm doing!!!

Anyway... spot on. That nailed it. Thanks for your help.

HM


On 23 Dec 2002 at 11:07, Craig R. McClanahan wrote:

> 
> 
> On Mon, 23 Dec 2002, Howard Miller wrote:
> 
> > Date: Mon, 23 Dec 2002 19:03:20 -0000
> > From: Howard Miller <[EMAIL PROTECTED]>
> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]>,
> >      [EMAIL PROTECTED]
> > To: Struts Users Mailing List <[EMAIL PROTECTED]>
> > Subject: RE: Error loading struts-config
> >
> > That's what I thought! BUT...
> >
> > No! The struts-config.xml file is safely in the .war file. A jar -tf produces.
> >
> > WEB-INF/lib/xercesImpl.jar
> > WEB-INF/lib/xmlParserAPIs.jar
> > WEB-INF/struts-bean.tld
> > WEB-INF/struts-config.xml
> > WEB-INF/struts-html.tld
> > WEB-INF/struts-logic.tld
> > WEB-INF/struts-nested.tld
> > WEB-INF/struts-template.tld
> > WEB-INF/struts-tiles.tld
> > etc.
> >
> > So its not that! Its GOT to be something really stupid, but the exception handling 
>in
> > that bit of ActionServlet is a bit coarse grained, so I'm left guessing what the 
>problem
> > could be.
> 
> Why are you putting a parser in your webapp?  Every servlet container I'm
> familiar with (including Tomcat) already provides one as part of the
> system libraries it makes available.  Including them is very likely to
> trigger conflicts between the two parsers.
> 
> The first thing I would do is remove xercesImpl.jar and xmlParserAPIs.jar
> from your webapp and try again.
> 
> >
> > HM
> 
> Craig
> 
> 
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
> 
> 



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to