Re: default DataSource for mySQL?

2003-01-14 Thread Normand McGuire
and PASSWORD with appropriate values. Then, in your JSP code, There will be no need to specifiy the data source. Normand McGuire From: Petter Karlström Subject: default DataSource for mySQL? Date: Mon, 13 Jan 2003 00

default DataSource for mySQL?

2003-01-13 Thread Petter Karlström
Hi all, I'm accessing a mySQL database via JSTL: %@ taglib prefix=c uri=http://java.sun.com/jstl/core; % %@ taglib prefix=sql uri=http://java.sun.com/jstl/sql; % sql:setDataSource var=example scope=application driver=com.mysql.jdbc.Driver url=jdbc:mysql://localhost/testDB user=