Can we map another directory to webapps in Jakarta Tomcat which is outside the CATALINA_HOME.without using any IDE's
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35236
7
posted
0
I'm not sure about the webapps directory itself, but the directories of individual web apps can be mapped by keeping a context file for that web app in TOMCAT_HOME/conf/Catalina/localhost that has a docBase attribute that points to that directory.