Re: Application Deployment in Tomcat 7.X

2014-04-29 Thread Nitin Kumar
Thanks Chris, Issue has been resolved. After your reply, I did small POC with two projects, tomcat is behaving as per expectation. Then I went back to project and checked. I found that we were explicitly doing system exit on application deployment failure. We have resolved this. Thanks for your h

Re: Application Deployment in Tomcat 7.X

2014-04-24 Thread Konstantin Kolinko
2014-04-23 15:42 GMT+04:00 Nitin Kumar : > Hi Mark, > > Thanks for the quick reply. I will give you the example which we use > > Application1 is deployment in tomcat and up and running. We want to install > application2. Following are the steps: > > Stop Tomcat > Install application2 vial RPM insta

Re: Application Deployment in Tomcat 7.X

2014-04-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Nitin, On 4/23/14, 7:42 AM, Nitin Kumar wrote: > Hi Mark, > > Thanks for the quick reply. I will give you the example which we > use > > Application1 is deployment in tomcat and up and running. We want to > install application2. Following are the

Re: Application Deployment in Tomcat 7.X

2014-04-23 Thread Daniel Mikusa
On Apr 23, 2014, at 4:42 AM, Nitin Kumar wrote: > Hi Mark, > > Thanks for the quick reply. I will give you the example which we use > > Application1 is deployment in tomcat and up and running. We want to install > application2. Following are the steps: > > Stop Tomcat > Install application2 vi

Re: Application Deployment in Tomcat 7.X

2014-04-23 Thread Nitin Kumar
Hi Mark, Thanks for the quick reply. I will give you the example which we use Application1 is deployment in tomcat and up and running. We want to install application2. Following are the steps: Stop Tomcat Install application2 vial RPM install to tomcat Webapps directory Start Tomcat We have som

Re: Application Deployment in Tomcat 7.X

2014-04-22 Thread Mark Thomas
On 23/04/2014 04:40, Nitin Kumar wrote: > Hi, > > We are using tomcat 7.X for our project. So far we deploy only one > application in tomcat. > > Now we are planning to deploy one more application with existing one. > > There is requirement that failure of deployment of new application should >

Application Deployment in Tomcat 7.X

2014-04-22 Thread Nitin Kumar
Hi, We are using tomcat 7.X for our project. So far we deploy only one application in tomcat. Now we are planning to deploy one more application with existing one. There is requirement that failure of deployment of new application should not affect existing application deployment and tomcat star