|
|
|
Starting the Client or Server Creating and Joining a Session |
The Habanero Client and Server are invoked differently on UNIX, Windows and Macintosh. The Client and Server also accept command line parameters or switch statements that increase their configuration ability. Check out the following links for more information:
java Habanero
Another way of starting the Habanero Client or Server is to create a simple script. E.g.
#!/bin/ksh PATH=$PATH:/java/bin CLASSPATH=.:/java/lib/classes.zip:/java/habanero/:/java/habanero/demos:/java/habanero/tools LD_LIBRARY_PATH=/java/habanero/rsc/lib/Solaris:$LD_LIBRARY_PATH java Habanero #(or java HabaneroServer)
| a) | Creating a Session requires both the Server and Client. The Server must be running before you create it with the Client. Start a Habanero Server as described in section 1. By default the Server uses port 2000 to communicate data. If you want to change the port number use the -listen option and see the Server command line parameters file for an example.
NOTE: The server runs in the background and does not have a graphical user interface. |
| b) | Next click the Habanero Client icon. By default the Client uses port 3000 to communicate data. If you want to change the port number use the -listen option and see the Client command line parameters file for an example. |
| c) | In the Habanero Environment Window enter the session's name, server address and port number in the corresponding fields. ![]() eg. havefun.ncsa.uiuc.edu - Enter the port number used by the server to communicate data. |
| d) | Click on the start button, |
| e) | Select a tool from the session control window. |
| a) | Launch the Habanero Client |
| b) | In the Habanero Environment Window enter the session's name, server address and port number in the corresponding fields. ![]() - Enter a Session Name. This name is distinct and is used by the server to identify a session. - Enter the name or address of the Server hosting the session. - Enter the port number used by the server to communicate data. |
| c) | Click on the start button, |
| d) | Select a tool from the session control window. |
| e) | After a connection has been established, give Habanero a couple of moments to update your collaborative environment and open the current set of active applications. |
| a) | Follow the steps in "Creating a Session". |
| b) | Start a second Client and change its port number to a different
port number from that being used by the first client. For example:
java Habanero -listen 3001 |
| c) | Using the second client, follow the steps for joining a session. |
| Running Habanero in local mode allows you to run the Client without a Server. This is useful for using the applications outside of a collaborative session, configuring session preparations and familiarizing your self with the environment. While running a session in 'local' mode, your network dependent applications will still run but the data is not be shared and is limited to your system. Use the following steps to create a 'local' session: | ||
| a) | start the Habanero Client |
|
| b) | enter a session name | |
| c) | enter "local" for the server address | |
| d) | enter a port number | |
| e) | Click on the start button, |
|
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.
|
|