At 05:16 PM 7/31/01 +0100, you wrote:
>Andrew Cooke wrote:
> > Excellent - thanks! That URL even has the "rename file to
> > zparser.jar" meme that my boss keeps swearing is the
> > solution... :-)
>
>:-)
>
>Please let us know what you do and whether it works. Also,
I can get it to work by removing jaxp.jar and parser.jar from the Tomcat
3.2.3 lib directory and adding jaxp.jar, crimson.jar and xalan.jar from our
own code (later versions, I believe). Both Tomcat and our own code then
share these jars with no problems.
Thanks again,
Andrew
>I'm not sure what platform you're on, but on Windows, if the
>path to the directory that Tomcat is installed in has any
>spaces in it (e.g., C:\Program Files\jakarta-tomcat-3.2.3)
>then the startup.bat script *can't* automatically include the
>jars in TOMCAT_HOME/lib, so in this case you will have to
>modify startup.bat manually (actually tomcat.bat).
>
>You should know if you have to make the manual change if you
>see this message printed when you start Tomcat:
> Unable to set CLASSPATH dynamically.
>
>-- Andrew