Perform the following steps to configure the client side:
- Add the bttmobile.jar to the client eRCP application classpath,
which includes the interface DataAdapter and implements MobileAdapter
- Configure bttmobile.properties as follows:
# For example
#url=http://localhost:9081/MobileServerRCS/mobile
url=http://<serverip>:<port>/<your BTT application context>/<mobileservlet>
- Add bttmobile.properties to the eRCP application classpath.