#! /bin/ksh
#
# This script executes the OrbixWeb daemon using the Java Run Time Environment
# (jre).
#
# This script must reside in the bin sub-directory of the DOC directory tree.

script_path=`whence $0` >/dev/null 2>&1
script_home=`dirname $script_path`

. $script_home/../set_doc_envs.sh

exec $script_home/doc_java $script_home -Dorbixweb.server_name=IT_daemon -Dorbixweb.server_comms=tcp -Dorbixweb.server_code=xdr IE.Iona.OrbixWeb.Activator.orbixd $*
