ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzatz_5.4.0.1/51/admin/wsa.htm

54 lines
3.5 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
<LINK rel="stylesheet" type="text/css" href="../../../rzahg/ic.css">
<title>The wsadmin administrative tool</title>
</head>
<BODY>
<!-- Java sync-link -->
<SCRIPT LANGUAGE="Javascript" SRC="../../../rzahg/synch.js" TYPE="text/javascript"></SCRIPT>
<h3><a name="wsa"></a>The wsadmin administrative tool</h3>
<p>WebSphere Application Server - Express provides a command line administrative tool named wsadmin, which you can use to run administrative commands interactively or through the use of Jacl script files. The wsadmin tool uses the Bean Scripting Framework (BSF), which supports a variety of scripting languages to configure and control WebSphere Application Server - Express. In WebSphere Application Server - Express, wsadmin supports the Jacl and Jython scripting languages.</p>
<p>The wsadmin launcher makes Java objects available through language specific interfaces. Scripts use these objects for application management, configuration, operational control, and for communication with MBeans running in WebSphere server processes.</p>
<p>WebSphere Application Server - Express System Management separates administrative functions into these categories:</p>
<ul>
<li><strong>Configuration:</strong> These functions are related to the configuration of WebSphere Application Server - Express installations.</li>
<li><strong>Operation:</strong> These functions are related to the currently running objects in WebSphere Application Server - Express installations.</li>
<li><strong>Application management:</strong> These functions are related to installing, uninstalling and managing enterprise applications.</li>
</ul>
<p>These topics provide information about wsadmin and how you can use it to manage your instance of WebSphere Application Server - Express:</p>
<blockquote>
<p><strong><a href="wsarun.htm">Run the wsadmin tool</a></strong><br>
This topic describes how to start an interactive wsadmin session and other methods to invoke wsadmin commands. You can use an interactive wsadmin session to enter wsadmin commands to administer your instance of WebSphere Application Server - Express.</p>
<p><strong><a href="wsasynp.htm">Syntax and parameters</a></strong><br>
To run commands and scripts in wsadmin, you must run the <tt>wsadmin</tt> command from Qshell. See this topic for information on the syntax and parameters of the <tt>wsadmin</tt> command.</p>
<p><strong><a href="wsasecenv.htm">Use wsadmin in a secure environment</a></strong><br>
This topic describes how to run wsadmin when security is enabled for your application server.</p>
<p><strong><a href="wsaobj.htm">Scripting objects</a></strong><br>
The command line administrative client provides four objects that you can use in scripts: AdminApp, AdminControl, AdminConfig, and Help. This topic provides information about each of these objects.</p>
<p><strong><a href="wsajvprp.htm">Java properties of wsadmin</a></strong><br>
The Java properties that wsadmin uses are stored in the wsadmin.properties file. This topic describes these properties.</p>
<p><strong><a href="wsaexample.htm">Sample wsadmin commands</a></strong>
<br>This topic provides links to examples of how you can use wsadmin.</p>
<p><strong><a href="wsajacl.htm">Supported scripting languages </a></strong><br>
The wsadmin tool supports the Jacl and Jython scripting languages. This topic provides more information about these languages.</p>
</blockquote>
</body>
</html>