Project Notes
Project: Application: ChessServer Sample
Author: JBuilder Team
Company: borland.com
Description:
The server for the com.borland.samples.chess.client.ChessViewer Sample
Notes...
- Start the server by selecting Run | Run Project, or from the command-line with the command
java com.borland.samples.chess.server.ChessServer [connections=max connections (default=50)]
The current directory should be jbuilder\samples\Chess.
Run|Run project works also.
- Unzip games.zip in the server\library subdirectory to stock the games library with some example games.
- Unfinished games are stored in the Suspended subdirectory
- The server periodically looks for a file named shutdown.txt in the working directory as a signal
to gracefully shutdown (Pressing ctrl+c in the java console window will shutdown as well, but could lose some data)