HI,
how to deploy WAR file with ant 1.6.1 ( i use tomcat 4.1.29 ) :
this lines in build.xml file doesnt works :
<-- Configure the custom Ant tasks for the Manager application -->
Thanks , for sample code .
Philip
--
Chalakanth wrote:
Hi,
I am using the "webapp" option to build a whole web application.
My problem is that everytime I run the task, the whole application is being
pre-compiled, not just the Jsps I touched.
Our group wants to use the pre-compiled servlets for debugging. This
becomes impractica
*my version of TOMCAT 4.1.26 and ANT 4.1.1*
*my build.xml : *
etc.
>/target>
*When i try :* ant install
install:
[install] OK - Installed application at context path /cms
[install]
BUILD SUCCESSFULL
*Ant say is right but myapps is not avalaible. **