JEUS Reference Book 

JEUS 8 Fix#1

Document Information

Title: JEUS Reference Book 

Publication Date: 2019-08-02

Software Version: JEUS 8 Fix#1

Edition: v2.1.2

Website

http://www.tmaxsoft.com

Copyright Notice

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.

Noto is a trademark of Google Inc. Noto fonts are open source. All Noto fonts are published under the SIL Open Font License, Version 1.1. (https://www.google.com/get/noto/)

(https://www.google.com/get/noto/)

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


Table of Contents

About This Document
I. System Properties
1. System Properties
1.1. Overview
1.2. Server System Properties
1.3. Network System Properties
1.4. JNDI System Properties
1.5. Transaction System Properties
1.5.1. System Properties for TM Clients
1.5.2. System Properties for Backward Compatibility
1.6. Web Engine Properties
1.6.1. Web Engine Level Properties
1.6.2. Virtual Host Level Properties
1.6.3. Web Application Level Properties
1.7. Session Server System Properties
1.8. EJB System Properties
1.8.1. EJB System Properties
1.8.2. JPA System Properties
1.8.3. RMI system properties
1.9. Security System Properties
1.9.1. Standard Java SE & Java EE Security System Properties
1.9.2. JEUS Security System Properties
1.10. JEUS MQ System Properties
1.10.1. JEUS MQ Server
1.10.2. JEUS MQ Client
1.11. Deployment System Properties
1.12. Console System Properties
1.13. Node Manager System Properties
II. Console Commands and Tools
2. Command Rules
3. Starting and Ending JEUS Servers
3.1. Overview
3.2. Usage
3.2.1. Starting DAS
3.2.2. Starting MS
3.2.3. Starting Cloud Servers
3.2.4. Ending Servers
3.3. Entering Master Password
3.4. Executing JEUS Server in Debug Mode
4. Console Tools
4.1. Overview
4.2. jeusadmin
4.2.1. Commands for Starting and Ending jeusadmin
4.2.2. Local Commands
4.2.3. Server Management Commands
4.2.4. Domain Configuration Commands
4.2.5. Thread Management Commands
4.2.6. Application Commands
4.2.7. EJB Engine Commands
4.2.8. Web Engine Commands
4.2.9. Session Commands
4.2.10. JMS Engine Commands
4.2.11. Data Source Commands
4.2.12. Connection Pool Controlling and Monitoring Commands
4.2.13. Transaction Commands
4.2.14. Security Commands
4.2.15. Node Management Commands
4.2.16. Node Manager Commands
4.2.17. Configuration Editing Commands
4.2.18. Executing Commands Using JSON
4.2.19. How to Use Script Mode and How to Write Scripts
4.3. appcompiler
4.4. ejbddinit
4.5. encryption
4.6. java2wsdl
4.7. schemagen
4.8. tcpmon
4.8.1. Execution
4.8.2. Using the Listener Mode
4.8.3. Using the Proxy Mode
4.8.4. Other functions
4.9. webddgen
4.10. wsgen
4.11. wsimport
4.12. wsdl2java
4.13. wsdl2uddi
4.14. xjc
III. Ant Tasks
5. Ant Tasks
5.1. Overview
5.2. Setup Ant Task
5.2.1. create-domain
5.3. Server Control Ant Task
5.3.1. boot
5.3.2. down
5.3.3. Execution
5.4. EJB Ant Task
5.4.1. appcompiler
5.4.2. ejbddinit
5.5. Web Service Ant Task
5.5.1. java2wsdl
5.5.2. wsdl2java
5.5.3. wsgen
5.5.4. wsimport
5.5.5. xjc
5.5.6. schemagen
5.6. Web Service Maven PluginMaven Plugin
5.6.1. wsgen
5.6.2. wsimport
5.7. Executing jeusadmin Commands
5.8. Maven Plugin
5.8.1. Installation
5.8.2. Maven Plugin Goals
Index

List of Figures

[Figure 4.1] tcpmon execution screen
[Figure 4.2] Scenario in which server (A) receives a SOAP request from port 8000
[Figure 4.3] Listener mode input screen
[Figure 4.4] Monitoring screen
[Figure 4.5] tcpmon receives a query through port 9000, and transmits it to port 8000 in A
[Figure 5.1] wsdl2java Task Structure

List of Examples

[Example 5.1] boot & down Ant Task Build File Example: <<build.xml>>
[Example 5.2] appcompiler Ant Task Build File Example: <<build.xml>>
[Example 5.3] ejbddinit Ant Script Example
[Example 5.4] java2wsdl Ant Task Build File Example: <<build.xml>>
[Example 5.5] wsdl2java Ant Task Build File Example: <<build.xml>>
[Example 5.6] wsgen Ant Task Build File Example: <<build.xml>>
[Example 5.7] wsimport Ant Task Build File Example: <<build.xml>>
[Example 5.8] xjc Ant Task Build File Example: <<build.xml>>
[Example 5.9] schemagen Ant Task Build File Example: <<build.xml>>
[Example 5.10] wsgen plugin pom File Example: <<pom.xml>>
[Example 5.11] wsimport plugin pom File Example: <<pom.xml>>