Need help in setting up connectors between Apache and Tomcat on Fedora
Hi guys,
I want to setup connectors between Apache 2 and Tomcat 5. I want to run two sites on one server. One of them is in PHP and another is in Java. I don't want to run PHP site on my Tomcat server, rather I would like to run PHP site on my Apache server and Java site on Tomcat server. And then setup connectors between Apache and Tomcat.
I googled for many HowTo's and manuals. I referred to Apache site also but none of the procedures worked correctly. Every time I got new errors. So can anybody give me detailed procedure for setting up connectors between Apache and Tomcat?
For your reference I am providing setup all variables:
TOMCAT_HOME: /usr/local/tomcat/
JAVA_HOME: /usr/java1.5/jdk1.5.0_09
Thanks in advance.
|