Re: Forward request from apache to specific web application

2009-01-25 Thread Salalam
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). --

Re: Forward request from apache to specific web application

2009-01-24 Thread André Warnier
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

Re: Forward request from apache to specific web application

2009-01-24 Thread fredk2
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