Version Differences for Connection Binding

(Cleaned up some formatting.)
(Adding bulleted list)
Line 6:
       
  * %SERVER_HOME%\conf\server\    * %SERVER_HOME%\conf\server\ 
- installed.properties      
- Find the line that says 'install.server.web.ip' and change it to '0.0.0.0'   + :* installed.properties  
- activemq.xml      
- Find the line that starts '<transportConnector uri=...' and change ONLY the IP address portion to '0.0.0.0'. Leave ports and closing tag intact.   + ::* Find the line that says 'install.server.web.ip' and change it to '0.0.0.0'  
- %SERVER_HOME%\opt\tomcat\conf\      
- server.xml   + :* activemq.xml  
- Make sure that the 'address' section is set to "0.0.0.0"      
- Finally, update the database   + ::* Find the line that starts '<transportConnector uri=...' and change ONLY the IP address portion to '0.0.0.0'. Leave ports and closing tag intact.  
- Retrieve current info from the database      
- SELECT DATA FROM SINGLETON WHERE ID=1 AND CLASS LIKE '%ServerSettings'   + * %SERVER_HOME%\opt\tomcat\conf\  
- Set new information in the database      
- UPDATE SINGLETON SET DATA='...' WHERE ID=1 AND CLASS LIKE '%ServerSettings'   + :* server.xml  
- Change ONLY the bind-ip and the connector-ip in the XML that is in the DATA CLOB.      
    + ::* Make sure that the 'address' section is set to "0.0.0.0"  
       
    + * Finally, update the database  
       
    + :* Retrieve current info from the database  
    + ::* <pre>SELECT DATA FROM SINGLETON WHERE ID=1 AND CLASS LIKE '%ServerSettings'</pre>  
    + :* Set new information in the database  
    + ::* <pre>UPDATE SINGLETON SET DATA='...' WHERE ID=1 AND CLASS LIKE '%ServerSettings'</pre>  
    + ::* Change ONLY the bind-ip and the connector-ip in the XML that is in the DATA CLOB.