On Fri, Aug 29, 2008 at 07:54, zooo doush <[EMAIL PROTECTED]> wrote:
> Is there a way to make Servlets work in Apache without sending requests into
> Tomcat? my main concern is the slowness that will happened because of the
> communication between the 2 servers.
The best way to make Servlets work
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