Hi, Can any one tell me how can i have my application(be it a .war file or a simple directory structure) reside in other than the webapps folder and still able to run it.
when you really want something, all the universe always conspires in your favour.<br /> <br />SCJP1.5-77%<br />SCWCD-89%
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35222
7
posted
0
Create a file called TOMCAT_HOME\conf\Catalina\localhost\mywebapp.xml with contents like this:
Then your web app directory will be C:/path/to/my/web/app, and accessible under /mywebapp. [ September 13, 2006: Message edited by: Ulf Dittmer ]