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/05/05 17:58:13 UTC

DO NOT REPLY [Bug 8813] New: - welcome file list doesn't work

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

welcome file list doesn't work

           Summary: welcome file list doesn't work
           Product: Tomcat 4
           Version: 4.0.3 Final
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Unknown
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: slobo@matavnet.hu


my web.xml contains
<welcome-file-list>
	<welcome-file>home.html</welcome-file>
</welcome-file-list>

and my docbase dir contains the file home.html

but the request http://localhost:8080/magazin
or http://localhost:8080/magazin/
("/magazin" is the context path)
returns a directory listing or 404 error
(depending on whether i enabled directory listings)

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