Virtual directory mapping

2001-07-16 Thread Mark Florence

I can't seem to figure how to set up a virtual directory
mapping for my Web application. I want to map (say) the
context-relative path:

/usr

To a directory on my server outside the webapps directory:

c:\usr

Many thanks for any help.



Re: Virtual directory mapping

2001-07-16 Thread Manjunath BHat

hi,
In server.xml add following lines,

Context path=/usr docBase=C:/usr debug=0 reloadable=true
/Context
To Check whether this change has been implemented
1) In Tomcat startup console see for /usr context
2) Look into work folder

I assume ur platform is Win NT

Good luck


From: Mark Florence [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Virtual directory mapping
Date: Mon, 16 Jul 2001 08:51:02 -0400

I can't seem to figure how to set up a virtual directory
mapping for my Web application. I want to map (say) the
context-relative path:

   /usr

To a directory on my server outside the webapps directory:

   c:\usr

Many thanks for any help.

_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.