#!/usr/bin/qsh
# // THIS PRODUCT CONTAINS RESTRICTED MATERIALS OF IBM
# // 5724-I63, 5724-H88, 5655-N01, 5733-W61 (C) COPYRIGHT International Business Machines Corp., 1997,2006
# // All Rights Reserved * Licensed Materials - Property of IBM
# // US Government Users Restricted Rights - Use, duplication or disclosure
# // restricted by GSA ADP Schedule Contract with IBM Corp.
#
# //  DESCRIPTION:
# //  Script file used to change the SDK used by this product, specific profiles and application servers.
. $(/usr/bin/dirname $0)/setupCmdLine 
 
${JAVA_HOME}/bin/java ${JAVA_PARM} \
  ${JAASSOAP} \
  -Xmx128m \
  -DKeepProfileName=true \
  -Dcom.ibm.ws.sdk.whoCalledMe=managesdk \
  -Djava.util.logging.manager=com.ibm.ws.bootstrap.WsLogManager \
  -Djava.util.logging.configureByServer=true \
  -DtraceSettingsFile=${WAS_HOME}/properties/sdk/SdkTraceSettings.properties \
  com.ibm.wsspi.bootstrap.WSPreLauncher -nosplash -application \
  com.ibm.ws.bootstrap.WSLauncher \
  com.ibm.ws.runtime.ManageSDK "$@"