Hi,
i am using (or trying) to use ant for redeploying my applications on my
development-site.
Perhaps you can help me with the following tasks:
1. i want to install a webapplication, so i do:
<tcinstall url="${catalina.url}" username="${catalina.username}"
password="${catalina.password}"
path="/mshop" war="jar:file://c:\dev\my.war!/"/>
After this task, ant responds: OK - installed application at context path /mshop
When i look in the webapps folder of tomcat, i see an empty mshop folder (?). So where
is my actual
application? THe path to the war file is correct and the content is also correct.
2. assuming that i have a running application, is it suitable to do /remove and
/install in order
to see changes i made to the war file (web.xml or some classes in libs)? What is the
best combination
for a real hot-redeploy? I know that there is a reload, but remember that i have a new
war file somewhere
on my disk which must be re-deployed, so i dont do any copies to /tomcat/webapps/mshop
in order
to change some parts of my app, i want to package a new war and (re)install it on the
fly.
Any comments on this are highly appreciated :)
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>