JEUS Applications and Deployment Guide 

JEUS v7.0 Fix #4

Restricted Rights Legend

All TmaxSoft Software (Tmax®) 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 may only be used 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. Other products, titles or services may be registered trademarks of their respective companies.

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

Document Name: JEUS Applications and Deployment Guide 

Document Created: 2017-03-13

Software Version: JEUS v7.0 Fix #4

Document Version: v2.1.6


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 Deployment
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. Precondition for Executing 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
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. Deploying In Staging Mode
4.5. Deploying Applications Using a Deployment Plan
4.5.1. Deployment Plan Configurations and Operation Methods
4.5.2. Deployment Plan Install
4.5.3. Installed Deployment Plan Verification
4.5.4. Deployment Using Deployment Plan
4.5.5. Verification of Application-Applied Deployment Plan
4.5.6. Deployment Plan Uninstallation
4.5.7. Deployment Plan and Redeployment
Glossary
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 4.1] Deployed Application
[Figure 4.2] Checking Deployment 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 - Staging Mode Deploy

List of Tables

[Table 3.1] Deployment Descriptors for Each Module
[Table 4.1] Application Related Commands

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] Deploying Applications Installed on a Domain
[Example 4.2] Deploying Applications from an Application Repository
[Example 4.3] Deploying an Application by Specifying a Path
[Example 4.4] Checking Application Information using Console Tool
[Example 4.5] Staging Mode Deployment Using Console Tool