Sparx Systems Forum

Enterprise Architect => General Board => Topic started by: Prab on September 03, 2013, 07:47:59 pm

Title: Keystore Port Number
Post by: Prab 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?
Title: Re: Keystore Port Number
Post by: Eve 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.
Title: Re: Keystore Port Number
Post by: Prab 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?
Title: Re: Keystore Port Number
Post by: Aaron B 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.
Title: Re: Keystore Port Number
Post by: Prab 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)?
Title: Re: Keystore Port Number
Post by: Aaron B 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.
Title: Re: Keystore Port Number
Post by: Prab on September 06, 2013, 06:21:44 am
Thanks Aaron.