Using an Alternate Port

When choosing a port number, it's worth noting that opening a port below 1024 generally requires more privilege than ports above 1024.

Using BcTestSrvr on an Alternate Port

To specify which port the server listens on, use the -port command line argument. EG:
BcTestSrvr.bat -port 1124

To access web pages on the alternate port use
http://hostname:port
Where hostname is the name or IP address of the host the server is running on, and port is the alternate port.

Using EvwSrvr on an Alternate Port

See Configuring the Stand-alone Server

V0.1.0  11/07/13  swt