This is a discussion on Configuring apache2 + tomcat5.5 within the Apache Web Server forums, part of the Web Server and Related Forums category; Hi everybody, I'me trying to make Tomcat working with apache. I've ben reading many many examples presenting so ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi everybody,
I'me trying to make Tomcat working with apache. I've ben reading many many examples presenting so many possible config. Withount any result. I've installed mod_jk, successfully loaded. My example is, I think, is simple: Apache2 is in front on my machine, (192.168.0.100:80), tomcat is running the same machine, 192.168.0.100:8080. Apache is serving for site, tomcat for another. But directories are not the same (sure!!). Tomcat it CATALINA_HOME/webapps/MySite2 What do I have to do to have both working, using apache + mod_jk routing to the right one, according to the right directory (because tomcat serves also html pages, like apache do). I don't really understand the VirtualHost config issues, that is, I think, the reason of my pb. Thanks by advance. Francillo |