[opencms-dev] how to run setup wizard opencms6 on resin3

Leo Wierzbowski leocirca at gmail.com
Thu Sep 8 21:24:37 CEST 2005


Greetings,

I spent a few hours getting OpenCMS 6.0.0 to run and complete the setup 
wizard on Resin 3.0.13. It failed to run at all, or it failed to complete 
without errors, until I did the following:

1. In resin/webapps/opencms/WEB-INF/web.xml add the following after the 
<web-app> tag:

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

This makes resin use the apache xml/xslt software, instead of the caucho 
built-in xml/xslt software, assuming you have the apache software installed.

2. In resin/webapps/opencms/WEB-INF/web.xml delete the following line after 
the <servlet> tag:
<load-on-startup>1</load-on-startup>

3. When the setup dialog asks for the URL for the opencms site, append 
'/opencms' to it if needed.

Hope this saves someone some time...

-- 
Sincerely,
Leo Wierzbowski

"He has made from one blood every nation of men." (Acts 17:26)

UF and Google do not endorse or disendorse the content of this document.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://webmail.opencms.org/pipermail/opencms-dev/attachments/20050908/afa0bd16/attachment.htm>


More information about the opencms-dev mailing list