This topic provides the steps necessary to run Thin application client code on a server machine. You must install WebSphere Application Server before performing this task.
. app_server_root/bin/setupClient [-profileName profileName]
javac -J-Djava.version=1.5 -classpath "$WAS_CLASSPATH:jars_and_classes" -extdirs $WAS_EXT_DIRS app_class.java
java ${JAVA_FLAGS_EXT} -classpath "$WAS_CLASSPATH:jars_and_classes" -Djava.naming.provider.url=URL class_name app_parmWhen using the WebSphere Application Server launcher, run the following command on a Qshell command line:
java ${JAVA_FLAGS_EXT} -classpath "$WAS_CLASSPATH:jars_and_classes" -Djava.naming.provider.url=URL com.ibm.ws.bootstrap.WSLauncher class_name app_parm
View the Samples
gallery for more information about the Application Client.