Version Differences for Comments:Cloning an AnthillPro Instance

(ASSEMBLE CONNECTION)
(ASSEMBLE CONNECTION)
Line 25:
  ### Example for oracle: '''<font face="monospace">oracle</font>'''    ### Example for oracle: '''<font face="monospace">oracle</font>''' 
  # Modify '''%SERVER_HOME%\conf\spring-server\base.xml''' file and change any occurrences of:    # Modify '''%SERVER_HOME%\conf\spring-server\base.xml''' file and change any occurrences of: 
- ## url to <font face="monospace">database's url connection string</font>   + ## ''url'' to <font face="monospace">database's url connection string</font>  
- ## username to <font face="monospace">database user's username</font>   + ## ''username'' to <font face="monospace">database user's username</font>  
- ## password to <font face="monospace">database user's password</font>   + ## ''password'' to <font face="monospace">database user's password</font>  
- Modify %SERVER_HOME%\conf\server\spy.properties file by changing line 42:   + # Modify '''%SERVER_HOME%\conf\server\spy.properties''' file by changing line 42:  
- realdriver=[[database driver's terminology name]]   + ## realdriver=<font face="monospace">database driver's terminology name</font>  
- After making the modifications above, navigate to the anthill installer that you downloaded and extract the conf.zip archive somewhere where you can access the files contained inside it. Grab any *.xml files that pertain to the database type (subdirectory would be the database type...for example 'oracle' for Oracle) and place them in the %SERVER_HOME%\conf\sql directory.   + # After making the modifications above, navigate to the anthill installer that you downloaded and extract the '''conf.zip''' archive somewhere where you can access the files contained inside it. Grab any '''*.xml''' files that pertain to the database type (subdirectory would be the database type...for example ''"oracle"'' for Oracle) and place them in the '''%SERVER_HOME%\conf\sql''' directory.