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 2002/03/26 19:10:53 UTC

DO NOT REPLY [Bug 7201] - Cannot get the WebApp Connector to work with Apache HTTPD as per Apache Bug# 9980

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7201>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7201

Cannot get the WebApp Connector to work with Apache HTTPD as per Apache Bug# 9980





------- Additional Comments From karnold@us.ibm.com  2002-03-26 18:10 -------
I don't think this is a bug.  It's a misconfigured server.

If you've added the LoadModule and AddModule directives after all of the other
LoadModule directives, but before the ClearModuleList directive, then you need
to move the "AddModule mod_webapp.c" line to the bottom of the AddModule's
section.  First the modules are all loaded, then the list is cleared, then the
modules are added in their proper execution order.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>