Vladimir Figurov <vfigurov <at> asia-soft.kz> writes:
> >The jetspeed JNDI DB resource is defined in jetspeed's context definition in
> >$CATALINA_HOME\conf\Catalina\localhost\jetspeed.xml.
> >
Hmmm... What version of tomcat are you using? I am on 5.5, and they did
away with the ResourceParams elements I believe. My JNDI Data Source in
jetspeed.xml looks like this:
<Resource name="jdbc/jetspeed" auth="Container"
factory="org.apache.commons.dbcp.BasicDataSourceFactory"
type="javax.sql.DataSource" username="root" password="XXXXXX"
driverClassName="com.mysql.jdbc.Driver"
url="jdbc:mysql://localhost/j2"
maxActive="100" maxIdle="30" maxWait="10000"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]