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 havin

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. As

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 commented out >below >section

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 ${c

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 or

RE: Help with Tomcat Automatic Application Deployment

2018-05-08 Thread Jäkel , Guido
Dear Srinath, take a look at the Configuration Elements for /Context/WatchedResource Probably included at the main context.xml file or the one of your application (, see https://tomcat.apache.org/tomcat-8.5-doc/config/context.html). Greetings Guido >-Original Message- >From: