(→Spy.properties)
|
(→Connection Settings Modification)
|
Line 39: | |||
== Connection Settings Modification == | == Connection Settings Modification == | ||
# Ensure that your cloned database (or old database) is running, and you can connect to it. | # Ensure that your cloned database (or old database) is running, and you can connect to it. | ||
- | # Navigate to the serverâs conf\server directory and modify the following files: | ||
- | === Installed.properties === | + | === server\conf\installed.properties === |
# Install.db.type should get the type of database you are going to (for example, mysql for MySQL, oracle for Oracle, sqlserver for SQL Server) | # Install.db.type should get the type of database you are going to (for example, mysql for MySQL, oracle for Oracle, sqlserver for SQL Server) | ||
Line 49: | |||
# Install.db.user should be replaced with the database userâs username. | # Install.db.user should be replaced with the database userâs username. | ||
- | === Spy.properties === | + | === server\conf\spring-server\spy.properties === |
# Find line 42 (should say realdriver=orgâ¦) and change the class name of the driver to match with what you specified in the install.db.driver line in installed.properties file. | # Find line 42 (should say realdriver=orgâ¦) and change the class name of the driver to match with what you specified in the install.db.driver line in installed.properties file. | ||
Line 55: | |||
- | === Base.xml === | + | === server\conf\base.xml === |
### url should get changed to the connection string specified in installed.properties | ### url should get changed to the connection string specified in installed.properties |