Partly Wrong. With the HttpConnector you can use tomcat as a stand alone web server. So this hasn't much to do with apache. (It's just a replacement for apache if you don't need the features of apache)
The web_app module connects apache with tomcat. To use mod_webapp you need some settings in httpd.conf. have a look at: http://www.webmasterbase.com/article/305 > -----Urspr�ngliche Nachricht----- > Von: chad kellerman [mailto:[EMAIL PROTECTED]] > Gesendet: Freitag, 1. M�rz 2002 13:34 > An: [EMAIL PROTECTED] > Betreff: Just trying to get things stright... <snip/> > If I want apache to handle all html, php, cgi requests, I use: > > className="org.apache.catalina.connector.http.HttpConnector" <snip/> > And if I want the web_app module to handle "java" request I use: > classname="org.apache.catalina.connector.warp.WarpConnector" <snip/> -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
