cancel
Showing results for 
Search instead for 
Did you mean: 

WebDynPro iView problem........

Former Member
0 Kudos

Hello All,

We have created the WebDynpro iView for an application.

When we access the portal directly (i.e. using portal servers DNS name) we r able to see the contents of that iView.

But when we access the same thing using IIS Server which redirects to portal server, iView shows 'page can not be displayed'(standard IE error.)

After searching we found that IIS uses following URL: 'http://<IIS_Server_Name>/webdynpro/dispatcher/local/TreeDemo/.................................'

and when we replace it with our portal url i.e. 'http://<Portal_Server>:50000/webdynpro/dispatcher/local/TreeDemo/.................................'

& it worked as it should.

Any solution for this problem ?????

With Regards,

Amol.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

In your IISProxy.xml file create an new prefix for webdynpro

<source>

<protocol>http</protocol>

<prefix>webdynpro</prefix>

</source>

Theo