Setting up a Sun ONE proxy server

This section describes how to download and configure a Sun ONE proxy server to run with Enterprise Portal. The steps are the same for both Solaris and Windows platforms, except where otherwise noted.

StepsInstalling and configuring a Sun ONE proxy server

  1. To install the trial version of the Sun ONE version 3.6 proxy server:

    1. Using a Web browser, access the Sun Download Center.

    2. In the Download Center’s search list box, select Web, Portal & Directory Servers.

    3. Scroll to the Web Servers section, and select Sun ONE Web Proxy Server 3.6.

    4. Click Download, then follow the instructions to download and install the proxy server.

  2. In the proxy server installation directory, start the admin server by running start-admin. The name of the process is “ns-admin.”

  3. Open a Web browser, and connect to the Netscape Server Administration console using the host and port number that you specified when you installed the proxy server:

    http://host:port/admin-serv/bin/index
    
  4. Select Create New iPlanet Web Proxy Server 3.6. In the iPlanet Web Proxy Server Installation window, accept the default values, scroll to the bottom of the page, and click OK.

    NoteThe value in the Server Port field must match the value of the proxy.port property in global.properties.xml, whose location depends on your application server:

    • EAServer – JAGUAR/Repository/WebApplications/onepage/config.

    • WebLogic – BEA_ROOT/onepage/config.

    For more information, see the Enterprise Portal Developer’s Guide.

  5. Select Configure More About Your New Server.

  6. In the Server Preferences window, click Server On.

  7. Click Save and Apply.

  8. In the upper-right corner, click Admin to return to the Administration console. Click Users and Groups.

  9. In the Users and Groups window, enter the values below, then click Create User.

    Repeat this step for each user that you want to create.

  10. In the upper-right corner, click Server Administration to return to the Server Administration console.

  11. Select the name of the server, then in the Server Preferences window, click Restrict Access.

  12. In the Restrict Access window:

    1. Select “http://*” from the Editing drop-down list.

    2. If access control is off, select Turn On Access Control.

    3. Configure read access types (get, head, post, index, connect).

      1. Select Deny, and click Edit Permissions.

      2. In the Allow Access to a Resource window, scroll to the bottom of the window, and select Basic User Name and Password as the authentication method.

        The user you just created should be in the list of users who are allowed access.

      3. Click Done.

    4. Configure write access types (put, delete, move, mkdir, rmdir).

      1. Select Deny, and click Edit Permissions.

      2. In the Allow Access to a Resource window, scroll to the bottom of the window, and select Basic User Name and Password as the authentication method.

        The user you just created should be in the list of users who are allowed access.

      3. Click Done.

    5. Click OK.

  13. Click Save and Apply.