> From: Berglas, Anthony [mailto:[EMAIL PROTECTED] 
> Subject: Datasource Property Parameters (Oracle) JNDI

This doesn't resolve your problem, but you have errors in your KMS.xml
file.

> <Context path="/KMS" docBase="KMS" debug="5" reloadable="true"
> crossContext="true">

Assuming you're using a reasonably current version of Tomcat (you didn't
explicitly tell us, but your <Resource> declaration indicates it's a
recent version), the path and docBase attributes are not allowed.  At
best they will be ignored, at worst they may cause confusion due to
double deployment.

> I have never seen any reference to the ability to put a
> file like KMS.xml in the conf area.

RTFM:
http://tomcat.apache.org/tomcat-6.0-doc/config/context.html
http://tomcat.apache.org/tomcat-5.5-doc/config/context.html

It's covered in the Introduction section, 3rd bullet in the list.

 - 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