39 lines
2.1 KiB
HTML
39 lines
2.1 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>Deploy Web services</title>
|
|
</head>
|
|
|
|
<BODY>
|
|
<!-- Java sync-link -->
|
|
<SCRIPT LANGUAGE="Javascript" SRC="../../../rzahg/synch.js" TYPE="text/javascript"></SCRIPT>
|
|
|
|
<h2><a name="wsdep"></a>Deploy Web services</h2>
|
|
|
|
<p>You can use either the HTTP Server Administration interface, the administrative console or the wsadmin scripting interface to deploy a J2EE Web service.</p>
|
|
|
|
<p><strong>Note:</strong> If the Web services in the application is previously deployed with the wsdeploy command, it is not necessary to specify Web services deployment during installation.</p>
|
|
|
|
<p><strong>Use the HTTP Server Administration interface</strong></p>
|
|
<p>To deploy the Web services-enabled application with the HTTP Server Administration interfaces, follow the installation process in <a href="../admin/guidplyapp.htm">Deploy and start a new application</a>.</p>
|
|
|
|
<p><strong>Use the administrative console</strong></p>
|
|
<p>To deploy the Web services-enabled application with the administrative console, follow the installation process in <a href="../admin/acappinst.htm">Install and uninstall applications with the WebSphere administrative console</a>. In step 1 of the <strong>Install New Application</strong> wizard, select <strong>Deploy WebServices</strong>.</p>
|
|
|
|
<p><strong>Use wsadmin</strong></p>
|
|
<p>To deploy the EAR file with wsadmin, follow these steps:</p>
|
|
|
|
<ol>
|
|
<li><a href="../admin/wsarun.htm">Start wsadmin</a>.</li>
|
|
<li>At the wsadmin prompt, run the $AdminApp install command. You must specify the -deployws parameter. In this example, myWSApp is the name of the Web services-enabled EAR file:
|
|
<pre>$AdminApp install myWSApp "-usedefaultbindings -deployws"</pre></li>
|
|
</ol>
|
|
|
|
<p>For information on deploying SOAP Web services, see <a href="wssoapdc.htm">Deploy a programming component as a SOAP accessible Web service</a> (Versions 5.0 and 5.0.1 only)</p>
|
|
|
|
</body>
|
|
</html>
|