ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzatz_5.4.0.1/51/program/pgmdeploy.htm

26 lines
2.1 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>Step 5: Deploy your application</title>
</head>
<BODY>
<!-- Java sync-link -->
<SCRIPT LANGUAGE="Javascript" SRC="../../../rzahg/synch.js" TYPE="text/javascript"></SCRIPT>
<h2><A NAME="pgmdeploy"></A>Step 5: Deploy your application</h2>
<p>After you develop and assemble your application, you can deploy it in your application server. Application deployment involves installing the application files on the application server and configuring the application for the particular operational environment.</p>
<p>When you assemble the application, you must generate a deployment descriptor. A deployment descriptor is an XML file that contains instructions on how to deploy the application, without regard to the operational environment. When you deploy the application, you provide the specific information that is required for the application to run in your environment.</p>
<p>For example, when you develop the application, you can define security roles in the deployment descriptor. When you deploy the application into your application server run time, you map these security roles to specific users or groups that exist in your environment.</p>
<p>After you deploy an application, you may decide to change the application. For example, if you want to add a new Web module, you must assemble the application with the new module. After you assemble the changed application, use the HTTP Server Administration interface to install the changes into the run time. The changed version includes its own deployment descriptor, and may require that you specify additional configuration information. When you deploy the changed version, the HTTP Server Administration interface merges configuration information for both versions.</p>
<p>For information on how to deploy applications, see <a href="../admin/guidplyapp.htm">Deploy and start a new application</a> in the <em>Administration</em> topic.</p>
</body>
</html>