RE: Preventing War files from redeploying

2007-12-04 Thread primus
Caldarale, Charles R wrote: > >> From: primus [mailto:[EMAIL PROTECTED] >> Subject: RE: Preventing War files from redeploying >> >> It is a clustered environment, the war is dropped into a >> deployment folder on the main node which distributed the war >&

RE: Preventing War files from redeploying

2007-12-04 Thread Caldarale, Charles R
> From: primus [mailto:[EMAIL PROTECTED] > Subject: RE: Preventing War files from redeploying > > It is a clustered environment, the war is dropped into a > deployment folder on the main node which distributed the war > to the vhost folder on both servers, the war then

RE: Preventing War files from redeploying

2007-12-04 Thread primus
primus wrote: > > > > Caldarale, Charles R wrote: >> >>> From: primus [mailto:[EMAIL PROTECTED] >>> Subject: Preventing War files from redeploying >>> >>> Is it possible to have tomcat not redeploy the last >>> war and just start up with the existing files? >> >> Not redeploying from the

RE: Preventing War files from redeploying

2007-12-04 Thread primus
Caldarale, Charles R wrote: > >> From: primus [mailto:[EMAIL PROTECTED] >> Subject: Preventing War files from redeploying >> >> Is it possible to have tomcat not redeploy the last >> war and just start up with the existing files? > > Not redeploying from the .war is Tomcat's normal behavior

RE: Preventing War files from redeploying

2007-12-03 Thread Caldarale, Charles R
> From: primus [mailto:[EMAIL PROTECTED] > Subject: Preventing War files from redeploying > > Is it possible to have tomcat not redeploy the last > war and just start up with the existing files? Not redeploying from the .war is Tomcat's normal behavior, at least for the 5.5 and 6.0 versions. S