cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP & Java ports in PI 7.1?

Former Member
0 Kudos

Hi Guys,

I want to know whether ABAP and Java ports are same in PI 7.1? How does the request coming to ICM will identify as ABAP or Java request.

any help or suggestions would be appreciated

Thanks,

Srini

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi

ABAP and Java ports are same in PI 7.1.

Goto SMICM -> Services to see the Http port.

rgds,

Arun

Former Member
0 Kudos

Hi Arun,

Thanks for the quick reply, i am relaxed after seeing your response.

Yes. I see both of them has 50000 port which is defined in SMICM. All the java components IR, ID .. etc starting with this port.

If i define HTTP port as 8000 all java components start with 8000.

Can you explain what is the reason for this change.

Thanks,

Srini

Answers (1)

Answers (1)

Former Member
0 Kudos

icm/server_port_0 = PROT=HTTP,PORT=8000 give abap port

and

icm/j2ee_0 java port.

chirag

Former Member
0 Kudos

Hi Chirag,

I have assigned the following in the instance profile

icm/server_port_0 = PROT=HTTP,PORT=8000 abap port

and

icm/HTTP/j2ee_0 for java port and not icm/j2ee_0

IR, ID and all the java components are not taking the Java port 50000 and instead they start with the ABAP port 8000.

I have checked the exchange profile and all the java components have assigned the 50000 port.

Do i need to define the parameter as icm/j2ee_0 java

instead of icm/HTTP/j2ee_0

any help would be appreciated.

Thanks,

Srini