Version Differences for Cloning an AnthillPro Instance

(Database Cloning)
(Database Driver Configuration)
Line 36:
  # Now that the server is installed, navigate to the server’s lib directory, and create a subdirectory called ‘ext’.    # Now that the server is installed, navigate to the server’s lib directory, and create a subdirectory called ‘ext’. 
  # Place your database driver JAR file in this ext directory.    # Place your database driver JAR file in this ext directory. 
       
    + == 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:    # Navigate to the server’s conf\server directory and modify the following files: 
Line 59:
  # Finally, ensuring that all the correct values are specified, you should be able to start your server and have it connect to the cloned database (or old database depending if you cloned the database or not).    # Finally, ensuring that all the correct values are specified, you should be able to start your server and have it connect to the cloned database (or old database depending if you cloned the database or not). 
       
    + = Alternative Method =  
  An alternative method (as found http://documentation.urbancode.com/anthill3-help-3.8/html/CloneAnthillpro.html) is available as well:    An alternative method (as found http://documentation.urbancode.com/anthill3-help-3.8/html/CloneAnthillpro.html) is available as well: 
  # Install the new AnthillPro server and instruct it to connect to a new empty database created specifically for the instance.    # Install the new AnthillPro server and instruct it to connect to a new empty database created specifically for the instance.