cancel
Showing results for 
Search instead for 
Did you mean: 

how to avoid the port in portal

Former Member
0 Kudos

Hi Gurus,

Please help me on this

we have implementd SSL in our portal EP7.0

my question is i needs to avoid the port No. now and give normal url

now the url is https://<host>.<company>:50001/irj/portal

now want to change it to https://host.company/irj/portal

thanks,

Kishore

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member304001
Active Contributor
0 Kudos

Hi Kishore,

Change the default portal URL to give the users a more user friendly URL. The following steps will show you how to modify the URL from the default port of 50000 to 80 which is the browser default. Also you will learn how to setup a redirect from the J2EE Engine so the user can find the portal without first inputting the /irj/portal to the URL.

Change the Port:

1.Switch to the J2EE Visual Administrator

2.Go to Cluster &#61664; Dispatcher &#61664; Services &#61664; HTTP Provider

3.Choose Ports

4.Change the Port number to 80 for http and 81 for ssl

5.Choos Update and Save.

Remove the irj/portal:

1.Go to Cluster &#61664; Server &#61664; Services &#61664; HTTP Provider

2.Enter /irj/portal in the Start Page text field

3.Choose Save Properties button

4.Restart the Service

Regards

Krishna.

Former Member
0 Kudos

Hi,

Refer to this thread

Former Member
0 Kudos

Hi Venkat,

i tried to map the port but i didnt successed

1) log on to visual admin>>dispatcher>>HTTP provider

that In port we have (50000,http) and (50001,https)

in the portal mapping field i have entered

50000=(Host:<host name>,port:80,scheme:http,override=true)

50001=(Host:<host name>,port:443,scheme:https,override=true)

and in the visul admin>>servcer>>HTTP provider

in the startpage:/irj/portal

and after that restarted the j2ee engine

but still the URL didnt change

can you please help me on this that any thing i am missing

thanks,

Kishore

Former Member
0 Kudos

Hello gurus,

any body there to help me on this issue

thanks,

Kishore

Former Member
0 Kudos

Hi Kishore Krishna,

please check thread <a href="https://www.sdn.sap.com/irj/sdn/thread?threadID=8422">how to change standard J2EE port 50000 to port 80?</a>.

Best regards,

Martin

former_member304001
Active Contributor
0 Kudos

Hi

don't give host name just change 50000 t0 80 for http and 81 for ssl

1.Switch to the J2EE Visual Administrator

2.Go to Cluster &#61664; Dispatcher &#61664; Services &#61664; HTTP Provider

3.Choose Ports

4.Change the Port number to 80 for http and 81 for ssl

5.Choos Update and Save.

Remove the irj/portal:

1.Go to Cluster &#61664; Server &#61664; Services &#61664; HTTP Provider

2.Enter /irj/portal in the Start Page text field

3.Choose Save Properties button

4.Restart the Service

Former Member
0 Kudos

Hi Reddy,

I tried changing the ports but no result is there any thing i needs to do or i needs to follow

please help me on this issue

thanks,

Kishore

Former Member
0 Kudos

Hello gurus,

any body there to help me on this issue

thanks and Regards,

Kishore

former_member304001
Active Contributor
0 Kudos

Hi Kishore

Try these

Ports:(Port:80,Type:http)(Port:81,Type:ssl)

Proxymappings:53000=Host:hostname,Port:80,Scheme:http,Override:true

if this doesn't work send ur mail id i will send u document

Former Member
0 Kudos

Hi Reddy,

Thanks for your prompt reply

i already done that before you can see above if you can send your document i will cross check

my mail id is kkishorey@gmail.com

thanks for you help

regards,

Kishore

former_member304001
Active Contributor
0 Kudos

Hi Kishore

Check ur Mail i have sent the document

Regards

Krishna.

Former Member
0 Kudos

Hi Reddy,

thank you very much for your document

but i followed all the steps given in the document for mapping port and URL sill it didnt work i am not able to find out were i am getting the problem

if you find some thing please let me know

Thanks and Regards,

Kishore

Former Member
0 Kudos

>Ports:(Port:80,Type:http)(Port:81,Type:ssl)

The standard port for SSL is 443.