You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2001/02/21 20:03:53 UTC

[Bug 465] New - Incomplete Documentation in server.xml for apache connector BugRat Report#790

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: pier@apache.org                                              |
+ |  Reported By: aterrill@inrelation.com                                      |
+ |      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
+