cancel
Showing results for 
Search instead for 
Did you mean: 

How do i know the server port(like 500000) from visual administrator

Former Member
0 Kudos

Hi,

We have installed ecc6. How do i know the server port(like 500000) from visual administrator.

Thanks...

Santanu

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

How do i know the server port(like 500000) from visual administrator.

Start Visual Admin -> Dispatcher -> Services -> HTTP Provider -> Properties:

Ports: (Port:50000,Type:http)(Port:50001,Type:ssl)

That is where you can see and configure the ports for a j2ee.

Have fun, Michael

Answers (4)

Answers (4)

Former Member
0 Kudos

By default, the ports are :

5<instance no>00, 01 etc

You could check for the j2ee ports details at :

http://help.sap.com/saphelp_nw70/helpdata/EN/a2/f9d7fed2adc340ab462ae159d19509/frameset.htm

If you want to change the default ports, you could go to configtool, instance, dispatcher and related service to make the change in the port. (needs a server restart)

e.g. if you want to change the p4 port, you could go to p4 service and change the port parameter.

If you just want to check what are the ports, you don't need to go to Visual Admin.

The easiest way is to open dev_dispatcher file and it shows most of the ports.

Regards,

Snehal

Former Member
0 Kudos

Hi,

j2ee ports http port 5$$00 https port 5$$01

p4 port 5$$04 sdm port 5$$18

where $$ is your instace number

all j2ee port can be seen in

http://host:<http port>/sap/monitoring/SystemInfo

Samrat

Former Member
0 Kudos

Hi.

You can get the information by

http://help.sap.com/search/highlightContent.jsp

or using t-code RZ10 and RZ11 you can see the require parameter which hold the vale of port.

Thanks

Atul

Former Member
0 Kudos

Hi,

Not very sure about getting the server ports in visual admin,

but in SMICM tcode you get all the ports related to java and http.

Regards,

Vamshi.