ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzamy_5.4.0.1/50/admin/antstart.htm

34 lines
1.3 KiB
HTML
Raw Normal View History

2024-04-02 14:02:31 +00:00
<!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>Start ws_ant</title>
</head>
<BODY>
<!-- Java sync-link -->
<SCRIPT LANGUAGE="Javascript" SRC="../../../rzahg/synch.js" TYPE="text/javascript"></SCRIPT>
<h4><a name="antstart"></a>Start ws_ant</h4>
<p>To run a WebSphere Application Server - Express ANT task using the ws_ant script, follow these steps:</p>
<ol>
<li><p>Enter the Start Qshell (STRQSH) command on an CL command line.</p></li>
<li><p>Use the cd command to change to the /QIBM/ProdData/WebASE/ASE5/bin directory.</li>
<li><p>At the Qshell prompt, enter this command:</p>
<pre>ws_ant <em>target</em> -buildfile <em>buildfile</em> -instance <em>instance</em></pre>
<p>where <em>target</em> is the name of the target to run, <em>buildfile</em> is name of the file that contains the target definition, and <em>instance</em> is the name of the instance you want to administer.</p></li>
</ol>
<p>See <a href="antsyntax.htm">Syntax and parameters</a> for information on other parameters available with the ws_ant script.</p>
<p>See <a href="anttasks.htm">ANT tasks</a> for information on the tasks provided.</p>
</body>
</html>