On 11/11/06, Rashmi Rubdi <[EMAIL PROTECTED]> wrote:

HTTP Session was working before I set up Virtual Hosts on Tomcat 5.5/ Windows 
XP.

?? And exactly how is it not working now? What's the test case?

The entries in server.xml :

      <Host name="projectA" appBase="webapps/projectA">
         <Context path="/" docBase="C:/dev/projects/projectA/__source"

Dunno if it's related but that Context path is wrong -- should be ""
(null path) for the default Context. (Just guessing that it might cause
a mismatched path in the session cookie.) So fix that first. :-)

--
Hassan Schroeder ------------------------ [EMAIL PROTECTED]

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to