> From: umesh balasubramaniam [mailto:[EMAIL PROTECTED] 
> Subject: Re: first jdbc tomcat application
> 
> I had a similar problem and solved it by adding the parameters using
> resourceparams instead of specifying all the parameters in 
> the resource tag itself.

Where the parameters go depends on the level of Tomcat you're using.
For 5.5.x, there is no <ResourceParams> tag - the parameters must be
specified as attributes of <Resource>.  If you're using 5.0.x or an
older level, the parameters must be specified via the <ResourceParams>
tag.  The OP didn't bother to tell us what version of Tomcat he's using.

http://tomcat.apache.org/tomcat-5.5-doc/jndi-resources-howto.html
http://tomcat.apache.org/tomcat-5.5-doc/jndi-datasource-examples-howto.h
tml

or

http://tomcat.apache.org/tomcat-5.0-doc/jndi-resources-howto.html
http://tomcat.apache.org/tomcat-5.0-doc/jndi-datasource-examples-howto.h
tml

 - 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 unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to