Results 1 to 3 of 3
Hi, everyone!
I was wondering if anyone knew a good way to make Tomcat-hosted applications appear as directories off of my Apache server - so, for example, if a user ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 05-17-2007 #1Just Joined!
- Join Date
- May 2007
- Posts
- 6
Tomcat & Apache
Hi, everyone!
I was wondering if anyone knew a good way to make Tomcat-hosted applications appear as directories off of my Apache server - so, for example, if a user wanted to access my web application "Foo", they could just navigate to "http://myhost/foo" instead of having to go to "http://myhost:8080/foo". I know how to do this in IIS, but I need a little assistance getting it to work on SLES 10.
Thanks in advance!
- 05-18-2007 #2
you need the tomcat connector mod_jk or mod_jk2. you can do a google search for tomcat connector (and maybe this forum) and you will find lots of help
here is one guide that looks to be pretty accurate
Configure Apache HTTPd with Jakarta Tomcat Connector (mod_jk)
- 05-18-2007 #3Just Joined!
- Join Date
- May 2007
- Posts
- 6
Thanks, works like a charm!


Reply With Quote
