Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

To deploy Weave to an alternate Servlet Container such as Tomcat, deploy the weave.war file to that container. You will need to edit the web.xml file under the BridgeServlet to tell Weave where the platform directory is now located. An example of the xml code required is as follows:

Code Block
xml
xml
linenumberstruexml
<init-param>
	<param-name>platform</param-name>
	<param-value>/usr/me/weave/platform</param-value>
</init-param>

...