Re: Tomcat Application Stops Responding

2015-11-17 Thread Cohen, Laurence
stopher Schultz < 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 > > f

Re: Tomcat Application Stops Responding

2015-11-17 Thread Cohen, Laurence
er Schultz < 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 >

Re: Tomcat Application Stops Responding

2015-11-16 Thread Cohen, Laurence
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: Tomcat Users List > Subject: Tomcat Application

Re: Tomcat Application Stops Responding

2015-11-16 Thread Cohen, Laurence
exact 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/

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 where

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

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 there would be any inte

Re: Help with Tomcat Applications not listening

2015-09-02 Thread Cohen, Laurence
ll send 3 and 5 as soon as possible. Thanks, Larry On Wed, Sep 2, 2015 at 4:39 PM, Mark Eggers wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Larry, > > On 9/2/2015 12:54 PM, Cohen, Laurence wrote: > > Hi, > > > > We have a webserver and an apps

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 will notic

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 appserve

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 <

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/1

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 >

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

Re: Brand new to Tomcat

2015-06-16 Thread Cohen, Laurence
QUEST_URI} !^/favicon.ico RewriteCond %{REQUEST_URI} !^/mdr/ns RewriteCond %{REQUEST_URI} !^/mdr/irs RewriteCond %{REQUEST_URI} !^/mdr/documents RewriteCond %{REQUEST_URI} !^/dse/ns RewriteCond %{REQUEST_URI} !^/dse/irs RewriteCond %{REQUEST_URI} !^/dse/documents #

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" < >

Re: Brand new to Tomcat

2015-06-16 Thread Cohen, Laurence
move 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 wrote: > I am most defini

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, > &

Re: Brand new to Tomcat

2015-06-16 Thread Cohen, Laurence
the users 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 wrote: > Cohen, Laurence wrote: > >> Hi, >> >> I find myself in a p

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 data