Re: Apache HTTPD & Tomcat: Where does mod_jk step in?

2002-12-30 Thread Bill Barker
Now that we are done attacking clones :) The workflow is pretty simple. In the map-to-storage hook, mod_jk detects that the request should be handled by Tomcat, and registers itself as the handler. Later, when the "handler" hook is called (I forget the name for Apache2, and don't feel like l

RE: Apache HTTPD & Tomcat: Where does mod_jk step in?

2002-12-30 Thread Turner, John
ROFLMAO John -Original Message- From: Milt Epstein [mailto:[EMAIL PROTECTED]] Sent: Monday, December 30, 2002 3:54 PM To: Tomcat Users List Subject: Re: Apache HTTPD & Tomcat: Where does mod_jk step in? On Mon, 30 Dec 2002, Johnson, Garrett wrote: > Ladies and Gentlemen:

Re: Apache HTTPD & Tomcat: Where does mod_jk step in?

2002-12-30 Thread Milt Epstein
On Mon, 30 Dec 2002, Johnson, Garrett wrote: > Ladies and Gentlemen: > > I'm using Apache 2.0.43 and Tomcat 4.1.12 with JK on Win2K. I'm > using the JkMount directives to send all requests to /servlets/ and > /*.jsp to Tomcat. > > However, I need to know where in the server processing JK actually

Apache HTTPD & Tomcat: Where does mod_jk step in?

2002-12-30 Thread Johnson, Garrett
Ladies and Gentlemen: I'm using Apache 2.0.43 and Tomcat 4.1.12 with JK on Win2K. I'm using the JkMount directives to send all requests to /servlets/ and /*.jsp to Tomcat. However, I need to know where in the server processing JK actually intercepts those requests and shoots them off to tomcat,