装tomcat的问题
我的tomcat装好之后我在地址栏输入:http://127.0.0.1:8080
它却显示Directory Listing Denied
This Virtual Directory does not allow contents to be listed.
我应该怎么配置哦
admin.xml文件的内容是这样的
<!--
Context configuration file for the Tomcat Administration Web App
$Id: admin.xml,v 1.3 2002/07/23 12:12:15 remm Exp $
-->
<Context path="/admin" docBase="../server/webapps/admin"
debug="0" privileged="true">
<!-- Uncomment this Valve to limit access to the Admin app to localhost
for obvious security reasons. Allow may be a comma-separated list of
hosts (or even regular expressions).
<Valve className="org.apache.catalina.valves.RemoteAddrValve"
allow="127.0.0.1"/>
-->
<Logger className="org.apache.catalina.logger.FileLogger"
prefix="localhost_admin_log." suffix=".txt"
timestamp="true"/>
</Context>