Hi,
I set up an Apache2 -
Tomcat 5.5 - mod_jk Connection and it works fine.
But now I want to map a Tomcat context to the domain root directory, but I don't know how to do it.
Now it looks like this:
http://www.mydomain.com/context/index.html (Tomcat:
http://localhost:8080/context/index.html) It should look like this:
http://www.mydomain.com/index.html (Tomcat:
http://localhost:8080/context/index.html) Does anyone of you know where I have to look to get the right configuration?
I am searching since a few days, but can't find the solution
Thanks for any help.
Greetings, hal