Difference between revisions of "Configure Connections"

From MT Marvelit
Jump to: navigation, search
(Set Jetspeed Database Connection)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
 
== Set Jetspeed Database Connection ==
 
== Set Jetspeed Database Connection ==
  
Line 9: Line 8:
  
 
[[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 [http://wiki.marvelit.com/index.php?title=Data_Base_Preparation2 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 [http://wiki.marvelit.com/index.php?title=Unzip_DASH_Restore_Database Unzip DASH, Restore Database]
 +
 +
Save the script when you are finished updating that section.

Latest revision as of 06:47, 31 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 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.