Book a Demo

Author Topic: Keystore Port Number  (Read 6356 times)

Prab

  • EA Novice
  • *
  • Posts: 17
  • Karma: +0/-0
    • View Profile
Keystore Port Number
« on: September 03, 2013, 07:47:59 pm »
With regards to Licence management, Sparx Keystore Service is by default configured to run on a particular port. Can this port number be changed? If yes, how?

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Keystore Port Number
« Reply #1 on: September 04, 2013, 09:02:29 am »
There's a config file that it reads when starting.

Further information should be included with your install.

Prab

  • EA Novice
  • *
  • Posts: 17
  • Karma: +0/-0
    • View Profile
Re: Keystore Port Number
« Reply #2 on: September 04, 2013, 07:46:39 pm »
The install guide does tell me the default port number, but not any further details on whether I can change the default port or not.

I am referring to two documents. KeyStore-Used Guide.pdf and KeyStore-Visual Quick Start Guide.pdf. Is there any other document that I should refer to?

Aaron B

  • EA Administrator
  • EA User
  • *****
  • Posts: 941
  • Karma: +18/-0
    • View Profile
Re: Keystore Port Number
« Reply #3 on: September 05, 2013, 09:35:37 am »
The default TCP port for the Keystore Service is 7770.

The SERVER_PORT value can be set in the keystoreService.config file as described in the Keystore Service User Guide document.

Refer to the user guide for more information on setting the SERVER_PORT property under the "Configure the Keystore Service" chapter.

Prab

  • EA Novice
  • *
  • Posts: 17
  • Karma: +0/-0
    • View Profile
Re: Keystore Port Number
« Reply #4 on: September 05, 2013, 09:47:08 am »
Thanks Aaron.

I have read the document. Can I change the default port from 7770 to 443 (for example)?

Aaron B

  • EA Administrator
  • EA User
  • *****
  • Posts: 941
  • Karma: +18/-0
    • View Profile
Re: Keystore Port Number
« Reply #5 on: September 05, 2013, 09:57:26 am »
As far as I am aware you can set the port to whatever value you wish, as long as that port is available and not being used by something else already.  I would not suggest setting the value to a port that is normally used by other protocols.  I think port 443 is normally used for HTTPS (SSL/TLS).

So in other words - maybe, but I wouldn't recommend it.
« Last Edit: September 05, 2013, 09:58:00 am by AaronB »

Prab

  • EA Novice
  • *
  • Posts: 17
  • Karma: +0/-0
    • View Profile
Re: Keystore Port Number
« Reply #6 on: September 06, 2013, 06:21:44 am »
Thanks Aaron.