I think my problem is very common, but I didn't find a solution.
I have Tomcat 5.5 with a web application. Let's say this application is
deployed in the context 'mywebapp'. I can call the application with the url
http://mydomain.com:8080/mywebapp.
But now i want to call the application via apach
I'm deploying the application to the root context now ('/') and using a
http-proxy in apache. With that config everthing works fine
(Tomcat-Sessions, Cookies, Links).
Deploying the application in root seems to be easier than deploying it in an
other context (regarding the apache-configuration).
--