You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Atreya Basu <at...@greenfieldresearch.ca> on 2003/08/26 07:03:53 UTC

Directory Listing problem Apache-Tomcat

Hello,

I'm having a problem getting a directory listing using Apache and Tomcat.

I have a directory that I want to display the contents of using Apache.  
However, when I access the directory (http://myhost.com/dir/) I get a 
404 error from Tomcat.

In my workers2.properties file I have the uri directive set to only 
allow .jsps:
[uri:myhost.com/*.jsp]
group=....

And I have listings set to false in the conf/web.xml file.

Can anyone please give me any suggestions?

Oh,  I'm using Apache2 and Tomcat 4.1.27

Thanks,

Atreya