I attempted grab the URL name from the servelet request.  We have a middle tier
architecture and on top of it there is a big IP.

When the client makes a request to the big IP, and request forwards it to the
middle tier,

inside the middle tier,

if I use HttpUtils.getRequestURL (request).toString(), the name I get is
sometimes the middle tier name, sometimes the big IP name.  It seems that
the name is changed to big IP name after it is either bounced or all the
setting is done.

However, I am trying to find out a way that it will always get the big IP name no 
matter what.

Will request.getHeader("Host") do?

Any information is appreciated.
Thanks
Yours
nathan

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to