Running the Pluggable Application Client code

This topic provides steps for installing and using the Pluggable Application Client.

Before you begin

Remember: The Pluggable Application Client is available only on Windows® systems.
Both Java Platform, Enterprise Edition (Java EE) application clients and Thin application clients can access JMS resources provided by the default messaging provider.
Important: The Pluggable Application Client is deprecated. It is replaced by the stand-alone thin client, IBM® Thin Client for EJB.

Procedure

  1. Install the Pluggable Application Client.

    Read Installing and uninstalling the Pluggable Application Client for WebSphere Application Server for more information,

  2. Set the Java application pluggable client environment by using the setupClient command.
  3. Add your specific Java client application JAR files to the CLASSPATH and start your Java client application from this environment, after setting the environment variables.
  4. Run a Java command to invoke your client application.
    "%JAVA_HOME%\bin\java" %WAS_LOGGING% -Djava.security.auth.login.config=
    "%app_client_root%\properties\wsjaas_client.conf"
    -classpath "%WAS_CLASSPATH%;<list_of_your_application_jars_and_classes> 
    -Djava.ext.dirs="%JAVA_JRE%\lib\ext;%WAS_EXT_DIRS%;%WAS_HOME%\plugins;%WAS_HOME%\lib\WMQ\java\lib" 
    -Djava.naming.provider.url=iiop://<your_application_client_machine_name> 
    -Djava.naming.factory.initial=com.ibm.websphere.naming.WsnInitialContextFactory 
    -Djava.endorsed.dirs="%WAS_ENDORSED_DIRS%"
    %CLIENT_ROOT% %CLIENTSAS% %CLIENTSSL% <fully_qualified_class_name_to_run>



In this information ...


IBM Redbooks, demos, education, and more

(Index)

Use IBM Suggests to retrieve related content from ibm.com and beyond, identified for your convenience.

This feature requires Internet access.

Task topic Task topic    

Terms of Use | Feedback

Last updatedLast updated: Sep 19, 2011 6:15:55 PM CDT
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=matt&product=was-express-dist&topic=tcli_developpluggable
File name: tcli_developpluggable.html