Re: Checking to see if a Tomcat context is alive or hung

2014-03-08 Thread Konstantin Kolinko
2014-03-07 22:16 GMT+04:00 James H. H. Lampert : > I've been asked to come up with a command-line (or batch job) utility > (running on an AS/400) to check, programmatically, whether a Tomcat context > that's part of one of our products is alive and accepting connections, or > hung. > > I'm already

Re: Checking to see if a Tomcat context is alive or hung

2014-03-08 Thread Hassan Schroeder
On Fri, Mar 7, 2014 at 10:16 AM, James H. H. Lampert wrote: > I've been asked to come up with a command-line (or batch job) utility > (running on an AS/400) to check, programmatically, whether a Tomcat context > that's part of one of our products is alive and accepting connections, or > hung. > A

Re: Checking to see if a Tomcat context is alive or hung

2014-03-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 James, On 3/7/14, 1:16 PM, James H. H. Lampert wrote: > I've been asked to come up with a command-line (or batch job) > utility (running on an AS/400) to check, programmatically, whether > a Tomcat context that's part of one of our products is alive

Checking to see if a Tomcat context is alive or hung

2014-03-07 Thread James H. H. Lampert
I've been asked to come up with a command-line (or batch job) utility (running on an AS/400) to check, programmatically, whether a Tomcat context that's part of one of our products is alive and accepting connections, or hung. I'm already attempting to pick the brains of our people who develope