Thank you J -----Original Message----- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: Monday, July 29, 2002 9:57 AM To: 'Tomcat Users List' Subject: RE: virtual directory
In your server.xml: <Context path="/myVirtualDirectory" docBase="/some/path/to/content" debug="0" privileged="true" /> where "path" is the URL path and "docBase" is the physical location. This should work for static content and JSPs...servlet mappings are handled in web.xml. John Turner [EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
