What port should the Ganymede server use for its RMI registry?
The RMI registry is a network lookup service that is used to initialize communications between the Ganymede clients and the Ganymede server. By default, port number 1099 is used for RMI registration. If you are running certain other Java services, you may already have an RMI registry running, in which case you should pick another port number to run the Ganymede registry on. You may want to use 1100, 1101, or another non-used tcp port. Note that from version 2.0 onwards, the Ganymede server handles the RMI registration as part of its normal functioning, and no external rmiregistry process need be run.