Could you help me to setup my datasource to works fine? I already try
lot of changes on Resource element, but pooling is disable.


<Resource name="ehr" auth="Container" type="oracle.jdbc.pool.OracleDataSource"
       factory="oracle.jdbc.pool.OracleDataSourceFactory"
       driverClassName="oracle.jdbc.OracleDriver"
       url="jdbc:oracle:thin:@192.168.1.244:1521:SID" user="aaaa"
password="aaaat" InitialLimit="5" MinLimit="5" MaxLimit="10" debug="5"
/>

Thanks a lot



On Jan 11, 2008 1:55 PM, Caldarale, Charles R
<[EMAIL PROTECTED]> wrote:
> > 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]
>
>

---------------------------------------------------------------------
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