(As noted in ticket #16271, some of the values are already changed in the base.xml for newer anthillpros.)
|
(Fixed some UNICODE settings & changed to the correct folder paths (spring-server instead of blank))
|
Line 44: | |||
# 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. | ||
- | === %SERVER_HOME%\conf\installed.properties === | + | === %SERVER_HOME%\conf\server\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 52: | |||
# '''install.db.user''' should be replaced with the database user"s username. | # '''install.db.user''' should be replaced with the database user"s username. | ||
- | === %SERVER_HOME%\conf\spring-server\spy.properties === | + | === %SERVER_HOME%\conf\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. |
- | === %SERVER_HOME%\conf\base.xml === | + | === %SERVER_HOME%\conf\spring-server\base.xml === |
# The following values should be changed: <font color=red>'''(NOTE: Some of the values may not need to be changed if already on a newer branch of AnthillPro! If the values are already in a ${...} format, nothing to do here.)'''</font> | # The following values should be changed: <font color=red>'''(NOTE: Some of the values may not need to be changed if already on a newer branch of AnthillPro! If the values are already in a ${...} format, nothing to do here.)'''</font> |