Thankyou John, I will get myself a mod_jk and install it. So it seems then that I will need to write some configuration lines such as:
AddHandler mod_jk .jsp And directory configurations, like maybe: <directory /servlet/*> ... something with mod_jk... </directory> I should install mod_jk now and read the docs to see if I can figure it out for myself. Thanks heaps for this, I had no idea I needed a connector :) ----- Original Message ----- From: "Turner, John" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Saturday, August 31, 2002 1:28 AM Subject: RE: Apache and Tomcat > > There is quite a bit of documentation, especially in the list archives. > > First, which platform are you on? > > Second, what connector do you want to use? There are three: mod_jk, > mod_webapp, and mod_jk2. Most people seem to be using mod_jk, it's the > oldest and is, in my experience, the most stable. > > Yes, you need to change httpd.conf to integrate tomcat with Apache...what > changes specifically can't be determined until you decide which connector > you want. JSPs and Servlets need to be in Tomcat's workspace, not Apache's. > The normal procedure is to map particular URLs, like "/*.jsp" in httpd.conf > to a particular connector, which will send those requests to Tomcat for > processing. > > John Turner > [EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>