Contained WithinFind More DocumentationFeatured Support Resources | Download this book in PDF (1365 KB)
Tools for DeploymentThis section discusses the various tools that can be used to deploy modules and applications. The deployment tools include: The asant UtilityThe asant utility can help you assemble and deploy modules and applications. For details, see Chapter 3, The asant Utility, in Sun Java System Application Server 9.1 Developer’s Guide. JSR 88You can write your own JSR 88 client to deploy applications to the Application Server. For more information, see the JSR 88 page at http://jcp.org/en/jsr/detail?id=88. The syntax of the URI entry for the getDeploymentManager method is as follows: deployer:Sun:AppServer::admin-host:admin-port[:https] The :https is not needed by default in the developer profile and needed by default in the cluster profile. For example: deployer:Sun:AppServer::localhost:4848:https See Naming Standards for application and module naming considerations. The asadmin Deployment CommandsYou can use the asadmin deploy or asadmin deploydir command to deploy or undeploy applications and individually deployed modules on local servers. For details, see Directory Deployment and the Sun Java System Application Server 9.1 Reference Manual. The asadmin deploydir command is available only on the default server instance. To deploy a lifecycle module, see Deploying a Lifecycle Module. The Admin Console Deployment PagesYou can use the Admin Console to deploy modules and applications to both local and remote Application Server sites.
|