Chris Harding wrote:
> Hello,
> I'm having problems starting slide on Tomcat. I'm using the Slide release
> 1.0.14 war file with Tomcat 3.2 and having this problem all the time, on the
> start of Tomcat. Any ideas where the parser should be. I've replaced the
> Crimson.jar and jaxp.jar files with the latest available. But still get this
> error message.
>
> ======================================================
> !!! Unable to start Slide Servlet !!!
> ------------------------------------------------------
> You are using using an incorrect older XML parser
> that doesn't provide Element::getElementsByTagNameNS
> consult the documentation for a list of valid XML parsers.
> ======================================================
>
> Any help would be great.
>
> Chris Harding
Delete jaxp.jar and parser.jar in tomcat/lib
Copy crimson.jar and jaxp.jar from the slide distribution to tomcat/lib.
Dirk