You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by Martin Obermeier <de...@gmx.de> on 2002/01/24 17:00:27 UTC

os-windows/9584: No communication between Apache and Tomcat using mod_webapp

>Number:         9584
>Category:       os-windows
>Synopsis:       No communication between Apache and Tomcat using mod_webapp
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    apache
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   apache
>Arrival-Date:   Thu Jan 24 08:10:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     der.schlumpf@gmx.de
>Release:        1.3.22
>Organization:
apache
>Environment:
OS Windows 98 SE, Tomcat 4.0.1, webapp-module 1.0-tc40
>Description:
I�ve added the mod_webapp.so and libapr.dll to the folder /modules in APACHE_HOME. And I�ve modified my httpd.conf adding the following lines:

LoadModule webapp_module modules/mod_webapp.so
AddModule mod_webapp.c
WebAppConnection conn      warp  127.0.0.1:8008
WebAppDeploy     examples     conn  /examples
WebAppDeploy     manager      conn  /manager
WebAppDeploy     tomcat-docs  conn  /docs
WebAppInfo /webapp-info

If I try to acess http://localhost/webapp-info or /examples or /manager or /docs, I get an HTTP 404 Error - File not found. The /server-info page says, mod_webapp.c is installed and configured like I wrote above. Sorry I report this here, but I couldn't find any help. Everything is exactly as described in the install instructions, so it should work, but it doesn't.
>How-To-Repeat:
On a Win98SE machine, install apache, tomcat and the webapp module and see if it works.
>Fix:
no, just use mod_jserv or mod_jk for communication
>Release-Note:
>Audit-Trail:
>Unformatted:
 [In order for any reply to be added to the PR database, you need]
 [to include <ap...@Apache.Org> in the Cc line and make sure the]
 [subject line starts with the report component and number, with ]
 [or without any 'Re:' prefixes (such as "general/1098:" or      ]
 ["Re: general/1098:").  If the subject doesn't match this       ]
 [pattern, your message will be misfiled and ignored.  The       ]
 ["apbugs" address is not added to the Cc line of messages from  ]
 [the database automatically because of the potential for mail   ]
 [loops.  If you do not include this Cc, your reply may be ig-   ]
 [nored unless you are responding to an explicit request from a  ]
 [developer.  Reply only with text; DO NOT SEND ATTACHMENTS!     ]