IO nn lo so, non ho specificato nessun driver...
Ho solo scritto questo...

<%@ page contentType="text/html" %>
<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>
<%@ taglib prefix="sql" uri="http://java.sun.com/jstl/sql" %>
<%@ taglib prefix="fmt" uri="http://java.sun.com/jstl/fmt" %>


<html>
<head>
<title>A dose of Dilbert</title>
</head>
<body bgcolor="white">

<sql:query var="int" dataSource="db1">
SELECT * FROM tab
</sql:query>
Interrogazione avvenuta con uccesso
</body>
</html>

Come faccio a specificare i driver?...

Grazie mille ciao..