Apache 1.3.20
Tomcat 4.0.1
Cookies DISABLED in the browser and in server.xml

httpd.conf:

ServerName foo

NameVirtualHost *

<VirtualHost *>
ServerName foo
ServerAlias bar
DocumentRoot "/export/home/foo"
</VirtualHost>

encodeURL("http://foo";)  correctly adds the ";jsessionid=0876..."

encodeURL("http://bar";) does NOT add the ";jsessionid=9876..."

If I bypass apache/warp, this works correctly.
When I use apache/warp, I get to my webapp, but the encodeURL 
doesn't do the correct thing.

The reason I am trying to do this is that I have a 
RESONATE scheduler which manages a VIP and directs the traffic
to one of several boxes.  The ServerName for those boxes cannot be
the name of the VIP, therefore it needs to be an alias.  But, I need
URL encoding of session id's to work.  (I work for the US gov't and
we cannot require cookies to be enabled.)

-Nick Ide


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to