Re: Fast war deployment

2005-10-08 Thread Mikołaj Koziarkiewicz
Alternatively to what Vic proposed, you can reload and/or redeploy a selected app via the Tomcat Manager Webapp. Hello all: Everytime I deploy my .war file on my server, restart Tomcat and access the JSPs and actions it will compile (make JSPs servlets) and load them. It takes a time the

Re: Fast war deployment

2005-10-08 Thread Martin Gainty
to QA,UAT and Release environments HTH Martin- - Original Message - From: Mikołaj Koziarkiewicz [EMAIL PROTECTED] To: Struts Users Mailing List user@struts.apache.org Sent: Saturday, October 08, 2005 2:41 PM Subject: Re: Fast war deployment Alternatively to what Vic proposed, you can reload

Fast war deployment

2005-10-07 Thread C.F. Scheidecker Antunes
Hello all: Everytime I deploy my .war file on my server, restart Tomcat and access the JSPs and actions it will compile (make JSPs servlets) and load them. It takes a time the first time. This gets annoying as the application gets bigger. Is there any way to deploy the war and have a build

Re: Fast war deployment

2005-10-07 Thread Vic Cekvenich
http://localhost/manager/reload?path=/ above should do. Have eclipse point to where you app.xml points (to root of WEB-INF) .V C.F. Scheidecker Antunes wrote: Hello all: Everytime I deploy my .war file on my server, restart Tomcat and access the JSPs and actions it will compile (make