cancel
Showing results for 
Search instead for 
Did you mean: 

Redirection to Java and ABAP portal

Former Member
0 Kudos

We have to remove the port number from the URL.

The redirection shoul happen such that

https://<hostname>/irj shall redirct to

https:/<hostname>:51001/irj

where 51001 is Java https port and at the same time on the same host

without the keyword 'irj'

https://<hostname>/* shall redirect to

https://<hostname>:8443/*

Please let me know how I can configure the SAP standalone webdispatcher like this.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Lets assume our server name is "abc"

On the same server there is one pure Java system and a pure ABAP system, ofcourse having different SID.

If I give URL

http://abc/irj it should redirect to http://abc:50100/irj

where 50100 is our java http port

If I give URL

http://abc/bc/sap/<>; it should redirect to http://abc:8443/bc/sap/<>;

where 8443 is our ABAP system http port.

former_member227283
Active Contributor
0 Kudos

Hi,

In your scenario, you have to use 2 webdispatcher, as webdispatcher can communicate with single SID.

OR you have to install latest i.e sap webdispatcher 7.2

http://help.sap.com/saphelp_nw72/helpdata/en/c5/ec466f5544409982c7d3ca29ce1ad3/content.htm

And you have to play with the parameter i.e wdisp/system_0 and wdisp/system_1

from the example give in the link.

Parameter : wdisp/system_0 communicate with ABAP stack

Parameter : wdisp/system_1 communicate with JAVA stack.

Thanks

Anil

Former Member
0 Kudos

Hi Anil,

Thanks for the configuration steps, but the redirection will happen only to java portal here.

Whereas my requirement is to redirect the URL according to presence of the keyword 'irj'.

If irj keyword is present in URL -> Java or else ABAP portal.

former_member227283
Active Contributor
0 Kudos

Hi,

Can you give us an example of any specific redirection.

Thanks

Anil

former_member227283
Active Contributor
0 Kudos

Hi,

IT is general behavior of SAP webdispatcher.

Pls refer the below link, which wil give you basic idea.

http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/d05a1044-6e53-2d10-56a8-9ce7abda7000

Thanks

Anil