Enabling web proxy between Portal and Gateway
Usually Gateway is inside a DMZ in the internet and Portal Server is in the intranet. A few ports are opened up in the firewall for communication between the two. In case we have to configure a web proxy between Portal and Gateway then below are the steps.
Add into /etc/opt/SUNWportal/platform.conf.default
- http.proxyHost=<Proxy Hostname>
- http.proxyPort=<Proxy Port number>
- http.proxySet=true
Goto /psconsole -> Secure Remote Access -> 'default' profile ->
Deployment tab
In the 'Proxy Setting' add the following
- 'Use Proxy' = true
- 'Webproxy URLs' = *
- 'Domain/SubDomain' = <Domain name>
- 'Proxy' = <Proxy Hostname>:<Proxy Port>