> From: uddav [mailto:[EMAIL PROTECTED]
> Subject: Creating virtual directory in Tomcat - HTTP Status 404 ...
>
>                                 docBase="/dirtest/prod_scrpts"
> URL "http://<servername>:8080/test" i get the error:
> HTTP Status 404 - /test/

Unless you have a welcome file (e.g., index.html) in /dirtest/prod_scrpts, 
that's exactly the error you should get.  If you want Tomcat to display 
directory listings when no welcome files are present, you'll have to enable 
that for the DefaultServlet in conf/web.xml (or the webapp's WEB-INF/web.xml 
file).

> Apache Tomcat/5.0.27

Note that 5.0 is no longer supported.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to