> From: Victor Huang [mailto:[EMAIL PROTECTED] 
> Subject: RE: Can Tomcat access JSP pages out of tomcat folder?
> 
> I followed what you suggested - create WEB-INF folder under
> C:\myapp-shares\jsps, create bs.xml under
> $tomcat_home/conf/Catalina/localhost
> 
> <Context path="/bs" 
> docbase="C:\\myapp-share\\jsps" />

The path attribute is not allowed - it's defined by the name of the .xml
file.  Also, you might try using a single forward slash rather than the
double backslashes.  I'm using the following without problems for simple
tests:

<?xml version="1.0" encoding="UTF-8"?>
<Context docBase="C:/apache-tomcat-webapps/test"/>

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to