Reverse Proxy behind a gateway

hi ,

I want to put a reverse Proxy behind the gateway. All the access Manager and the portal are behind the reverse proxy.Kindly, send me some steps on how to configure gateway to achieve this deployment.

thanks in advance

dhawanmayur

[259 byte] By [dhawanmayura] at [2007-11-27 10:56:33]
# 1

Hi ,

Below steps might help you.

Edit Platform.conf file of the gateway and set the following properties as follows

* gateway.enable.accelerator = true

* gateway.enable.customURl = true

* Append the reverse-proxy server hostname to the gateway.virtualhost property

* gateway.httpsurl = https://<reverse-porxy-host>:<reverse-proxy-host-no>/

Note: Don't miss the Fwd slash "/" at the end of the portNo: in https://hostname.india.sun.com:500/ <--

After that you might have to do URL mapping on the reverse proxy that you are using.

AjitKamblea at 2007-7-29 12:03:42 > top of Java-index,Web & Directory Servers,Portal Servers...