Version Differences for Cloning an AnthillPro Instance

(Validation Queries)
(As noted in ticket #16271, some of the values are already changed in the base.xml for newer anthillpros.)
Line 58:
  === %SERVER_HOME%\conf\base.xml ===    === %SERVER_HOME%\conf\base.xml === 
       
- # '''url''' should get changed to the connection string specified in installed.properties   + # 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>  
- # '''username''' should get changed to the database user"s username specified in installed.properties   + ## '''url''' should get changed to the connection string specified in installed.properties  
- # '''password''' should get changed to the plaintext database user"s password specified in installed.properties   + ## '''username''' should get changed to the database user"s username specified in installed.properties  
    + ## '''password''' should get changed to the plaintext database user"s password specified in installed.properties  
  # 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).