Sun Java System Portal Server Mobile Access 7.1 Administration Guide

ProcedureTo Determine the Matches:

  1. An exact match

  2. A partial match

  3. A keyword match

    You can also dynamically apply UAProf profile against your base profile. Users need to retain FEDIClientDetector and do one of the following:

    • configure your firewall to allow access from Mobile Access system to the public internet or selective handset vendor sites

    • configure the Mobile Access system JVM to use a proxy server to access the public internet or selective handset vendor sites (Please refer to the technical note below)

    • publish the UAProf profiles (RDF files) on an internal web server accessible to the Mobile Access system, e.g. within the DMZ, and configure DNS on the Mobile Access system to use the internal web server instead of the public internet for all UAProf requests.

    Technical Note to configure proxy server to selectively access public internet:

    JVM provides an option to specify proxy server details for external connection from the web container using an external proxy. It also allows you to specify the hosts that should not use the specified proxy. You can configure the Mobile Access system JVM to use a proxy server to access the public Internet.

    Use the following JVM options in the web container:


    Dhttp.proxyHost=<your-proxy-server-host>
    Dhttp.proxyPort=<your-proxy-server-port>

    Use the following option for bypassing proxy server for certain domains and hosts:


    Dhttp.nonProxyHosts="*.<domain-name>|<hostname>|localhost"