How to Run an Application Outside of Tomcat 5
Create a context configuration file for the Webapp in the Tomcat directory: (Tomcat Root)
/conf/Catalina/localhostwith an arbitrary name:
mywebapp.xmland with the content:
>Context docBase="/home/fred/bristle/webapps/mywebapp/web" path="/mywebapp">>/Context>pointing to the directory where the webapp resides.
Labels: Technology
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home