Page 1 of 1

Multiple sfs2x server instances

Posted: 01 Nov 2010, 08:55
by Stigma
Hi,

I can't find in the new server docs or license informations if it's still possible to run multiple server instances on the the same machine with only one license.

Thank you very much for your answer.

Thomas

Posted: 01 Nov 2010, 11:04
by Lapo
Yes, it is possible and easy to do.
SFS2X uses by default port 9933 for TCP socket connections. By simply assigning a different TCP port to each instance you will be able to run multiple instances.

There's an additional note for the embedded HTTP server (Jetty). By default it is turned on and set to port 8080. If you don't need it simply turn it off from the AdminTool.
Otherwise you will also need to specify a different TCP port for each instance of SFS2X (eg... 8081, 8082 etc...)

Posted: 01 Nov 2010, 13:57
by Stigma
Thanks for the reply :)