Oracle® Business Intelligence Disconnected Analytics Administration and Configuration Guide > Setting Up Oracle BI Disconnected Analytics >

Configuring Sun ONE Web Server for Disconnected Clients


If you are using Sun ONE on Solaris as the Web server that supports disconnected machines, then you must further configure Sun ONE Web server as described in the following procedure.

NOTE:  The third-party product referred to is Sun ONE, but the installation paths and directories refer to its older name, iPlanet. This procedure assumes that Sun ONE is installed in $INSTALLDIR.

To configure Sun ONE as a Web server for the disconnected client

  1. Open the server.xml file in the directory /$INSTALLDIR/https-localhost/config.
  2. In the server.xml file, change the following line:

    <CONNECTIONGROUP id="group1" matchingip="default" servername="localhost" defaultvs="https-localhost"/> NOTICE: servername is localhost

    to

    <CONNECTIONGROUP id="group1" matchingip="default" servername="<machine_name>" defaultvs="https-localhost"/> NOTICE: servername is actual name of the machine.

  3. Save and close the server.xml file.
Oracle® Business Intelligence Disconnected Analytics Administration and Configuration Guide Copyright © 2007, Oracle. All rights reserved.