himy web site is running on apache web server port 80 and my tomcat is running on 8080 , now request are comming on port 80 but cannot able to connect to tomcat on port 8080 , is there any procedure to interconnect apache and tomcat .kindly suggest
Hi,
Which version of apache & tomcat r u using?
Have you installed and configured JK Connector connecting Apache and Tomcat, as the JK Connector element represents a connector component that communicates with a web connector via the AJP protocol.
This is used for cases where you wish to invisibly integrate Tomcat 4 into an existing Apache installation, and you want Apache to handle the static content contained in the web application.
Check http://tomcat.apache.org/tomcat-4.1-doc/config/jk2.html for more info.
and lastly what you can do is,
redirect your request on 80 port to 8080,
i.e if you have a website named www.abc.com, redirect it to www.abc.com:8080
--
Regards,
Shankar
***Archives:
http://groups.yahoo.com/group/linuxvadapav/messages
***Group Usage Guidelines (Please Read):
http://groups.yahoo.com/group/linuxvadapav/files/mailing_rules
YAHOO! GROUPS LINKS
- Visit your group "linuxvadapav" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
