Also check out ubeans.com/tomcat If you want Apache to do static content, you don't want to use the HTTP/webapp connectors. the HTTP connector is really for stand-alone operation. While webapp may eventually be the best solution, it currently doesn't allow Apache to handle static content. I highly recommend going with mod_jk.
Regards, EB Turner, John wrote: >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 > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
