Configuring the client side

About this task
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.