Home NETWEAVER AS JAVA Calculating J2EE Port Numbers

Calculating J2EE Port Numbers

E-mail Print PDF
User Rating: / 7
PoorBest 
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=02

HTTP Port = 50200
HTTP SSL Port = 50201
IIOP Initial Context port = 50202
IIOP SSL port = 50203
P4 port = 50204
P4 HTTP Tunneling port = 50205
P4 SSL port = 50206
IIOP port = 50207
Telnet port = 50208
JMS port = 50210

For more information about Port Numbers, please refer to http://service.sap.com/security > Security in Detail > Infrastructure Security > TCP/IP Ports Used by SAP Applications Document.
Comments (2)add comment

flyingeagle said:

flyingeagle
...
go enough! great
August 04, 2009

Sigma Info said:

0
...
Hi,
The page refresh option need to be avoided (FLEX + J2EE).
The main intention is to handle F5(refresh) event. It works fine in Mozilla, GoogleChrome but not in IE8. When i execute the code in IE8 before the event handle by the FLEX the browser is handling the event.
So kindly let me know if there is any solution for this....


For example open this link in IE8:
http://livedocs.adobe.com/flex/3/html/help.html?content=events_11.html

Through this link i found code to handle the events in the mxml level, as the first example(Handling keyboard events) mentioned in the above link works fine..giving the key code of what ever key you keyin,but as soon as u press F5 it refreshing the page,where this happening in IE8 only works fine in other browsers..

--
S.V.Prathap Kumar,
August 16, 2010

Write comment
smaller | bigger

security image
Write the displayed characters


busy
 
Author of this article: Huseyin Bilgen