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

Problems with trailing slash when using Apache/Tomcat

           Summary: Problems with trailing slash when using Apache/Tomcat
           Product: Tomcat 4
           Version: 4.0.1 Final
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Connectors
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


I am using Apache 1.3.19 and the built mod_webapp.so for nt/2k.
Apache and Tomcat are working properly; but, when I use mod_webapp, I must add 
a trailing slash to the url, or I'll get a 404.
For instance, using the following configuration

httpd.conf:
WebAppConnection conn warp localhost:8008
WebAppDeploy examples conn /examples

I can reach the pages using either http://localhost:8080/examples or 
http://localhost/examples/ , but not with http://localhost/examples

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

Reply via email to