Tomcat User List,
Okay, I always do this -- post a problem, then post the solution...

I just had to:
1.  Download the source for the xalan package:
http://xml.apache.org/dist/xalan-j/xalan-j_2_3_1-src.tar.gz
2.  Remove their xercesImpl.jar
3.  Replace it with the xerces.jar that came with tomcat.
4.  rebuild xalan.jar
5.  place xalan.jar in the tomcat4/common/lib directory.

Problem solved.  

At 09:54 AM 3/17/2002 -0500, you wrote:
>
>I had a simple XML  / XSLT transform utility working with tomcat 3.2.3
>using the xalan and xerces libraries.
>
>I upgraded to tomcat 4.0.3, and now the utility throws configuration
>exceptions.  I'm having trouble getting the details of the exceptions
>because they're all wrapped up in servlet exception wrappers...
>
>I've read some posts with complaints about the inability to use other XML
>parsers.  My problem is, I wouldn't mind using the standard xerces parser
>that comes with tomcat 4.0 -- I just can't seem to get it to work...
>
>I'm assuming that I don't have to change anything in my tomcat installation
>directory, but that I do have to provide some xslt libraries in my
>webapps/webapp/WEB-INF/lib directory.
>
>Does anyone have an example configuration using xalan XSLT and Tomcat 4?
>
>Thanks for your help,
>Brendan
>
>
>
>--
>To unsubscribe:   <mailto:[EMAIL PROTECTED]>
>For additional commands: <mailto:[EMAIL PROTECTED]>
>Troubles with the list: <mailto:[EMAIL PROTECTED]>


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to