Tomcat directory browsing

HiUnder Tomcat, how do I prevent one from browsing a directory?ThanksAvishay Balderman
[114 byte] By [Avishay1a] at [2007-9-19]
# 1

Hi,

Anything behind the WEB-INF directory is not browsable from the outside world. If you ensure that there is a welcome-file in the context directody - the default is index.html (I think) then the log in will automatically be sent to display this welcom-file rather than the directory listing.

Hope this might help.

kev

kwilding2a at 2007-7-8 > top of java,Enterprise & Remote Computing,Web Tier APIs...