Configure Connections

From MT Marvelit
Revision as of 03:45, 26 January 2007 by Rmortensen (Talk | contribs)

Jump to: navigation, search

Set Jetspeed Database Connection

After you have restored the MySQL tables - you will need to edit a configuration file with your database information. The file is located in the DASH folder at:

/DASH/conf/Catalina/localhost/jetspeed.xml

In this file you will see the following database connection parameters:

<Resource name="jdbc/jetspeed" auth="Container"

           factory="org.apache.commons.dbcp.BasicDataSourceFactory"
           type="javax.sql.DataSource" username="marvelit" password="marvelit"
           driverClassName="com.mysql.jdbc.Driver" url="jdbc:mysql://localhost/dash"
           maxActive="100" maxIdle="30" maxWait="10000"/>