Configure Connections

From MT Marvelit
Revision as of 03:52, 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:

JetspeedXML.jpg

Two areas may need to be updated:

  • The username="marvelit" password="marvelit" section may need to be changed if you created another user name for the dash database in step
  • The url="jdbc:mysql://localhost/dash" in the fourth line of the this script may need to be changed. Update the //localhost/dash section to point to the database that you restored the MySQL tables to in step

Save the script when you are finished updating that section.