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).
--
Salalam wrote:
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 applic
hi,
in your tomcat server's webapp directory create a directory ./ROOT (in caps)
and copy your application in there. Then restart tomcat.
In the workers.properties set the JkMount /*
see: http://tomcat.apache.org/connectors-doc/webserver_howto/apache.html
Alternatively you can set the context