remove from web.xml line under <servlet> element (that <description>) ----- Original Message ----- From: "Rob Walker" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Friday, November 01, 2002 3:46 PM Subject: Newbie question
> Have just downloaded the CVS version of Xindice and Tomcat and am new > to both. So excuse my ignorance. > > Steps I've take are: > > * ant build - seems to have worked > > * Completely failed to figure how to start it standalone, since the startup.bat > file seems to have gone - so investigated Tomcat > > * Installed Tomcat 4.1.12 > > * copied Xindice.war to /wepapps dir. of Tomcat > > * start Tomcat > > I get the following exceptions on a start: > > ===================== > 31-Oct-2002 17:33:17 org.apache.commons.digester.Digester error > SEVERE: Parse Error at line 9 column -1: Element "servlet" does not allow > "displ > ay-name" here. > org.xml.sax.SAXParseException: Element "servlet" does not allow "display- > name" h > ere. > at org.apache.crimson.parser.Parser2.error(Parser2.java:3160) > > ...... > 31-Oct-2002 17:33:17 org.apache.commons.digester.Digester error > SEVERE: Parse Error at line 10 column -1: Element "servlet" does not allow > "desc > ription" here. > org.xml.sax.SAXParseException: Element "servlet" does not allow > "description" he > re. > at org.apache.crimson.parser.Parser2.error(Parser2.java:3160) > ===================== > > However, I also get a database started ok message: > > 31-Oct-2002 17:33:19 org.apache.xindice.server.XindiceServlet init > INFO: Database successfully started > > And I can access the db via http://localhost:8080/xindice-1.1b > > So it looks like the exception may not be critical > > Anyone got any thoughts/suggestions? > > TIA > > -- Rob Walker > > ------- End of forwarded message ------- > SoftSell Business Systems, Ltd. > ' testing solutions for a changing world ' > > +44 (20) 7488 3470 > www.softsell.com > [EMAIL PROTECTED] > >
