What I do is to use the Proxy Feature, I think a lot of others
use a mod_ but Proxy takes 2 lines in your httpd.conf
ProxyPass /equivhttp://insider:8080/equiv
ProxyPassReverse /equiv http://insider:8080/equiv
replace insider with the host that has your tomcat.
If it's on the same host, lo
Brian Dixon writes:
I have recently installed Tomcat 3.3.1 along with Apache. The two are
working well together, and I have no complaints except that my Apache
pages all have the xxx.mydomain.org/ structure while my Tomcat pages are
isolated and appear under the xxx.mydomain.org:8080/ structure.
use connector mod_jk
Regards
Laxmikanth M S
Off* : 6610330 extn 1256
Res* : 5267150
http://www.sonata-software.com
> Coming together is the beginning, staying together is progress and working
> together is Success
What lies behind us and what lies before us are tiny matters compared to
what lie
Yes, there is. Look into linking Apache and Tomcat together using mod_jk.
Andoni.
- Original Message -
From: "Brian Dixon" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, November 27, 2002 12:59 PM
Subject: Apache and Tomcat port mapping
> I have recently installed Tomcat