> From: Scott Cowley [mailto:[EMAIL PROTECTED] 
> Subject: RE: Datasource following appBase changes
> 
> Quick correction on that previous post:
> e.g. "webapps/Production/tests.test.jsp". 
> 
> -----Original Message-----
> From: Scott Cowley [mailto:[EMAIL PROTECTED] 
> Subject: Datasource following appBase changes
> 
> How come when I put contexts one directory below my "appBase" I can
> still get .html and .jsp's served, but the DataSource can't be found?

There's no such thing as a context one directory below appBase; webapps
must be in the appBase directory.

In the example you give above, your context (webapp) is Production, and
within it is an oddly-named JSP.  The JSP may work, but the embedded
period may give you problems.

Where are your web.xml and context.xml files located?

 - 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