Re: Tomcat server apparently bouncing up and down

2017-08-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 James, On 8/18/17 5:13 PM, James H. H. Lampert wrote: > On 8/18/17, 1:41 PM, Christopher Schultz wrote: > >> You say that you aren't running it as a service. How then are >> you running Tomcat? > > startup.sh and shutdown.sh from a command line. >

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 -XX:+PrintG

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 stoppi

Re: Tomcat server apparently bouncing up and down

2017-08-19 Thread Leon Rosenberg
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 -XX:+PrintGCDetails

[OT]Re: Tomcat server apparently bouncing up and down

2017-08-18 Thread Peter Kreuser
Talking nicely and understandingly to it won't help either, I guess... Have a nice weekend Peter > Am 19.08.2017 um 08:31 schrieb André Warnier (tomcat) : > > 3 kids raised, 30 years of programming talking : slap it. > > > - >

Re: Tomcat server apparently bouncing up and down

2017-08-18 Thread tomcat
3 kids raised, 30 years of programming talking : slap it. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Tomcat server apparently bouncing up and down

2017-08-18 Thread James H. H. Lampert
On 8/18/17, 1:41 PM, Christopher Schultz wrote: You say that you aren't running it as a service. How then are you running Tomcat? startup.sh and shutdown.sh from a command line. Just starting catalina.sh from the CLI directly? If you run it in the background, are you running it with nohup? I

Re: Tomcat server apparently bouncing up and down

2017-08-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 James, On 8/18/17 3:48 PM, James H. H. Lampert wrote: > This is not with the Debian apt-get that I'm having trouble > figuring out where it's finding its webapp contexts. > > It's with the downloaded-from-Apache one that I've got running (on > port

Tomcat server apparently bouncing up and down

2017-08-18 Thread James H. H. Lampert
This is not with the Debian apt-get that I'm having trouble figuring out where it's finding its webapp contexts. It's with the downloaded-from-Apache one that I've got running (on port 7070, no HTTPS) on a CentOS 5 box, and that I haven't figured out how to run as a service (but that's not the