> From: Eqbal [mailto:[EMAIL PROTECTED] > What causes any performance overhead in using apache > with Tomcat, considering they will be on the same > server?
Each request must be (at least minimally) processed by Apache, the request forwarded over the JK connector to Tomcat, Tomcat processing must occur, the response must be forwarded back over the JK connector to Apache and then sent to the client. With a pure Tomcat setup, the Apache and JK stages are not present. - Peter
--------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]