Darryl Wilburn wrote:

For Tomcat...

Change the "listings" parameter in the DefaultServlet
to "false". Don't know for Apache.



Just wrapped up both problems myself: the listings parameter takes care of tomcat, and a .htaccess file takes care of apache:
$ cat .htaccess
Options -Indexes
$
Just place .htaccess in your root dir and you're ok.



Tomislav

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



Reply via email to