TomcatAntTasks |
|
Your trail: |
Difference between
version 21
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 33 changed 1 line. |
<taskdef file="${ant-contrib.dir}/tomcatTasks.properties"> |
<taskdef file="${ant-contrib.dir}/tomcatTasks.properties"> |
At line 89 removed 1 line. |
|
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.
|