sql >> Base de Datos >  >> RDS >> Mysql

pez de cristal 4 y MySQL y JSTL

Incluya la siguiente definición de recurso en su web.xml y debería funcionar correctamente.

<resource-ref>
     <res-ref-name>jdbc/SOMETHING</res-ref-name>
     <res-type>javax.sql.DataSource</res-type>
     <res-auth>Container</res-auth>
     <mapped-name>jdbc/SOMETHING</mapped-name>
 </resource-ref>