RE: Apache and Tomcat port mapping

2002-11-27 Thread Laxmikanth M.S.
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 lies

Re: Apache and Tomcat port mapping

2002-11-27 Thread David Brown
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/

Re: Apache and Tomcat port mapping

2002-11-27 Thread Paul Campbell
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,