cancel
Showing results for 
Search instead for 
Did you mean: 

Using WEB Dispatcher for diff. AS ABAP & AS JAVA system

former_member207834
Participant
0 Kudos

Hi,

We have a requirement that if there is BSP url ( /sap(bD1lbiZjPTAxNiZkPW1pbg==)/bc/bsp/sap/z_ros_self_reg1/main.htm )should be direct to host srmhost & urls with /irj should be directed to epsrmhost.

Now we can enter '/sap(bD1lbiZjPTAxNiZkPW1pbg==)/bc/bsp/sap/z_ros_self_reg1/main.htm' in url mapping table.

But how web dispatcher will come to know about ABAP & JAVA instance details ( i. e I mean there can be only one rdisp/mshost & ms/http_port ).

Parameters :

is/HTTP/default_root_hdl = ABAP

wdisp/url_map_location=file:///sapmnt/WD1/profile/url-map-location

url-map-location file contains entry '/sap(bD1lbiZjPTAxNiZkPW1pbg==)/bc/bsp/sap/z_ros_self_reg1/main.htm'

right now https://webdisp_host"1443/irj working fine but https://webdisp_host:1443/sap(bD1lbiZjPTAxNiZkPW1pbg==)/bc/bsp/sap/z_ros_self_reg1/main.htm is not working.

How WEB dispatcher will get information about ABAP Engine ? ( rdisp/mshost & ms/http_port are pointing to J2EE Engine )

Best Regards,

Tushar.

Accepted Solutions (1)

Accepted Solutions (1)

former_member207834
Participant
0 Kudos

Hi,

Let me rephrase the query .

Can we use same web dispatcher for diff. instances e.g one ABAP instance ( SID : ABC ) & one Java instance ( SID : PQR ) .

Both of them are on separe hosts . ( i.e diff. message server hosts )

Best Regards,

Tushar.

Former Member
0 Kudos

Hi,

The help link provided is the right one : It is possible if you use release 7.2 of the SAP Web Dispatcher.

It was possible before only for a dual stack system, because the ICM is able to send all URL beginning with /sap to the abap processes and all others to the java stack.

Regards,

Olivier

Answers (0)