On Thu, 2002-05-16 at 17:28, Wojtek Rappak wrote: > Hi, > > I tried to use the struts-example application as a simple template and made > a few simple changes to the struts-config.xml and web.xml files. These > parse OK in my XML editors. However, when I deploy the application I get a > 'content not allowed in prolog' SAX parse exception: > > ==>[catalina log fragment] > starting service Tomcat-Standalone > Apache Tomcat/4.0.3 > PARSE error at line 1 column 1 > org.xml.sax.SAXParseException: Content is not allowed in prolog. > <*************************?
Do you use the right XML parser ? Maybe you have a jar in your WEB-INF/lib that has an JAXP-parser in it and this one is used instead of Xerces from Tomcat. -- Andreas Mack <[EMAIL PROTECTED]> mediales. GmbH http://www.mediales.de -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

