Difference between revisions of "Configure Connections"

From MT Marvelit
Jump to: navigation, search
(Set Jetspeed Database Connection)
(Set Jetspeed Database Connection)
Line 9: Line 9:
  
 
[[Image:JetspeedXML.jpg]]
 
[[Image: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.

Revision as of 03:52, 26 January 2007

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.