Configure Connections

From MT Marvelit
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 Data Base Preparation2
  • 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 Unzip DASH, Restore Database

Save the script when you are finished updating that section.