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 i

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

2007-08-24 Thread DJohnson
ithin your webapp by examining the sessionid, but also from the client side, by examining the jsessionid cookie value. Please respond to "Tomcat Users List" To: "Tomcat Users List" cc: Subject: Need a way to identify tomcat instances at run-time I have a strut

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

Need a way to identify tomcat instances at run-time

2007-08-24 Thread Brian Barnett
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 way to access info in the server.xml or context.xml file at run-time? Can I specify

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

Need a way to identify tomcat instances at run-time

2007-08-23 Thread Brian Barnett
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 way to access info in the server.xml or context.xml file at run-time? Can I spec