<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> <%@ taglib uri="http://java.sun.com/portlet" prefix="portlet"%>

Create Database Pool -- Step 2: Select Driver, JAR, Parameters

JDBC Driver Class:
Unable to load driver from selected JARs! See the documentation for your JDBC driver.
Driver JAR:
The JAR holding the selected JDBC driver. Should be installed under GERONIMO/repository/ (or )
DB User Name:
The username used to connect to the database
DB Password:
The password used to connect to the database
Driver Connection Properties
Typical JDBC URL:
${fn:substringAfter(prop.key,"urlproperty-")}:
A property used to connect to ${pool.dbtype}. May be optional (see JDBC driver documentation).

">Cancel