DataSource problem wiht Tomcat 5.5.x
------------------------------------

         Key: JS2-167
         URL: http://nagoya.apache.org/jira/browse/JS2-167
     Project: Jetspeed 2
        Type: Bug
  Components: Other  
    Versions: 2.0-dev/cvs    
 Environment: TC 5.5.4, JDK 5.0, hsqldb 1.7.1, W2K SP4
    Reporter: Marc Lehmann
    Priority: Minor


DataSource is broken. See also 
http://www.mail-archive.com/[email protected]/msg14119.html

The following solution seems to work for me:

1) ${TOMCAT_HOME}/conf/Catalina/localhost/jetspeed.xml

   Replace <ResourceParams...> ... </ResourceParams> with

  <Resource name="jdbc/jetspeed" auth="Container"
            factory="org.apache.commons.dbcp.BasicDataSourceFactory"
            type="javax.sql.DataSource" username="sa" password=""
            driverClassName="org.hsqldb.jdbcDriver" 
url="jdbc:hsqldb:hsql://127.0.0.1:9001"
            maxActive="100" maxIdle="30" maxWait="10000"/>

2) Move hsqldb-1.7.1.jar from ${TOMCAT_HOME}/webapps/jetspeed/WEB-INF/lib to 
${TOMCAT_HOME}/shared/lib

However, this may not be correct or there may be side-effects...

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


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

Reply via email to