TomcatAntTasks |
|
Your trail: |
Difference between
version 19
and
version 18:
At line 1 changed 1 line. |
[I|MattRaible] finally figured out how to use Tomcat's Ant Tasks (install, remove, reload, start, stop, list) in [AppFuse] to ease deployment of the app. Below is a list of the steps I used to integrate them into my build.xml file. |
[I|MattRaible] finally figured out how to use Tomcat's Ant Tasks (install, remove, reload, start, stop, list) in [AppFuse] to ease deployment of the app. Below is a list of of the steps I used to integrate them into my build.xml file. |
At line 88 changed 2 lines. |
* All these tasks will overwrite your server.xml file in Tomcat 4.1.x. They do create a backup, but if you're having configuration issues after using these, revert back to your original server.xml. I've included a [minimal server.xml|server-minimal-4.1.29.xml] for Tomcat 4.1.29. Also, the war is deployed under the ''$CATALINA_HOME/work/Standalone/localhost/manager'' directory. |
|
* All these tasks will overwrite your server.xml file in Tomcat 4.1.x. They do create a backup, but if you're having configuration issues after using these, revert back to your original server.xml. I've included a [minimal server.xml|server-4.1.29.xml] for Tomcat 4.1.29. Also, the war is deployed under the ''$CATALINA_HOME/work/Standalone/localhost/manager'' directory. |
At line 96 changed 1 line. |
* The ''reload'' target works in Tomcat 5 - providing you don't have any non-serializable attributes in your session. |
* The ''reload'' target works in Tomcat 5 - providing you don't have any non-serializeable attributes in your session. |
Back to TomcatAntTasks,
or to the Page History.
|