Broadway Server Installation and
Configuration
Requirements
- 20 Mo minimum on the hard disk
- 32 Mo RAM
- Java 1.1 must be installed
- the communication ports on the machine running the server
must be accessible from the clients.
Installation of the distribution
The filename is broadway.tar.gz.
- uncompress the distribution file :
gunzip broadway.tar.gz
- choose a destination directory, a sub-directory
broadway will be created automatically
- untar the file :
tar -xf broadway.tar <destination-dir>
The README file
Additional installation steps and release notes may be
provided here.
Modification of the start script
The start script is located in the directory broadway.
You must modify the following variables :
-
# java home path
-
JAVA_HOME=/usr/local/java
-
# broadway home path
-
BROADWAY_HOME=/0/aid/local/broadway
-
# name of the host
-
REGISTRY_HOST=machine.inria.fr
-
# Set these variables if you are using a
firewall
-
SUB_PROXY=true
-
SUB_PROXY_PORT=8080
-
SUB_PROXY_HOST=proxy.inria.fr
-
# port of the broadway proxy
-
PROXY_PORT= XXXX
-
#flag to log RMI calls
-
LOG_CALLS=false
-
# port used for the RMI registry
-
REGISTRY_PORT= XXXX
-
|
Starting the server
- go to the release directory broadway
- start the script :
./start
- to quit just type Ctrl-C
Brigitte
Trousse
Last modified: Mon Dec 2 19:01:18 MET 2002