Calculating J2EE Port Numbers

Moderators: BASIS24x7, Rashed

Post Reply
Rajnikanth
Posts: 46

Calculating J2EE Port Numbers

Post by Rajnikanth »

The J2EE ports are created via the following formula. Port Number = 50000+100*instance_number+port_index

Index Port Name
-----------------------
0 HTTP port
1 HTTP SSL port
2 IIOP Initial Context port
3 IIOP SSL port
4 P4 port
5 P4 HTTP Tunneling port
6 P4 SSL port
7 IIOP port
8 Telnet port
10 JMS port

example: inst num=04

HTTP Port = 50400
HTTP SSL Port = 50401
IIOP Initial Context port = 50404
IIOP SSL port = 50403
P4 port = 50404
P4 HTTP Tunneling port = 50405
P4 SSL port = 50406
IIOP port = 50407
Telnet port = 50408
JMS port = 50410


Regards
Rajnikanth
hussaini
Posts: 72

Re: Calculating J2EE Port Numbers

Post by hussaini »

Hi Rajnikanth,

this was what i needed

i got it on the right time

thanks for providing such a good document
Regards,
Syed Hussaini.
SAP BASIS Consultant
Terrenos Software Technologies Pvt (Ltd).
Post Reply