dumpNameSpace.sh
#!/bin/sh # Copyright IBM Corp. 2000-2001 binDir=`dirname $0` . "$binDir/setupCmdLine.sh" "$JAVA_HOME/bin/java" \ "$CLIENTSAS" \ "-Xbootclasspath/p:$WAS_BOOTCLASSPATH" \ "-Dserver.root=$WAS_HOME" \ "-Dws.ext.dirs=$WAS_EXT_DIRS:$WAS_USER_DIRS" \ -classpath "$WAS_CLASSPATH" com.ibm.ws.bootstrap.WSLauncher \ com.ibm.websphere.naming.DumpNameSpace "$@" exit 0