#!/usr/bin/qsh
#
# //  DESCRIPTION:
# //      Script file used to verify the initial configuration
# //      for an instance.

. $(/usr/bin/dirname $0)/setupCmdLine

${JAVA_HOME}/bin/java ${JAVA_PARM} \
  -Dwas.home=${WAS_INSTALL_ROOT} \
  com.ibm.ws.bootstrap.WSLauncher \
  com.ibm.websphere.ivt.client.IVTClient "$@"



  