cancel
Showing results for 
Search instead for 
Did you mean: 

How to set HTTP(s) ports for J2EE

Former Member
0 Kudos

Hi experts,

I have new dual stack stystem using complete System export (DB + Central Instance) and import method.

Now system online but i am not finding J2EE HTTP & J2EE HTTPS ports in SMICM->GoTo->HTTP Server->Display Data

Can someone please guide as how to ADD ports for both J2EE HTTP & J2EE HTTPS.

Regards

Sekhar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

Please check your instance profile has the below entry

icm/server_port_1 = PORT=5$(SAPSYSTEM)00,PROT=HTTP.

icm/server_port_2 = PORT=5$(SAPSYSTEM)00,PROT=HTTPS.

icm/server_port_0 = PROT=HTTP,PORT=80$$

If you also have ABAP instance login to SMIC -> goto->Services check all the available service and port numbers . If ur HTTP java port is not listed create it Service-> create . To make the change permanent you have to add the entry (icm/server_port_1 = PORT=5$(SAPSYSTEM)00,PROT=HTTP)

in Instance profile and activate the profile

Hope it help's solving ur problem.

Answers (1)

Answers (1)

Former Member
0 Kudos

This depends on your release. If you have 6.40 or 700 J2EE then you can log into the Visual Administrator and go to the Http Provider service on the dispatcher node. There you can define the port number for https in the "Ports:" field. If you are running 7.10 or higher you'll need to define the ports in the instance profile to open the ports on the ICM as described in the previous reply.

Regards,

Nathan