Re: Need a way to identify tomcat instances at run-time

2007-08-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Brian, Don't hijack threads. Please post a new question to the list. - -chris Brian Barnett wrote: I have a struts-based application running on multiple tomcat instances, load balanced by a hardware load balancer, i.e., no Apache Web Server. I

RE: Need a way to identify tomcat instances at run-time

2007-08-24 Thread Brian Barnett
Chris, I don't know what you mean by your response. -Original Message- From: Christopher Schultz [mailto:[EMAIL PROTECTED] Sent: Friday, August 24, 2007 6:43 AM To: Tomcat Users List Subject: Re: Need a way to identify tomcat instances at run-time -BEGIN PGP SIGNED MESSAGE-

Re: Need a way to identify tomcat instances at run-time

2007-08-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Brian, Brian Barnett wrote: I have a struts-based application running on multiple tomcat instances, load balanced by a hardware load balancer, i.e., no Apache Web Server. I need a way at run-time to know which tomcat instance it is. Is there a

Re: Need a way to identify tomcat instances at run-time

2007-08-24 Thread DJohnson
There may be better ways, but one approach which occurs to me is to set unique jvmRoute values on the engines in the server.xml. Even though you aren't using mod_jk, this will result in the provided values being appended to the sessionid. Assuming that you are establishing sessions, and that

RE: Need a way to identify tomcat instances at run-time

2007-08-24 Thread Nelson, Tracy M.
| From: Brian Barnett [mailto:[EMAIL PROTECTED] | Sent: Friday, 24 August, 2007 11:54 | | I have a struts-based application running on multiple tomcat instances, | load | balanced by a hardware load balancer, i.e., no Apache Web Server. I need a | way at run-time to know which tomcat instance it