Updating BES Configuration for Unwired Platform Integration

For Unwired Platform to connect with BES, you must change BES properties so that communication with Unwired Server occurs.

Note: Beyond the BES, there is no Unwired Platform-specific changes required for MDS Connection services or the device simulator. An application-reliable port setting should not be needed.
  1. Change the URL of the BES server and the port (in the rimpublic.property) to WebServer.listen.port=8080.
  2. If you require push notifications to the BlackBerry device, enable and set:
    push.application.reliable.ports=102
  3. Increase the BES limit on response size to one more appropriate for Unwired Platform usage.
    By default, the BlackBerry Enterprise Server (BES) limits the response size of a single HTTP response to 128K. If you try to fetch anything bigger your application can receive a 413 (Request Entity Too Large) response code.
    1. Open the BES management console.
    2. Change the value Maximum number of kilobytes per connection to a higher value, up to 1024K.