Apache Tomcat

Ellucian Mobile has been tested on Apache Tomcat 7 and 8.

Download Tomcat from http://tomcat.apache.org/ and install it. Tomcat documentation can also be found at that website.

You should install Tomcat on a machine with 8 GB RAM and a dual-core processor. Tomcat should have a memory allocation of at least 4 GB, including 3.5 GB for the main JVM and an additional 512MB for PermGen space. The recommended storage space for the Mobile Integration Server web service app is 700 MB, plus an additional 100 MB for each active configuration that the server will support. The Tomcat HTTPS port needs to be accessible to the public, outside of any firewalls.

Make note of the Tomcat server URL. You will need this in future installation steps and to test the installation. It is referenced as <externalMobileServer.my.edu> throughout these instructions. This URL needs to be a fully qualified external domain name.

HTTPS is required

Always set up and configure https for your Mobile Server. This protects the information being transferred back and forth between user devices and the Mobile Cloud Configuration tool, and is required by Apple App Transport Security (ATS) for any iOS app.

Requirements for the certificate:
  • Your Mobile Server should use certificates from common certificate authorities. Self-signed certificates will not work. See Article 000031063 for a list of supported certificate authorities.
  • Your Mobile Server must support at least Transport Layer Security (TLS) protocol version 1.2. If your Mobile Server does not support TLS 1.2, you will get a warning message in the Mobile cloud configuration tool suggesting that you update your SSL certificate to support TLS 1.2.
  • The server certificate hashing algorithm must be Secure Hash Algorithm 2 (SHA-2) with a digest length of at least 256 (that is, SHA-256 or greater).