Runtime components : Channels components : Mobile Channel : Tasks : Configuring the Mobile Channel : Configuring the client side
  
Configuring the client side
Perform the following steps to configure the client side:
1 Add the bttmobile.jar to the client eRCP application classpath, which includes the interface DataAdapter and implements MobileAdapter.
2 Configure bttmobile.properties as follows:
# For example
#url=http://localhost:9081/MobileServerRCS/mobile
url=http://<serverip>:<port>/<your BTT application context>/<mobileservlet>
3 Add bttmobile.properties to the eRCP application classpath.
Go up to
Configuring the Mobile Channel