put applications in other than webapps and webapps simultaneously

2004-09-09 Thread Atishay Kumar
hello, I am using tomcat 4.1.27 on a linux machine. by default we keep our applications in webapps folder of tomcat home directory(say tomcat-4.1.27/webapps). i want to keep my applications in some other directory also alongwith webapps(say /home/web/application). Now what editing in

Re: put applications in other than webapps and webapps simultaneously

2004-09-09 Thread Arun Prasad R
hi you have edit CATALINA_HOME/conf/server.xml in that Context path=/YOUR_CONTEXT_PATH docBase=APPLICATION_DIRECTORY debug=0 privileged=true /Context eg Context path=/mypath docBase=/home/web/application debug=0 privileged=true /Context arun On Thu, 9 Sep 2004 16:29:01 +0530, Atishay Kumar

RE: put applications in other than webapps and webapps simultaneously

2004-09-09 Thread Shapira, Yoav
: Thursday, September 09, 2004 7:30 AM To: Tomcat Users List; Atishay Kumar Subject: Re: put applications in other than webapps and webapps simultaneously hi you have edit CATALINA_HOME/conf/server.xml in that Context path=/YOUR_CONTEXT_PATH docBase=APPLICATION_DIRECTORY debug=0 privileged=true

Re: put applications in other than webapps and webapps simultaneously

2004-09-09 Thread Atishay Kumar
Context elements for every webapp. Yoav Shapira Millennium Research Informatics -Original Message- From: Arun Prasad R [mailto:[EMAIL PROTECTED] Sent: Thursday, September 09, 2004 7:30 AM To: Tomcat Users List; Atishay Kumar Subject: Re: put applications in other than webapps