Re: [EMAIL PROTECTED] Using Servlets in Apache HTTPD Server

2008-08-29 Thread Krist van Besien
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

[EMAIL PROTECTED] Using Servlets in Apache HTTPD Server

2008-08-28 Thread zooo doush
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