Strange, it should have worked, oh well...
There will be a place in tomcat.bat file labeled :setClasspath.
You want to replace
:setClasspath
set CP=%TOMCAT_HOME%\classes
with
:setClasspath
set CP=xalan.jar;xerces.jar;%TOMCAT_HOME%\classes
Be sure to make the paths to xalan and xerces are correct.
Randy
> -----Original Message-----
> From: Stefan Neumann [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, June 26, 2001 8:06 AM
> To: [EMAIL PROTECTED]
> Subject: RE: Tomcat + FOP, missing method in org.w3c.dom.Node
>
>
>
> >> rename them to _xalan/_xerces
> Good trick :) but doesn't seem to work on Win2000
>
> >> add xalan/xerces before the internal classpath is built
> Can anybody give an exapmle how this would look like?
>
> Thanks, Randy!
>
> -----Original Message-----
> From: Randy Layman [mailto:[EMAIL PROTECTED]]
> Sent: Dienstag, 26. Juni 2001 12:51
> To: [EMAIL PROTECTED]
> Subject: RE: Tomcat + FOP, missing method in org.w3c.dom.Node
>
>
>
> You need to get them info the classpath before the
> parser.jar file
> is added.
>
> You can do this several ways:
> 1. Edit Tomcat.bat to add xalan/xerces before the internal
> classpath is built
> 2. Drop xalan/xerces into TOMCAT_HOME/lib and rename them to
> _xalan/_xerces (or anything else that makes their file names
> before parser
> when listed alphabetically). Note, this only works if the
> tomcat.bat file
> is setting the classpath dynamically, which it does on Unix
> and NT unless
> you edited it. I don't believe that this happens on Windows 9x/Me.
>
> Randy
>
>