Confluence

From Resin 3.0

Revision as of 22:39, 29 November 2007 by Ferg (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Confluence requires Resin 3.1.4 or later for important bug fixes.

To install Confluence, add the following to the resin.conf:


<resin xmlns="http://caucho.com/ns/resin">
  ...
  <cluster id="">
    <host id="">

        <web-app id="/confluence" root-directory="/usr/local/share/confluence-2.6.1/confluence"/>

    </host>
  </cluster>
</resin>

You will need to edit the confluence-init.properties as described by the Confluence documentation in confluence-2.6.1/confluence/WEB-INF/classes/confluence-init.properties


 confluence.home=/usr/local/share/confluence-2.6.1/confluence

Confluence will ask you to replace the web.xml with their web.resin3.xml. The issue appears to be an old one that's been fixed in Resin, but Confluence is checking the server version directly for anything matching "Resin/3" and causing an error message if it matches.

Personal tools