cancel
Showing results for 
Search instead for 
Did you mean: 

Web dispatcher for same server but two URL

Former Member
0 Kudos

Dear All,

We are having two different logon screens(url) on same server java system(portal 7.4)

Say 1) – http://testhr:50000/xxx              

2) – http://testhr:50000/yyy

No we are planning to place a web dispatcher in front of this portal system with an URL say

http://logonscreen.domain.com

In this case if a user logs on with http://logonscreen.domain.com and expected to get logon screen of http://testhr:50000/yyy will web dispatcher rout it correctly to the right path kindly advice.

Thanks and Regards,

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

It is quite possible.

Few things that you need to do in addition to this:

1. Define start page:

NWA porta--> Configuration -->Security --> Java HTTP Provider configuration-->startpage

https://logonscreen.domain.com/irj/portal

2. Logout page:

NWA--> Configuration -->Security-->Authentication and SSO-->Authentication(properties tab)--> portal log off url-->https://logonscreen.domain.com/irj/portal

3. If you plan to use https on webdispatcher url(i think yes).

Login to NWA-->configuration-->Infrastructure-->Java system properties--Services--.HTTP provider-->ProxyMappings


add below entry:

50000=(Host:logonscreen.domain.com,Port:443,Scheme:https,Override:true)