Having installed SnapCreator 3.6 (under Winsows2003) as per installation guide, I am trying to alter the GUI port to something other than the default (8080).
I am attempting this using the following command;
java -jar snapcreator.jar -gui_port 8888
This seems to work ok, and SnapCreator Server starts up, and Jetty uses port 8888.
However, if I then start the "SnapCreator Server" Service (created during the installation), it reverts to using port 8080.
Does anyone know if there is a way to get SnapCreator to 'remember' this setting - or how to tell the Windows Service for SnapCreator Server to use a different port?