Skip to Content
0
Jan 05, 2007 at 12:20 AM

IIS Reverse Proxy for BSP

59 Views

Hi

We use IIS 5.0 with EP 6.0 SP15 and ECC5.0. We created some BSP pages and integrated with portal as (for testing) BSP iView and URL iView. Both work fine internally. We use IIS Reverse Proxy to make the portal available for external users. It is working fine for all default pages in portal. But not working for BSP pages. For BSP iView, it shows " page cannot display" message and no error. For URL iView (BSP Page as URL), it asks user name and password for WAS 3 times and then gives " unauthorized" error message. Even when portal run internally, it asks, but only once and accepting if we give correct values.

I like to know what’s the mapping we have to do for BSP applications in IISProxy.xml file.

What I gave is below.

-


<mapping name="SAP">

<source>

<protocol> http</protocol>

<prefix>/sap/<prefix>

</source>

<target>

<protocol> http</protocol>

ORSAP600.TS.COM

<port>1080</port>

</target>

<compress-types>text/html,text/plain</compress-type>

</mapping>

-


I use the below link (because of mapping) for externally

http://portal.ts.com/sap/bc/bsp/sap/zbspabap/classicabap.htm

And internally http://orsap600.ts.com:1080/sap/bc/bsp/sap/zbspabap/classicabap.htm

(which works fine internally)

Please correct if anything. And please tell us if any other steps we have to take care.

Your support will be appreciated

Regards

Raibin