To configure connections (for importing to the application), you need to update the following file on the Configuration server:
<webapps ROOT FOLDER>\MOBIServer\WEB-INF\server.properties
First create a back-up of the server.properties file. For every connection that you want to make available for
importing, now set the following connection properties in the file:
● DisplayName (mandatory)
● BOBJ_MOBILE_URL
● BOBJ_MOBILE_CMS
● BOBJ_MOBILE_AUTH_METHOD
● BOBJ_MOBILE_CONNECTION_TYPE
● BOBJ_MOBILE_SAVE_PWD
Authentication Type can have one of the following values:
● secEnterprise for Enterprise
● secLDAP for LDAP
● secWinAD for Windows AD
● secSAPR/3 for SAP
Connection Types can be set to one of the following values:
● Set 1 for Enterprise
● Set 2 for XXX
● Set 3 for YYY
For example, you can add a connection to the properties file as follows:
mobi.connections=connection1 connection1.DisplayName=SAMPLE Connection connection1.BOBJ_MOBILE_URL=http://11.22.33.44:8080 connection1.BOBJ_MOBILE_CMS=55.66.77.88 connection1.BOBJ_MOBILE_AUTH_METHOD: secEnterprise connection1.BOBJ_MOBILE_CONNECTION_TYPE:1 connection1.BOBJ_MOBILE_SAVE_PWD: True