There are really only 2 ways: AJP and WARP. If you want apache to serve static content, than there is only 1 way at this time, as far as I know: AJP.
You will want mod_jk as your connector. You could try mod_jk2, but mod_jk seems to be the most stable right now. Depending on your choice of versions (you will want apache 2.0.39 if you are going with apache 2), this link might help: http://www.galatea.com/flashguides/index John Turner [EMAIL PROTECTED] http://www.aas.com -----Original Message----- From: Chris Ruegger [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 16, 2002 9:07 AM To: Tomcat Users List Subject: Apache->Tomcat Howto? I want to set up an Apache web server on Red Hat Linux 7.2 to handle static content and SSL, and forward servlet and JSP requests to Tomcat 4.0. It seems there are about 3 ways to do this: Http 1.1 Warp AJP Which approach do most sites use? Can someoneone point me to the Howto's that describe how I need to configure Apache and Tomcat to make the Warp approach and the AJP approaches work? Thanks in advance -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
