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?

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 >

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

Re: Tomcat memory

2017-08-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Leon, On 8/17/17 6:57 AM, Leon Rosenberg wrote: > Fady, one thing, > > analyzing heap dumps is hard especially a 10GB dump, you will need > at least 40 Gb of memory an about 10 hours to start jhat. What is > fast is analyzing a histogram. A

Re: Where Tomcat webapp contexts live on Debian

2017-08-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Leon, On 8/16/17 3:24 AM, Leon Rosenberg wrote: > Debian has a long tradition of doing things in a very special way > when it comes to java. Long enough they shipped GnuJ as standard > JVM with a debian distribution, a piece of garbage that wasn't

Re: Cluster StaticMember (McastService:Required property "tcpListenPort" is missing)

2017-08-18 Thread Carlos Peon Costa
Hello, It seems to me that it's always necessary to initialize membershipService, maybe something like that (untested): --- apache-tomcat-7.0.70-src/java/org/apache/catalina/tribes/group/ChannelCoordinator.java.original 2016-06-15 18:45:51.0 +0200 +++

Cluster StaticMember (McastService:Required property "tcpListenPort" is missing)

2017-08-18 Thread Carlos Peon Costa
Hello, Cluster static members seem to fail since version 7.0.70 (also reproduced in 8.0.45): SEVERE: The required Server component failed to start so Tomcat is unable to start. ... Caused by: org.apache.catalina.tribes.ChannelException: java.lang.IllegalArgumentException: McastService:Required