HttpSessionListener events after redeployment?

2005-04-05 Thread Clute, Andrew
In my application I like to keep track of all the sessions that are currently active. So, I have a class that implements HttpSessionListener and have a static HashMap that keeps a reference to all the active sessions. Everything works great. I get the events, and can track them without any

RE: HttpSessionListener events after redeployment?

2005-04-05 Thread Clute, Andrew
- From: Joe Riopel [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 05, 2005 4:30 PM To: Tomcat Users List Subject: Re: HttpSessionListener events after redeployment? Could you use the isNew() method from HttpSession ? On Apr 5, 2005 4:20 PM, Clute, Andrew [EMAIL PROTECTED] wrote

Jk2 URI mapping: global virtual host and jkstatus mappings coexist?

2004-05-20 Thread Clute, Andrew
I have a forward facing HTTPD server that forwards certain requests via mod_proxy to my Tomcat box that has it's own version HTTPD and jk2 running. I actually have two instances of Jboss/Tomcat running on this machine, bound to different IP's Every request that is incoming to to the Jboss HTTPD

Mod_jk2/unix socket/multiple Tomcat instances: Do I need more than one socket file?

2004-05-18 Thread Clute, Andrew
I am attempting to set up on one box with two separate Tomcat instances, one for dev, and one for stage, all using Unix Sockets. In configuring this, I am wondering if I need to specify a separate socket file for each Tomcat instance, or can they share the same one? Is there a better performance

Tomcat and HTTPD on the same box: What's the best mod_jk2 protocol?

2004-05-14 Thread Clute, Andrew
We currently have a Windows2000 Apache box that forwards all requests to a RedHat EL3 box running JBoss3.2.3(Tomcat). This works great most of the times -- however we do get sporadic 500 errors on the Apache box (like the Tomcat box doesn't fulfill the requests), and a refresh of the page fixes

RE: Tomcat and HTTPD on the same box: What's the best mod_jk2 protocol?

2004-05-14 Thread Clute, Andrew
that file. -Original Message- From: Chong Yu Meng [mailto:[EMAIL PROTECTED] Sent: Friday, May 14, 2004 10:43 AM To: Tomcat Users List Subject: Re: Tomcat and HTTPD on the same box: What's the best mod_jk2 protocol? Hi Andrew ! Clute, Andrew wrote: If it is channelUnix, I just now

RE: Tomcat and HTTPD on the same box: What's the best mod_jk2 protocol?

2004-05-14 Thread Clute, Andrew
should have told you also that the Fedora packages do not work on RHEL. Some people already tried it. Hmm... that's odd. Did you install the devel package for httpd also ? Regards, pascal chong Clute, Andrew wrote: I took a look at your document, and tried to follow it, but I couldn't all

RE: Tomcat and HTTPD on the same box: What's the best mod_jk2 protocol?

2004-05-14 Thread Clute, Andrew
this : http://archives.real-time.com/pipermail/tomcat-devel/2003-June/052811.ht ml Can you locate this file : libaprutil-0.so.0 ? It may be named differently. Regards, pascal chong Clute, Andrew wrote: Yep, did that as well. Any idea what is causing the issue? -Original Message- From

What are you using for Failover Notification? (mod_jk)

2004-03-23 Thread Clute, Andrew
It seems to me the one large missing component of the mod_jk* connectors is notification of a failover -- either via email, pager, etc. I am sure there are people that are using mod_jk in production with a cluster and have a solution for being notified with a Tomcat instances goes down, via

RE: Disable Coyote Connector at runtime?

2004-03-22 Thread Clute, Andrew
Thanks for the information...I didn't realize that the connector in Tomcat5 was now an Mbean. So, that should make it easier. Now, the next question is, is there any admin interface to control the lifecycle of that Mbean yet? Or would I need to do it programmatically? My ultimate goal would be

Sporadic connection loss between Tomcat and Apache though mod_jk

2004-03-16 Thread Clute, Andrew
Ever since upgrading the box that our Tomcat server (actually Jboss/Tomcat) resides on from RedHat 8.0 to RedHat Enterprise ES 3.0, we will get very sporadic 500 errors on our JSP pages. When we get one of the errors, if we refresh it right away, the page come back fine. Mod_jk is set up, to the

RE: Sporadic connection loss between Tomcat and Apache though mod_jk

2004-03-16 Thread Clute, Andrew
I should also mention we are on Apache 2.0.47 -Andrew -Original Message- From: Clute, Andrew [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 16, 2004 4:24 PM To: [EMAIL PROTECTED] Subject: Sporadic connection loss between Tomcat and Apache though mod_jk Ever since upgrading the box

RE: Sporadic connection loss between Tomcat and Apache though mod_jk

2004-03-16 Thread Clute, Andrew
- Original Message - From: Clute, Andrew [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, March 16, 2004 4:39 PM Subject: RE: Sporadic connection loss between Tomcat and Apache though mod_jk I should also mention we are on Apache 2.0.47 -Andrew -Original