cancel
Showing results for 
Search instead for 
Did you mean: 

How to get URL for Portal

sankar_narayana
Active Participant
0 Kudos

Hi,

I have the port No:3601. How do i get 50000.

Using port 3601 we calculate and we get the 50000 .I forgot the logic of finding the port. Can anyone help in this issue.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

IF you are using HTTP , the port can be calculated using this formula

HTTP Port = 50000 + (100*<instance number>)

If HTTPS

Port = 50000 + (100*<instance number>) + 1

and the url foe the portal will be

http://server:prot/irj

eg: if you use http with instance number 1

http port = 50000+(100*1) = 50100

url will be

http://server:50100/irj

thanks

Prince Jose

Answers (1)

Answers (1)

sankar_narayana
Active Participant
0 Kudos

Got resolved.