you can do the same for windows too.
in the server.xml add another context as

<Context path="/soap" docBase="c:/soap-2_2/webapps/soap" debug="0"
reloadable="true" >
    </Context>

 the above is to add another directory with absolute path as a context.

on starting tomcat you can see the list of contexts added for that.


Suresh Nagar
[EMAIL PROTECTED]
----- Original Message -----
From: "Alex Kachanov" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, October 05, 2001 1:53 PM
Subject: outside webapps


Hi, guys!

can anyone tell me how I can store my web applications
outside the webapps folder

for example I have a Tomcat installed in d:\Tomcat\
so all applications are by default in d:\Tomcat\webapps\

how can I store them in d:\web-projects\ together with my
other web-porjects?

I've tried to find the answer in Internet but failed - all they suggest
is
to specify an absolute path (for UNIX) in server.xml, but what will it
be for Windows?

with best wishes
Alexander Kachanov

=========================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=P
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=rvlets

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to