Greetings,<br>
<br>
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:<br>
<br>
1. In resin/webapps/opencms/WEB-INF/web.xml add the following after the <web-app> tag:<br>
<br>
<system-property javax.xml.parsers.DocumentBuilderFactory=<br>
            
"org.apache.xerces.jaxp.DocumentBuilderFactoryImpl"/><br>
<system-property javax.xml.parsers.SAXParserFactory=<br>
             "org.apache.xerces.jaxp.SAXParserFactoryImpl"/><br>
<system-property javax.xml.transform.TransformerFactory=<br>
            
"org.apache.xalan.processor.TransformerFactoryImpl"/><br>
<br>
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.<br>
<br>
2. In resin/webapps/opencms/WEB-INF/web.xml delete the following line after the <servlet> tag:<br>
<load-on-startup>1</load-on-startup><br>
<br>
3. When the setup dialog asks for the URL for the opencms site, append '/opencms' to it if needed.<br>
<br>
Hope this saves someone some time...<br clear="all"><br>-- <br>Sincerely,<br>Leo Wierzbowski<br><br>"He has made from one blood every nation of men." (Acts 17:26)<br><br>UF and Google do not endorse or disendorse the content of this document.