> In server.xml (tomcat's config file), the <Connector .... /> element 
> receiving proxied requests from Apache HTTPd needs 
> proxyName="www.mysite.com" and proxyPort="80" to properly handle cookies 
> and writing URLs.
> 
> There are commented examples of this in the original server.xml file 
> distributed with tomcat.
> 
> --David

I'm still having issues with this. Based on David's suggestions, I did a
search and found the following link:
http://proteinbank.vbi.vt.edu/tomcat-docs/proxy-howto.html. I followed the
instructions detailed in the link and restarted Tomcat (with one change -
the connector port in the new connector element I specified is 8080, and I
also have the default element still uncommented also using port 8080. Will
this create a conflict?). The web app displays properly and the links work,
however, in Tomcat manager console, I can still see that each time I do a
page view it is *still* creating a new session.

What information do you need to help me with this - The server xml, the
httpd-vhost.conf? Let me know and I'll post them.

Thanks,
- D


---------------------------------------------------------------------
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