[Prev] [Top] (6 out of 6)

User

Starting Sapphire/Web

It is recommended that the following environment be added to each user's system startup file. C shell uses.cshrc; Bourne Shell uses.profile.

Set the environment variable SAPPHIRE to the directory in which Sapphire/Web is installed.

C Shell
	setenv SAPPHIRE sapphire_home
Bourne/Korn Shell
	SAPPHIRE=sapphire_home; export SAPPHIRE
Add the directory $SAPPHIRE/bin to your path

C Shell
	set path=($SAPPHIRE/bin $path)
Bourne/Korn Shell
	PATH=$SAPPHIRE/bin:$PATH; export PATH
Set the environment variable DSQLDIR to the directory in which Sapphire/Web will locate Data Objects:
	mkdir $HOME/dsql
C Shell
	setenv DSQLDIR $HOME/dsql
Bourne/Korn Shell
	DSQLDIR=$HOME/dsql; export DSQLDIR
Set the environment variable ORB_HOST to the host running the Sapphire/Gateway daemon. If it is the same machine on which you will start the tool, this step may be skipped.
C Shell
	setenv ORB_HOST hostname
Bourne/Korn Shell
ORB_HOST=hostname; export ORB_HOST
Start the Tool by typing:
$SAPPHIRE/bin/saweb &






[Prev] [Top] (6 out of 6)