Re: How to embed server hostname in JSP page on clustered Tomcat

2006-05-13 Thread Scott Purcell
<[EMAIL PROTECTED]> To: Sent: Friday, May 12, 2006 8:19 AM Subject: How to embed server hostname in JSP page on clustered Tomcat > I have a cluster of (currently) two Tomcat 5.5.17 instances. I want to put a > hidden field on the pages which tells me which machine I am currently &g

Re: How to embed server hostname in JSP page on clustered Tomcat

2006-05-12 Thread Bill Barker
"David Goodenough" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] >I have a cluster of (currently) two Tomcat 5.5.17 instances. I want to put >a > hidden field on the pages which tells me which machine I am currently > connected to. Reading the spec it appeared that using:- > > /

How to embed server hostname in JSP page on clustered Tomcat

2006-05-12 Thread David Goodenough
I have a cluster of (currently) two Tomcat 5.5.17 instances. I want to put a hidden field on the pages which tells me which machine I am currently connected to. Reading the spec it appeared that using:- should work, but it would appear that all this does is take the server portion of the URL.