RE: [OT] How to Deploy an Update to War File

2013-11-22 Thread Crystal Maramba
-Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Thursday, November 21, 2013 5:54 PM To: Tomcat Users List Subject: Re: [OT] How to Deploy an Update to War File -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Leo, On 11/21/13, 6:06 PM, Leo

Re: How to Deploy an Update to War File

2013-11-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Crystal, On 11/21/13, 6:04 PM, Crystal Maramba wrote: > Can someone provide me the steps on how to manually re-deploy an > updated war file You can simply copy the new WAR over the old WAR. If you delete the WAR file, you may trigger an un-deploym

Re: [OT] How to Deploy an Update to War File

2013-11-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Leo, On 11/21/13, 6:06 PM, Leo Donahue - OETX wrote: >> -Original Message- From: Daniel Mikusa >> [mailto:dmik...@gopivotal.com] Subject: Re: How to Deploy an >> Update to War File >> >> You can use para

RE: How to Deploy an Update to War File

2013-11-21 Thread Caldarale, Charles R
> From: Leo Donahue - OETX [mailto:leodona...@mail.maricopa.gov] > Subject: RE: How to Deploy an Update to War File > In conf/Catalina/localhost I can have xml files that don't match the names > of any > web app in the webapps directory, and these xml files are treated as

RE: How to Deploy an Update to War File

2013-11-21 Thread Leo Donahue - OETX
>-Original Message- >From: Daniel Mikusa [mailto:dmik...@gopivotal.com] >Subject: Re: How to Deploy an Update to War File > > You can use parallel deployment with WAR files. Just name the war file > "webapps/##.war". > I need to try this... very cool. So w

RE: How to Deploy an Update to War File

2013-11-21 Thread Crystal Maramba
-Original Message- From: Crystal Maramba [mailto:cmara...@acumenllc.com] Sent: Thursday, November 21, 2013 1:05 PM To: Tomcat Users List Subject: How to Deploy an Update to War File Is there a better way to deploy the war files? - Currently, I delete the old war file in

RE: How to Deploy an Update to War File

2013-11-21 Thread Leo Donahue - OETX
>-Original Message- >From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] >Subject: RE: How to Deploy an Update to War File > >http://tomcat.apache.org/tomcat-7.0-doc/config/context.html#Parallel_deployment > >> So, in other words, if I want to use paral

Re: How to Deploy an Update to War File

2013-11-21 Thread Daniel Mikusa
On Nov 21, 2013, at 4:58 PM, Leo Donahue - OETX wrote: >> -Original Message- >> From: Daniel Mikusa [mailto:dmik...@gopivotal.com] >> Subject: Re: How to Deploy an Update to War File >> >> If you're using Tomcat 7, it's called Parallel Deploymen

RE: How to Deploy an Update to War File

2013-11-21 Thread Caldarale, Charles R
> From: Leo Donahue - OETX [mailto:leodona...@mail.maricopa.gov] > Subject: RE: How to Deploy an Update to War File > Can you describe this process a little more? http://tomcat.apache.org/tomcat-7.0-doc/config/context.html#Parallel_deployment > So, in other words, if I want to

RE: How to Deploy an Update to War File

2013-11-21 Thread Leo Donahue - OETX
>-Original Message- >From: Daniel Mikusa [mailto:dmik...@gopivotal.com] >Subject: Re: How to Deploy an Update to War File > >If you're using Tomcat 7, it's called Parallel Deployment. > >Dan Can you describe this process a little more? So, in other w

Re: How to Deploy an Update to War File

2013-11-21 Thread Daniel Mikusa
On Nov 21, 2013, at 4:04 PM, Crystal Maramba wrote: > Is there a better way to deploy the war files? If you're using Tomcat 7, it's called Parallel Deployment. http://tomcat.apache.org/tomcat-7.0-doc/config/context.html#Parallel_deployment http://www.tomcatexpert.com/blog/2011/05/31/paral

How to Deploy an Update to War File

2013-11-21 Thread Crystal Maramba
Is there a better way to deploy the war files? - Currently, I delete the old war file in the \webapps - Copy and paste the new war file in the \webapps directory - At times, I have to restart the service because it takes a while to load the new war after it has pa