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 first time.


This gets annoying as the application gets bigger.

Is there any way to deploy the war and have a build file?
Can I accomplish that with ant?
If so, how?

Thanks!

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Fast war deployment

2005-10-08 Thread Martin Gainty

Mikolaj-
Whatever IDE you use you can export a build.xml
install ant and you now have fine-grained control on the build
Also you can add all the spurious tasks such as javadoc, remote deploy, jsp 
compile

Probably not applicable for initial development
but Critically important when deploying 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 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 first time.


This gets annoying as the application gets bigger.

Is there any way to deploy the war and have a build file?
Can I accomplish that with ant?
If so, how?

Thanks!

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 file?
Can I accomplish that with ant?
If so, how?

Thanks!

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 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 file?
Can I accomplish that with ant?
If so, how?

Thanks!



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]