|
|
The Habanero Client supports a number of useful modes and configuration options through command line parameters. These command line parameters include:
java Habanero -web
-listen <port_number> java Habanero -listen 2112
-local <directory/path> The -local option provides you a way to keep a personalized version or multiple versions of the Habanero resource directory. This is especially useful if you are working on an NT system with multiple users or you would like to keep multiple habanero.rsc/* data sets.
Configuring the Habanero environment for multiple users under Windows NT involves:
c:\windows\profiles\smith\personal\habanero.rsc
Configuring the environment for multiple personalities involves repeating the above steps in multiple directories and editing the batch files or scripts to reflect the path changes.
java Habanero -local ~smith/Mr.Hyde/habanero.rsc
-debug java Habanero -debug In this case, standard output will be written to the file server.out and standard error will be written to serverError.out.
java Habanero -debug >server.out 2>serverError.out
Note: Unhandled exceptions are generated to stardard error. If you do not use 2> to redirect stardard error the data will be lost.
Habanero® is a registered trademark owned by The Board of Trustees of the University of Illinois. Copyright 1996-1998. All rights reserved. Java(TM) is a proprietary trademark owned by Sun Microsystems, Inc.
|
|