Version Differences for Cloning an AnthillPro Instance

(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