Re: Tomcat Application Stops Responding

2015-11-17 Thread Cohen, Laurence
ch...@christopherschultz.net> wrote: > Larry, > > On 11/16/15 5:08 PM, Cohen, Laurence wrote: > > Thank you Christopher. I'm going to start with the thread dump since we > > are using jdk and that appears very straightforward. Part of my dilemma > is > > that the probl

Re: Tomcat Application Stops Responding

2015-11-17 Thread Cohen, Laurence
ch...@christopherschultz.net> wrote: > Larry, > > On 11/17/15 10:13 AM, Cohen, Laurence wrote: > > Chris, that's what I'm planning on doing. But how do I get the pid since > > it will change each time I bounce the java process? Also, I'll have to > > figure out how to read the thread du

Tomcat Application Stops Responding

2015-11-16 Thread Cohen, Laurence
Hi Everyone, Are there any tools that come with Java that I can use to troubleshoot an intermittent problem we are having? The problem is that several times a day, our Tomcat applications will stop responding and I'll have to restart them to get them working again. It's gotten to the point

Re: Tomcat Application Stops Responding

2015-11-16 Thread Cohen, Laurence
n a > graphical manner. It might be easy to use depending on the network between > your app and where you run VisualVM. > > -Dave > > -Original Message- > From: Cohen, Laurence [mailto:lco...@novetta.com] > Sent: Monday, November 16, 2015 3:43 PM > To: Tomca

Re: Tomcat Application Stops Responding

2015-11-16 Thread Cohen, Laurence
build is not experiencing this problem, so I'm wondering if this is a network issue on the private side. I'll start here though. Thanks a lot. Larry Cohen On Mon, Nov 16, 2015 at 4:55 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > Larry, > > On 11/16/15 4:42 PM,

Re: [PROPOSAL] Tomcat Webinar series

2015-11-13 Thread Cohen, Laurence
Ok, then I hope this gets started. Thanks Mark! Just let me know when and where. Larry On Fri, Nov 13, 2015 at 10:03 AM, Christopher Schultz < ch...@christopherschultz.net> wrote: > Larry, > > On 11/12/15 6:05 PM, Cohen, Laurence wrote: > > I'd be interested, but we a

Re: [PROPOSAL] Tomcat Webinar series

2015-11-12 Thread Cohen, Laurence
I'd be interested, but we are still using 7.0.59 at work, so if you could tailor at least some of the presentations towards this, in very newbie format I'd definitely be on board. Larry On Thu, Nov 12, 2015 at 5:29 PM, Mark Thomas wrote: > All, > > I've been wondering if

Re: Help with Tomcat Applications not listening

2015-09-02 Thread Cohen, Laurence
BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Larry, > > On 9/2/15 3:54 PM, Cohen, Laurence wrote: > > We have a webserver and an appserver, and the webserver talks to > > the appserver on port 8007. Every once the communication will > > stop, and we wi

Re: Help with Tomcat Applications not listening

2015-09-02 Thread Cohen, Laurence
as soon as possible. Thanks, Larry On Wed, Sep 2, 2015 at 4:39 PM, Mark Eggers <its_toas...@yahoo.com.invalid> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Larry, > > On 9/2/2015 12:54 PM, Cohen, Laurence wrote: > > Hi, > > >

Help with Tomcat Applications not listening

2015-09-02 Thread Cohen, Laurence
Hi, We have a webserver and an appserver, and the webserver talks to the appserver on port 8007. Every once the communication will stop, and we will notice an error on the webserver saying that it can't talk to the appserver. When this happens, I will run a netstat -an |grep 8007 on the

Brand new to Tomcat

2015-06-16 Thread Cohen, Laurence
Hi, I find myself in a position where I am the only system administrator on a project that uses tomcat appserver and apache webeserver with a postgres backend. We have two applications, and before and changeover from mod_ssl to mod_nss we were able to go over port 80 to grab files out of the

Re: Brand new to Tomcat

2015-06-16 Thread Cohen, Laurence
Yeah, I'm going to have to figure this out. If I paste the text in the email it will be very long. On Tue, Jun 16, 2015 at 2:00 PM, Felix Schumacher felix.schumac...@internetallee.de wrote: Am 16. Juni 2015 19:54:40 MESZ, schrieb Cohen, Laurence lco...@novetta.com: On the old instance

Re: Brand new to Tomcat

2015-06-16 Thread Cohen, Laurence
/(.*)$ http://prodweb01/dse/ns/$1 [L,redirect] RewriteRule ^/mdr/documents/(.*)$ http://prodweb01/dse/documents/$1 [L,redirect] # Redirect / to the DSE Homepage. RewriteRule ^/$ https://prodweb01/dse [L] On Tue, Jun 16, 2015 at 2:10 PM, Cohen, Laurence lco...@novetta.com wrote: Yeah, I'm going

Re: Brand new to Tomcat

2015-06-16 Thread Cohen, Laurence
On Tue, Jun 16, 2015 at 2:39 PM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: Cohen, Laurence [mailto:lco...@novetta.com] Subject: Re: Brand new to Tomcat Sorry, I sent that last post before I sent this one. I'm assuming this is what you were meaning about top posting

Re: Brand new to Tomcat

2015-06-16 Thread Cohen, Laurence
all of the RewriteRules from the ssl.conf in the old instance to ProxyPass statements in nss.conf. I'm assuming you are correct that something is not correct with these rules. Thanks, Larry Cohen On Tue, Jun 16, 2015 at 1:36 PM, Cohen, Laurence lco...@novetta.com wrote: I am most definitely

Re: Brand new to Tomcat

2015-06-16 Thread Cohen, Laurence
On Tue, Jun 16, 2015 at 2:26 PM, Felix Schumacher felix.schumac...@internetallee.de wrote: Am 16. Juni 2015 20:10:52 MESZ, schrieb Cohen, Laurence lco...@novetta.com: Yeah, I'm going to have to figure this out. If I paste the text in the email it will be very long. Maybe you could look

Re: Brand new to Tomcat

2015-06-16 Thread Cohen, Laurence
will connect to the webserver on port 80 and port 443, and it is invisible to them where they are going on the app server. Thanks, Larry On Tue, Jun 16, 2015 at 12:06 PM, André Warnier a...@ice-sa.com wrote: Cohen, Laurence wrote: Hi, I find myself in a position where I am the only system

Re: Brand new to Tomcat

2015-06-16 Thread Cohen, Laurence
I am most definitely confused. :-) I'm gathering and sanitizing configuration files now. Thanks, Larry On Tue, Jun 16, 2015 at 1:26 PM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Laurence, On 6/16/15 1:02 PM, Cohen, Laurence

Re: Brand new to Tomcat

2015-06-16 Thread Cohen, Laurence
On Tue, Jun 16, 2015 at 4:06 PM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Larry, On 6/16/15 3:34 PM, Cohen, Laurence wrote: On Tue, Jun 16, 2015 at 3:13 PM, Christopher Schultz ch...@christopherschultz.net wrote: Larry

Re: Brand new to Tomcat

2015-06-16 Thread Cohen, Laurence
On Tue, Jun 16, 2015 at 3:13 PM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Larry, BTW, you're doing great. Thanks for battling-through. See below. On 6/16/15 2:29 PM, Cohen, Laurence wrote: *** nss.conf.testweb01