Operating Systems: i5/OS
Personalize the table of contents and search results
Use the Administration Thin Client
With the Administration Thin Client, you can run the wsadmin tool
or a standalone administrative Java program with only a couple of JAR files.
This leads to a reduction in the amount of time that it takes for the wsadmin
tool to start and improved performance.
Overview
The Administration Thin Client does not support the installation
of SAR files or editing applications that use an external JACC provider, for
example, Tivoli Access Manager.
For tracing and logging information
for the Administration Thin Client, see the Enabling trace on client and stand-alone applications article.
Procedure
- Make the Administration Thin Client JAR files available by copying
them from a WebSphere Application Server environment to an environment outside
of WebSphere Application Server, for example, \MyThinClient. The Administration
Thin Client JAR files are located in one of the following locations:
- The AppServer/runtimes directory.
- The AppClient/runtimes directory, if you optionally selected
the Administration Thin Client when you installed the application client.
You must have a special license agreement to download these JAR files.
- Use the Administration Thin Client JAR files to compile and test
administration client programs. For Java applications, you can compile and
run the JAR files within a standard Java 2 Platform, Standard Edition environment.
For more information see the Compiling an application in a non-OSGi environment using scripting topic.
- If security is turned on, you will also need the following required
files:
- Copy the com.ibm.ws.security.crypto_6.1.0.jar file from either
the AppServer/plugins directory or the AppClient/plugins directory
and put it in the \MyThinClient directory.
- Copy the soap.client.props file from the AppServer\profiles\profileName\properties directory
and put it in the \MyThinClient\properties directory.
- Copy the sas.client.props file from the AppServer/profiles/profileName/properties directory
and put it to \MyThinClient\properties directory
- Copy the ssl.client.props file from either the AppServer\profiles\profileName/properties directory
or the AppClient/properties directory and put it in the \MyThinClient\properties directory. Note
that this file contains the user.root property. You must modify the
value to your thin client directory, for example, \MyThinClient.
- Copy the key.p12 file from AppServer\profiles\profileName\etc directory
and put it to C:\MyThinClient\etc directory. To do this,
copy the file to your thin client directory or run a script to generate the
file. For more information, see the following articles:
- Launch the Administration Thin Client client or run
the wsadmin tool remotely in a Java 2 Platform, Standard Edition environment.
- Deploy the stand alone JAR files and the administrative client
applications and start the applications outside of a WebSphere Application
Server environment.
}
Compiling an application in a non-OSGi environment using scripting
Running the wsadmin tool remotely in a Java 2 Platform, Standard Edition
environment
Auditing invocations of the wsadmin tool
Related Reference
Application client functions
Related information
Using scripting (wsadmin)
Enabling trace on client and stand-alone applications
Starting the wsadmin scripting client
|