JEUS Applications & Deployment Guide 

JEUS 8

Restricted Rights Legend

All TmaxSoft Software(JEUS®) and documents are protected by copyright laws and international convention. TmaxSoft software and documents are made available under the terms of the TmaxSoft License Agreement and this document may only be distributed or copied in accordance with the terms of this agreement. No part of this document may be transmitted, copied, deployed, or reproduced in any form or by any means, electronic, mechanical, or optical, without the prior written consent of TmaxSoft Co., Ltd. Nothing in this software document and agreement constitutes a transfer of intellectual property rights regardless of whether or not such rights are registered) or any rights to TmaxSoft trademarks, logos, or any other brand features.

This document is for information purposes only. The company assumes no direct or indirect responsibilities for the contents of this document, and does not guarantee that the information contained in this document satisfies certain legal or commercial conditions. The information contained in this document is subject to change without prior notice due to product upgrades or updates. The company assumes no liability for any errors in this document.

Trademarks

JEUS® is registered trademark of TmaxSoft Co., Ltd.

Java and Solaris are registered trademarks of Oracle Corporation and its subsidiaries and affiliates.

Microsoft, Windows, and Windows NT are registered trademarks or trademarks of Microsoft Corporation.

HP-UX is a registered trademark of Hewlett Packard Enterprise Company.

AIX is a registered trademark of International Business Machines Corporation.

UNIX is a registered trademark of X/Open Company, Ltd.

Linux is a registered trademark of Linus Torvalds.

Other products and company names are trademarks or registered trademarks of their respective owners.

The names of companies, systems, and products mentioned in this manual may not necessarily be indicated with a trademark symbol (TM, ®).

Open Source Software Notice

Some modules or files of this product are subject to the terms of the following licenses. : APACHE2.0, CDDL1.0, EDL1.0, OPEN SYMPHONY SOFTWARE1.1, TRILEAD-SSH2, Bouncy Castle, BSD, MIT, SIL OPEN FONT1.1

Detailed Information related to the license can be found in the following directory : ${INSTALL_PATH}/lib/licenses

Document Information

Title: JEUS Applications & Deployment Guide 

Publication Date: 2018-01-31

Software Version: JEUS 8

Edition: v2.1.1


Table of Contents

About This Document
1. Application Management in a Domain Environment
1.1. Application Management
1.1.1. Two-phase Deployment
1.1.2. Application ID
1.1.3. Application Status
1.1.4. Directory Structure to Manage Applications
1.1.5. Application Targets
1.2. Deployment to Managed Servers
1.2.1. Run-time Deployment
1.2.2. Boot-time Deploy
1.2.3. Application Synchronization
1.3. Automatic Redeployment
1.4. Deployment for Directory Type Applications
1.5. Application Repositories
1.5.1. Adding, Deleting, and Searching Application Repositories
1.5.2. Deploying Applications in an Application Repository
1.6. Application Deployment by Specifying a Path
1.7. Deployment Staging Mode
1.8. Application Undeployment
2. Graceful Undeployment and Redeployment
2.1. Graceful Undeployment
2.2. Graceful Redeployment
2.2.1. Requirements for Graceful Redeployment
2.2.2. Considerations for Graceful Redeployment
2.2.3. Graceful Redeployment Execution
2.2.4. Graceful Redeployment of Web Applications
2.2.5. Graceful Redeployment of EJB Applications
2.2.6. Graceful Redeployment of EAR Applications
3. Applications
3.1. Modules and Applications
3.1.1. Modules
3.1.2. Applications
3.2. Deployment Descriptor (DD)
3.3. Application Libraries
3.3.1. The lib/application Directory
3.3.2. Shared Library
3.3.3. Library Deployment
4. Application Implementation and Deployment
4.1. Application Implementation
4.2. Deployment Commands
4.3. Controlling and Monitoring Applications with WebAdmin
4.3.1. Installing Applications on a Domain
4.3.2. Uninstalling Applications From a Domain
4.3.3. Deploying Applications
4.3.4. Redeploying Applications
4.3.5. Undeploying Applications
4.3.6. Starting Applications
4.3.7. Suspending Applications
4.3.8. Adding a Server as a Target of Running Applications
4.3.9. Removing a Target Server of Running Applications
4.3.10. Checking for Information about Applications
4.4. Stage Mode Deployment
4.5. Application Deployment by Using a Deployment Plan
4.5.1. Configuring a Deployment Plan and Operation Methods
4.5.2. Installing a Deployment Plan
4.5.3. Verifying an Installed Deployment Plan
4.5.4. Deployment Using a Deployment Plan
4.5.5. Verifying an Application-Applied Deployment Plan
4.5.6. Uninstalling a Deployment Plan
4.5.7. Redeploying a Deployment Plan
용어해설
Index

List of Figures

[Figure 1.1] An Error Which Occurs When a Web Module in DISTRIBUTED Receives a Request
[Figure 1.2] The Life Cycle of Applications on a Domain
[Figure 1.3] The Life Cycle of Applications on a Server
[Figure 1.4] Domain's INSTALL_HOME Directory
[Figure 1.5] Application Repository Directory Added in a Domain
[Figure 1.6] Image Directory of an ear Application Deployed on a Server
[Figure 1.7] gen Directory of an ear Application Deployed on a Server
[Figure 2.1] Graceful Undeployment of an EAR Application
[Figure 3.1] Java EE Modules and Applications
[Figure 3.2] .ear Archive
[Figure 3.3] Managing Libraries
[Figure 3.4] Dependent Library Setting
[Figure 4.1] Deployed Application
[Figure 4.2] Checking Application Configuration Information in WebAdmin
[Figure 4.3] Checking Application Configuration Information in WebAdmin
[Figure 4.4] Checking EJB Module Information
[Figure 4.5] Checking Information about Beans of an EJB Module
[Figure 4.6] Checking Information about Servlet of a Web Module
[Figure 4.7] Checking the Web Module's Servlet Request Thread Information
[Figure 4.8] WebAdmin - Stage Mode Deployment

List of Examples

[Example 1.1] A Client Exception for When an EJB Module in DISTRIBUTED State Receives a Request
[Example 1.2] A Log Message Displayed When All Retries for Deployment Fail
[Example 1.3] A Log Message Displayed When a Target is a Server Included in a Cluster
[Example 3.1] Registering Shared Libraries: <<libraries.xml>>
[Example 3.2] The <files> Tag for Shared Libraries
[Example 4.1] <<application.xml>>