|
Tahiti has a set of options for specifying its parameters. Some of these parameters can be set from dialog box.
|
- Start up Options for agletsd
Create a command prompt window and execute the script "agletsd" by specifying "-help" option, then you will get following messages.
usage: agletsd [-options]
where options include:
-help print this message
-f <props file> specify server properties file
-verbose turn on verbose mode
-nogui no AWT initialization
-nosound no Sound initialization
-verbose turn on verbose mode
-port <port> set the port used by deamon
-cleanstart
- -help
The list of available options (above) is shown.
- -f <props file>
Specifies server proprties file. Please see Server Properties Guide
to get what to define in it. This option can appear more than once.
Properties which are set by this option will be overridden by
subsequent ones.
- -verbose
Turn on verbose mode. Server prints out server process to your console.
- -nogui
No AWT initializtion. Aglets in the server may fail to load AWT classes.
- -nosound
No sound initialization. Aglets in the server may fail to load Sound classes.
- -port <port>
Set the port number, which is used by the deamon process.
If you are a unix user, please note that, in most case, you are prohivited to use
the port whose number is less than 1024.
|