[EMAIL PROTECTED] wrote:
Hello-

I am new to JSTL and JSP, so this may not apply, but I figured I would share anyway.

I use Caucho Resin and do the following:

In my resin.conf:

<resource-ref>
  <res-ref-name>jdbc/test</res-ref-name>
  <res-type>javax.sql.DataSource</res-type>
  <init-param driver-name="com.caucho.jdbc.mysql.Driver"/>
  <init-param url="jdbc:mysql-caucho://localhost:3306/test"/>
</resource-ref>

in my .jsp page:

<sql:setDataSource dataSource="jdbc/test" />
I have tried but I have the same error:
javax.servlet.jsp.JspException: Unable to get connection, DataSource invalid: "No suitable driver"

Thanks :o)

Lorenzo Sicilia


--
To unsubscribe, e-mail: <mailto:taglibs-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:taglibs-user-help@;jakarta.apache.org>

Reply via email to