I use Tomcat 5.0.30. I can't use Java 1.5 - I have the number project in dev stady on Java 1.4
In your example I look, that you have a correct define JNDI Data Source.
I will try find in J2 source, where placed this jetspeed.xml for Tomcat 5 and correcting this.

Thanks.

Aaron Evans wrote:

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]




--
Vladimir


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to