cancel
Showing results for 
Search instead for 
Did you mean: 

different port numbers available in xi

Former Member
0 Kudos

Hi

while I was going through the forum I have come across different port numbers like j2ee port, http port, smpt etc. Could you please summarize what are all the different ports that xi has to communicate and how to find that prot numbers. I mean different transactions to see the same.

thanks

kumar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

The following instances will be created as per the type of installation.

Abap+java system =

/usr/sap/<SID>/DVEBMGS<<b>NR</b>>

/usr/sap/<SID>/SCS<<b>NR1</b>>

Stand alone java system =

/usr/sap/<SID>/JC<<b>NR</b>>

/usr/sap/<SID>/SCS<<b>NR1</b>>

All the port numbers are determined by the NR and not by NR1.

You will have JC<NR> when you have a standalone Java system installed and DVEBMGS<NR> when you have a ABAP+JAVA system installed. Both of these will not exist together for a particular Installation.

And you will have SCS instance in both the cases i.e if you have Java Addin( ABAP+JAVA) or a Standalone Java System.

Thanks,

Tanuj

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

We can see J2EE ports thru this menu..

SMICM --> Go to --> HTTP Server --> Dispaly Data.

For the Instance number -->

Abap+java system = /usr/sap/<SID>/DVEBMGS<b><NR></b>

Stand alone java system = /usr/sap/<SID>/JC<b><NR></b>

Thanks,

Tanuj

Former Member
0 Kudos

Hi Tanuj,

Thanks for your reply !! Really it's grat. This is what for I am looking. I am able to find the instance number for abapjava system. In my case it is '00'. But when it comes to stand alone java system I am not able to find any folder that is starting with name JC. Could you please tell me what it is actually mean ?? Is it like that I didn't have any stand alone java system installed ?? Could you please tell me what is the purpose of that once we have abapjava system (web as 6.40) ??

thanks

kumar

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

most important:

j2ee port - 5XX00 where XX is your instance numer

(to connect to java WAS)

http port - 80XX - you can find it in SMICM - goto - services

(to connect to ABAP WAS)

visual admin port - 5XX04

these are the most important

Regards,

michal

Former Member
0 Kudos

Thanks Michal ! Just for my curiosity Could you please tell me how to see the port number of j2ee engine and also its instance number ??

thanks

kumar

Former Member
0 Kudos

Hey

goto tcode SMICM->goto->services and it will show u all the ports,J2ee,HTTP SMTP etc

thanx

ahmad

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

>>>>goto tcode SMICM->goto->services and it will show u all the ports,J2ee,HTTP SMTP etc

SMICM does not show all ports (only http and SMTP)

Regards,

michal

Former Member
0 Kudos

Hey

michal,thanx for correcting me,infact it shows HTTPS too:) but yeah no J2ee port

thanx

ahmad

Former Member
0 Kudos