Robert S. Sfeir <robert <at> codepuccino.com> writes:

> Actually you can put it in resin-web.xml, inside the WEB-INF along with 
> web.xml and resin will merge both on startup, so that might be a place 
> to try it.
> 
> R
> 

looks like that's solved the problem :)
here is the resin-web.xml


<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.
3//EN" "http://java.sun.com/j2ee/dtds/web-app_2_3.dtd";>

<web-app>
        <system-property javax.xml.transform.TransformerFactory="org.apache.xalan.
processor.TransformerFactoryImpl"/>
        <system-property javax.xml.parsers.DocumentBuilderFactory="org.apache.
xerces.jaxp.DocumentBuilderFactoryImpl"/>
        <system-property javax.xml.parsers.SAXParserFactory="org.apache.xerces.
jaxp.SAXParserFactoryImpl"/>
</web-app>


along with xalan.jar, xml-apis.jar and xercesImpl.jar


thanks very much to all of you, i'm back to work !

marc


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to