http://nagoya.apache.org/bugzilla/show_bug.cgi?id=465 *** shadow/465 Wed Feb 21 11:03:53 2001 --- shadow/465.tmp.1759 Wed Feb 21 11:03:53 2001 *************** *** 0 **** --- 1,26 ---- + +============================================================================+ + | Incomplete Documentation in server.xml for apache connector BugRat Report# | + +----------------------------------------------------------------------------+ + | Bug #: 465 Product: Tomcat 4 | + | Status: UNCONFIRMED Version: 4.0 Beta 1 | + | Resolution: Platform: All | + | Severity: Normal OS/Version: All | + | Priority: High Component: Connectors | + +----------------------------------------------------------------------------+ + | Assigned To: [EMAIL PROTECTED] | + | Reported By: [EMAIL PROTECTED] | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | URL: | + +============================================================================+ + | DESCRIPTION | + The server.xml file must have the line "AddModule mod_webapp.c" In its description +on howto get apache working with tomcat. + + <!-- The MOD_WEBAPP connector is used to connect Apache 1.3 with Tomcat 4.0 as its +servlet container. This is built by following these steps: To configure the Apache +side, you must ensure that you have a "ServerName" directive 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 + WebAppMount examples warpConnection /examples/ + -- ADD THIS LINE>>> AddModule mod_webapp.c + --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]