I'm sure the developers would appreciate a patch if you don't think the default server.xml is setup appropriately. It doesn't matter to me one way or the other...I just comment out the connectors I'm not using.
John > -----Original Message----- > From: Mark R. Diggory [mailto:[EMAIL PROTECTED]] > Sent: Thursday, October 10, 2002 6:13 PM > To: Tomcat Users List > Subject: mod_webapp (was: Re: TOMCAT-STANDALONE needed with Apache > Server?) > > > Hi all, > > This is a little confusing, I notice that in 4.1's server.xml file it > still has the WARP connector as the "default" example of > connecting up > to apache. If what you say is the case, should this be mod_jk > instead? > i.e. Shouldn't this be a more appropriate connector example > that works > on both Windows and other platforms, expecially if mod_webapp is dead? > > Cheers, > -Mark > > > <!-- The MOD_WEBAPP connector is used to connect Apache > 1.3 with Tomcat 4.0 > > as its servlet container. Please read the README.txt > file coming with > > the WebApp Module distribution on how to build it. > > (Or check out the "jakarta-tomcat-connectors/webapp" > CVS repository) > > > > To configure the Apache side, you must ensure that > you have the > > "ServerName" and "Port" directives defined in > "httpd.conf". Then, > > lines like these to the bottom of your "httpd.conf" file: > > > > LoadModule webapp_module libexec/mod_webapp.so > > WebAppConnection warpConnection warp localhost:8008 > > WebAppDeploy examples warpConnection /examples/ > > > > The next time you restart Apache (after restarting > Tomcat, if needed) > > the connection will be established, and all > applications you make > > visible via "WebAppDeploy" directives can be accessed > through Apache. > > --> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
