cancel
Showing results for 
Search instead for 
Did you mean: 

SMP3.0 Https port

Former Member
0 Kudos

Experts,

While installing SMP3.0 server (Production), I had to choose an alternative port 8087 for HTTPS communication as the 8081(default) port is not free. So now, I would like to understand the impact of changing the default port in data communication or application development.

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Jitendra_Kansal
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Ady,

In general, 8081 (in your case it is 8087) port is used for making secure connection with client but one way SSL authentication.

You can just check by running this URL in a browser:

https://smpserverip:8087

You must see a successful response like below:

You must see the same port's entry in below file:

<SMP_HOME>\Server\config_master\org.eclipse.gemini.web.tomcat\default-server.xml

Coming to your query,

Have you used port 8081 in your development (SMP) work? How exactly you are making communication between client and SMP?

Regards,

JK

PS: We never used port 8081 in our application development.

Answers (0)