Subscribe to
Posts [Atom]


How to Run an Application Outside of Tomcat 5

Wednesday, May 21, 2008

Create a context configuration file for the Webapp in the Tomcat directory: (Tomcat Root)/conf/Catalina/localhost

with an arbitrary name: mywebapp.xml

and with the content: >Context docBase="/home/fred/bristle/webapps/mywebapp/web" path="/mywebapp">>/Context>

pointing to the directory where the webapp resides.

Labels:


0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home