RE: Tomcat + FOP, missing method in org.w3c.dom.Node

2001-06-26 Thread Randy Layman
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

RE: Tomcat + FOP, missing method in org.w3c.dom.Node

2001-06-26 Thread Randy Layman
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

RE: Tomcat + FOP, missing method in org.w3c.dom.Node

2001-06-26 Thread Stefan Neumann
\xerces.jar;%TOMCAT_HOME%\cl asses Thank a lot to Randy! -Original Message- From: Randy Layman [mailto:[EMAIL PROTECTED]] Sent: Dienstag, 26. Juni 2001 13:41 To: [EMAIL PROTECTED] Subject: RE: Tomcat + FOP, missing method in org.w3c.dom.Node Strange, it should have worked, oh well