Deploying under existing Tomcat

Hi,

Is there or will be release a war file for latest Wildfire version (3.0.1) ?

Or a document describing how to deploy it for custom Tomcat installation.

For help, thanks in advance,

Mateusz

Hi,

there are roumors (I can’‘t confirm them) that the war file has problem with some plugins. Currently I use eclipse to create it, the build.xml (for 3.0.0, didn’'t check 3.0.1) still contains the option to create a war file and a wildfireHome folder.

Copy the wildfireHome folder somewhere where Tomcat can acess it (rw access). Set -DwildfireHome=/… for the JVM which starts Tomcat and restart Tomcat. Deploying in Tomcat is really easy, copy wildfire.war in the webapps folder.

LG