During installation, the Forms, Servers, Add, and Remove links on M-Business Client home page are turned off. You can enable these links for your users.
Navigate to the directory for the device platform for which to enable the M-Business Client home page links:
<M-Business_Home>/tomcat/webapps/device/<platform>
Where <platform> is:
You cannot enable these links for Win32 devices.
Use a text editor to open header.inc.
Locate:
<% boolean showLinks = false; %>
Change false
to true
:
<% boolean showLinks = true; %>
Save and close the file.
Repeat these steps for any other device platforms for which you want to enable these links on the M-Business Client home page.
Send feedback about this page using email. | Copyright © 2008, iAnywhere Solutions, Inc. |