Hello,
I used Tomcat4 before and I know I could change the default root directory by
<Context path="/"
docBase="abc"
crossContext="false"
debug="0"
reloadable="true" >
</Context>
but I couldn't find this part in
Tomcat 5.0.19 server.xml
any suggestions?