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] > -----Original Message----- > From: James [mailto:[EMAIL PROTECTED]] > Sent: Friday, August 30, 2002 11:23 AM > To: [EMAIL PROTECTED] > Subject: Apache and Tomcat > > > Hi, > > I can't find any documentation on making Apache 2.0.40 work > with Tomcat > 4.0.4. I would like to be able to use my Apache web server as > usual with > CGI, mod_perl, PHP, etc, but also have it serve JSP pages and > Servlets as > well. Do I need to add anything to httpd.conf to make Tomcat > take care of > the JSPs and Servlets? What if the JSPs and Servlets are in Apache's > document root and not Tomcat's? > > Thanks, > James > > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>