Re: Tomcat server apparently bouncing up and down

2017-08-20 Thread Suvendu Sekhar Mondal
James, Since you told the context is rather huge, have you checked gc times? A long running full gc can block the machine completely resulting in the up/down behaviour from outside. GC options depend on JVM version I use: export JAVA_OPTS="$JAVA_OPTS -XX:+DisableExplicitGC -verbose:GC

[ANN] Apache Tomcat 8.0.46 released

2017-08-20 Thread Violeta Georgieva
The Apache Tomcat team announces the immediate availability of Apache Tomcat 8.0.46. Please note that Tomcat 8.x users should normally be using 8.5.x releases in preference to 8.0.x releases. The Apache Tomcat team announced that support for Apache Tomcat 8.0.x will end on 30 June 2018. Apache

Re: Tomcat server apparently bouncing up and down

2017-08-20 Thread tomcat
On 20.08.2017 11:18, Chaitanya Sabbineni wrote: Hi All, If tomcat is not stopped properly that is if any of the demon threads are running under tomcat it will prevent jvm from starting as this will already hold the threads. So these threads has to be killed in order start it properly. Regarding

Re: Tomcat server apparently bouncing up and down

2017-08-20 Thread Chaitanya Sabbineni
Hi All, If tomcat is not stopped properly that is if any of the demon threads are running under tomcat it will prevent jvm from starting as this will already hold the threads. So these threads has to be killed in order start it properly. Regarding the bouncing of the tomcat I.e starting and