RE: Virtual Hosts and useCanonical

2004-10-28 Thread Mike Curwen
om: news [mailto:[EMAIL PROTECTED] On Behalf Of Bill Barker > Sent: Thursday, October 28, 2004 12:21 AM > To: [EMAIL PROTECTED] > Subject: Re: Virtual Hosts and useCanonical > > > request.getServerName() is the value of the Host header.

Re: Virtual Hosts and useCanonical

2004-10-27 Thread Bill Barker
request.getServerName() is the value of the Host header. You want request.getLocalName(). "Mike Curwen" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Yup, I've asked about/commented about this before. I'm having trouble > with > Vhosts, server names, and how to get the value I

RE: Virtual Hosts and useCanonical

2004-10-27 Thread Mike Curwen
TECTED] > Sent: Wednesday, October 27, 2004 4:48 PM > To: Tomcat Users List > Subject: Re: Virtual Hosts and useCanonical > > > There is a setting somewhere in Tomcat (versions up to 4.1.X > at least) where you enable/disable reverse DNS. Most of the > time you want thi

Re: Virtual Hosts and useCanonical

2004-10-27 Thread agidden
From: Mike Curwen <[EMAIL PROTECTED]> Date: Wednesday, October 27, 2004 4:36 pm Subject: Virtual Hosts and useCanonical > Yup, I've asked about/commented about this before. I'm having > trouble with > Vhosts, server names, and how to get the value I want out of > request

Virtual Hosts and useCanonical

2004-10-27 Thread Mike Curwen
Yup, I've asked about/commented about this before. I'm having trouble with Vhosts, server names, and how to get the value I want out of request.getServerName(), and this is all with apache/jk/tomcat. (apache is in the 2's somewhere, jk (not jk2) and tomcat 4.1.30 and 5.0.29). "I'm only get the