<?xml version="1.0" encoding="UTF-8"?> <config> <btt.xml path="http://localhost:9080/RichClientHelloWorldRCS/btt/client/btt.xml"/> </config>Change "localhost" to new server's IP address. Change "9080" to new server's port.
// Initiate the BTT run time environment InitManager.reset("http://localhost:9080/RichClientHelloWorldRCS/btt/client/btt.xml");Change "localhost" to new server's IP address. Change "9080" to new server's port.