-
How to create mention apps dir in tomcat 5.0 (2 messages)
- Posted by: Satya P
- Posted on: June 27 2006 11:05 EDT
Hi , I have installed tomcat 5.0 on my local. Now I want to set my local dir C:/proj/apps/myapp which is the root of my application. I want this to be started during the tomcat startup. In which configuration file we specify this? Do we specify the app base name and then path? Please reply. Thanks in advance. -SatyaThreaded Messages (2)
- Re: How to create mention apps dir in tomcat 5.0 by Guillaume Grussenmeyer on June 27 2006 12:11 EDT
- Re: How to create mention apps dir in tomcat 5.0 by Sachin Dharmapurikar on June 28 2006 21:54 EDT
-
Re: How to create mention apps dir in tomcat 5.0[ Go to top ]
- Posted by: Guillaume Grussenmeyer
- Posted on: June 27 2006 12:11 EDT
- in response to Satya P
Browse Tomcat's documentation : http://tomcat.apache.org/tomcat-5.0-doc/index.html -
Re: How to create mention apps dir in tomcat 5.0[ Go to top ]
- Posted by: Sachin Dharmapurikar
- Posted on: June 28 2006 21:54 EDT
- in response to Satya P
Browse to http://tomcat.apache.org/tomcat-5.0-doc/config/host.html Refer to appBase property value. You need to set that parameter to absolute path of your webapps directory. Sachin