cancel
Showing results for 
Search instead for 
Did you mean: 

ICM transfer the request to wrong instance

former_member105092
Participant
0 Kudos

Hi folks,

I have dual stack ABAP and JAVA in the same server.

The port 50000 is allocated for JAVA.

The Port 80 is allocated to ABAP.

If I gave ABAP webdynpro request.......... http://HOSTNAME:80/sap/bc/ping?sap-clinet=100

The request transfer to ABAP engine.

If I gave JAVA http request ................ http://hotname:5000/irj/portal

The request transfer to Java engine.

If I gave like this http://HOSTNAME:80/

Then the request goes to Java instead of ABAP webdynpro.

Why ICM transfer to Java side instead of ABAP ?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

>Why ICM transfer to Java side instead of ABAP ?

Because in a dual stack system, by default the ICM transfers requests beginning with /sap to the ABAP stack and all other URLs to the Java stack.

If you want to change this behaviour, look at the is/HTTP/default_root_hdl profile parameter.

PS : All this information is available in help.sap.com....

Regards,

Olivier