Re: Help with Tomcat Automatic Application Deployment

2018-05-17 Thread Mark Thomas
On 17/05/18 17:03, sri devops wrote: > Sure i will work in fixing the memory leak and i have another QQ. > > Now that I set autoDeploy=false in order to have more control on my tomcat. I > stopped Tomcat, deploy war file and started tomcat and tomcat is extracting > the war just fine without

Re: Help with Tomcat Automatic Application Deployment

2018-05-17 Thread sri devops
Sure i will work in fixing the memory leak and i have another QQ. Now that I set autoDeploy=false in order to have more control on my tomcat. I stopped Tomcat, deploy war file and started tomcat and tomcat is extracting the war just fine without having deployOnStartup attribute stated anywhere.

Re: Help with Tomcat Automatic Application Deployment

2018-05-17 Thread Mark Thomas
On 16 May 2018 23:01:14 BST, sri devops wrote: >Thanks Mark, your answer is very helpful. I tried many scenarios using >your >inputs. > >I want Tomcat to NOT perform reload but it needs to perform a redeploy >when >context.xml is changed. So i set autoDeploy=true and

Re: Help with Tomcat Automatic Application Deployment

2018-05-16 Thread sri devops
Thanks Mark, your answer is very helpful. I tried many scenarios using your inputs. I want Tomcat to NOT perform reload but it needs to perform a redeploy when context.xml is changed. So i set autoDeploy=true and commented out below section in context.xml to server my purpose. WEB-INF/web.xml

Re: Help with Tomcat Automatic Application Deployment

2018-05-11 Thread Mark Thomas
On 08/05/18 19:07, sri devops wrote: > Hello Team, > > Currently I have apache-tomcat-8.5.23 installed and running on > RHEL7.x86_64. I have a war deployed and application is running under > tomcat. While application is running, if i make any manual changes to some > config files [ context.xml

RE: Help with Tomcat Automatic Application Deployment

2018-05-08 Thread Jäkel , Guido
t;From: sri devops [mailto:sri.devop...@gmail.com] >Sent: Tuesday, May 08, 2018 8:08 PM >To: users@tomcat.apache.org >Subject: Help with Tomcat Automatic Application Deployment > > Hello Team, > >Currently I have apache-tomcat-8.5.23 installed and running on >RHEL7

Help with Tomcat Automatic Application Deployment

2018-05-08 Thread sri devops
Hello Team, Currently I have apache-tomcat-8.5.23 installed and running on RHEL7.x86_64. I have a war deployed and application is running under tomcat. While application is running, if i make any manual changes to some config files [ context.xml or server.xml or web.xml] and noticed Tomcat is