posted 22 years ago
In conf/server.xml add this
<Context path="/myapps"
docBase="webapps/myapps"
crossContext="false"
debug="0"
reloadable="true" >
</Context>
In tomcat under webapps directory create directorys
1.webapps\myapps\
2. webapps\myapps\web-inf\
3.webapps\myapps\web-inf\classes\
4.webapps\myapps\meta-inf
Check examples folder for better replication.Read docs for more understanding and modification.