Sun Java System Portal Server 7 Deployment Planning Guide

ProcedureTo Configure Usage of an HTTP Proxy for a Portal Server Instance

Steps
  1. Change directories to the portal server install root directory containing the configuration for the instance.


    cd portal-server-install-root/SUNWam/servers/https-
    servername/config
  2. Edit the server.xml file within this directory and add the following lines:


    http.proxyHost=proxy-host http.proxyPort=
    proxy-port http.nonProxyHosts=portal-host
    

    where proxy-host is the fully-qualified domain name of the proxy host, proxy-port is the port on which the proxy is run, and portal-host is the fully qualified domain name of the portal host.