Hi,
I have Apache HTTPD server version 2.2.3 and Tomcat server version 6.0.10
I'm trying to configure my Apache HTTPD server to work with Tomcat server
(I'm integrating 2 different projects one uses PHP and the other uses
Servlets). I spent a lot of time reading about mod_proxy and mod_prox
Hi,
I have 2 project I'm working on, one of them is built using PHP the other is
built using Servlets. Currently they run on 2 separate servers Apache HTTPD and
Tomcat. But I want to integrate the 2 projects and to make the work run faster
I need to run both of them in 1 server if possible (th