Re: Deploy from ant

2007-01-04 Thread Carlos Pita
I'm currently using WTP just for editing xml and jsp (btw, I would love that it supported EL autocompletion for the MVC model). OTOH I'm a bit reluctant to adopt the entire web WTP proyect approach, I prefer to control my vanilla java project from ant targets. Anyway, regarding the ant deploy task

Re: Deploy from ant

2007-01-04 Thread Carlos Pita
roject structure, neither your deployment. On 1/4/07, Carlos Pita <[EMAIL PROTECTED]> wrote: > > Why not just drop in the new war file created from the ant war task? > > Tomcat will reload the app automatically. > > Copy the entire app war, explode it, deploy it (and of cour

Re: Deploy from ant

2007-01-04 Thread Carlos Pita
emembered after Tomcat is restarted the next time. # Tomcat will recognize changes in JSP pages automatically (after just building the app, which copies modified jsps to the build directory) ). Best regards, Carlos On 1/4/07, Hassan Schroeder <[EMAIL PROTECTED]> wrote: On 1/4/07, Carlos Pi

Re: Deploy from ant

2007-01-04 Thread Carlos Pita
ndeploy/deploy) Leon and you are done. On 1/4/07, Carlos Pita <[EMAIL PROTECTED]> wrote: > Hi all, > > how do I deploy a webapp from the ant deploy task avoiding it to copy &

Deploy from ant

2007-01-04 Thread Carlos Pita
Hi all, how do I deploy a webapp from the ant deploy task avoiding it to copy the entire application under tomcat/webapps? The point is to simply update my build directory with modified jsps to make tomcat aware of the changes. If this build directory, which of course is not under webapps, is fir