Re: first jdbc tomcat application

2006-02-25 Thread umesh balasubramaniam
David, 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. Like this: factory org.apache.commons.dbcp .BasicDataSourceFa

Re: JNDI Datasource Problem

2006-02-25 Thread umesh balasubramaniam
Connector/J is the newer mysql driver. http://www.mysql.com/products/connector/j/ Umesh On 2/25/06, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > > > From: umesh balasubramaniam [mailto:[EMAIL PROTECTED] > > Subject: Re: JNDI Datasource Problem > > > &

Re: JNDI Datasource Problem

2006-02-24 Thread umesh balasubramaniam
Try using connector/J and the configuration below: factory org.apache.commons.dbcp.BasicDataSourceFactory driverClassName com.mysql.jdbc.D

Re: JSP with use beans calls do not work

2006-02-24 Thread umesh balasubramaniam
could you please post your jsp code? umesh On 2/24/06, Claudio Veas <[EMAIL PROTECTED]> wrote: > > Hello list, I m really new to tomcat ,I have the following problem > recently > I tried to resume my practices on JSP on my tomcat server but I seem to > have > a problem and I do not know what it i