#! /bin/sh
. acsstartupAcsPorts
#
# We pass down also any other command line parameter, assumed to be given as 
# Java VM configuration parameters.
# The most important is 
#    -Dobjexp.pool_timeout=<time in ms>
# to set DSI pool timeout.
# To run objexp in intrusive way you can set non-sticky mode at startup using
#    -Dobjexp.connect_non_sticky=false
# Now the default is non-sticky mode. 
export HOST=`getIP`

acsStartJava $* -DOAIAddr=$HOST si.ijs.acs.objectexplorer.ObjectExplorer BACI 
