#!/usr/bin/qsh
#
# //  DESCRIPTION:
# //      Script file used to show the activity log.

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

${JAVA_HOME}/bin/java ${JAVA_PARM} \
  com.ibm.wsspi.bootstrap.WSPreLauncher -nosplash -application \
  com.ibm.ws.bootstrap.WSLauncher \
  com.ibm.ws.runtime.ShowLog "$@"
