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=5741>.
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=5741

Apache goes into infinite loop in startup

           Summary: Apache goes into infinite loop in startup
           Product: Tomcat 4
           Version: 4.0.1 Final
          Platform: PC
               URL: http://none
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: WARP Connector
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


When I deploy a Tomcat webapp through apache that was not in tomcats default
location for serving webapps, apache seems to have two problems.  It will not
use an absolute path name - this fails:

<IfModule mod_webapp.c>
WebAppConnection warpConnection warp localhost:8008
    WebAppDeploy manager warpConnection /manager
    WebAppDeploy /home/armbrust/webapps/test warpConnection /test
</IfModule>

while this works:

<IfModule mod_webapp.c>
WebAppConnection warpConnection warp localhost:8008
    WebAppDeploy manager warpConnection /manager
    WebAppDeploy /../../../home/armbrust/webapps/test warpConnection /test
</IfModule>

Additionally, when it (Apache 1.3.20) can't find the web app that you are trying
to deploy, it infinitely attempts to deploy this webapp, spewing messages into
the logfile that the webapp couldn't be found.  Apache does not finish starting
up, due to being locked into this loop. 

How-To-Repeat:
Try to deploy a Tomcat webapp that is not in tomcats default loaction for
serving webapps, and give an absolute path to that webapp - for part one of bug - 

and just give a wrong path to the webapp to get the infinite loop bug.

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to