搜尋此網誌

2010年8月25日 星期三

Tomcat Configuration



Add a Virtual Host
Configure “conf\server.xml”
<Host name="www.localhost.com"  appBase="c:\temp\"
unpackWARs="true" autoDeploy="true"
xmlValidation="false" xmlNamespaceAware="false">
<Context path="" docBase="c:\temp\" debug="0" reloadable="true"/> 
</Host>

Reference Web Site: http://wenson.javaeye.com/blog/45546

Listing file
Configure "conf'web.xml"
listings
false
change to
listings
true

沒有留言:

張貼留言