Yes there is a way:

in wrapper.properties comment out:
#wrapper.class_path=$(wrapper.tomcat_home)\lib\jaxp.jar
#wrapper.class_path=$(wrapper.tomcat_home)\lib\parser.jar

and add the Xerces/Xalan stuff you want:
e.g.:

wrapper.class_path=$(wrapper.tomcat_home)\lib\xerces_1_2_2\xerces.jar
wrapper.class_path=$(wrapper.tomcat_home)\lib\xalan_1_2_2\xalan.jar

... or wjat ever version you require

cheers
Andreas

------------------------------------------------------------
ICLIP AG                                        www.iclip.ch
Andreas Leitel                       [EMAIL PROTECTED]
Postfach 3001 Bern                        +41 (0)78 629 5883
------------------------------------------------------------

> -----Ursprungliche Nachricht-----
> Von: prasanna narayanan [mailto:[EMAIL PROTECTED]]
> Gesendet: Samstag, 31. Marz 2001 14:45
> An: [EMAIL PROTECTED]
> Betreff: Name space problem while using TOMCAT
> 
> 
> Hi,
> I am using TOMCAT 3.2. I am trying to transform an xml
> doc with XSL to generate a HTML. Code for the above is
> written in JSP using JAVA. When i call the page i am
> getting the following error
> 
> "Namespace not supported by SAX Parser".
> 
> How to come around this problem. I am using
> namespaces. Is there any option, to plug in XERCES
> parser with TOMCAT, if so how to do it. Since XERCES
> supports namespaces could this be a option to come
> around this problem?  Please help. 
> 
> Regards,
> Prasan
> 
> __________________________________________________
> Do You Yahoo!?
> Get email at your own domain with Yahoo! Mail. 
> http://personal.mail.yahoo.com/?.refer=text
> 

Reply via email to