Version Differences for Cloning an AnthillPro Instance

(server\conf\base.xml)
(Connection Settings Modification)
Line 40:
  # 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\conf\installed.properties ===   + === %SERVER_HOME%\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)  
- # Install.db.url should get the connection string for your database (for example, one for Oracle might look like jdbc:oracle:thin:@oraclebox:1521/ORCL )   + # '''install.db.url''' should get the connection string for your database (for example, one for Oracle might look like jdbc:oracle:thin:@oraclebox:1521/ORCL )  
- # Install.db.password should be replaced with the plaintext password of the database user.   + # '''install.db.password''' should be replaced with the plaintext password of the database user.  
- # Install.db.driver needs the class name of the driver (for example, Oracle’s is oracle.jdbc.driver.OracleDriver if using ojdbc6.jar)   + # '''install.db.driver''' needs the class name of the driver (for example, Oracle’s is oracle.jdbc.driver.OracleDriver if using ojdbc6.jar)  
- # 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\conf\spring-server\spy.properties ===   + === %SERVER_HOME%\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.  
       
- === server\conf\base.xml ===   + === %SERVER_HOME%\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