JEUS Reference Book 

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 Reference Book 

Publication Date: 2018-01-31

Software Version: JEUS 8

Edition: v2.1.1


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 Client
1.10.2. JEUS MQ Server
II. Console Commands and Tools
2. Command Rules
3. Starting JEUS Server
3.1. Overview
3.2. Usage
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. Starting and Terminating Commands
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. webddgen
4.6. encryption
4.7. wsgen
4.8. wsimport
4.9. java2wsdl
4.10. wsdl2java
4.11. wsdl2uddi
4.12. xjc
4.13. schemagen
4.14. tcpmon
4.14.1. Execution
4.14.2. Using the Listener Mode
4.14.3. Using the Proxy Mode
4.14.4. Other functions
III. Ant Tasks
5. Ant Task
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 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

List of Figures

[그림 4.1] tcpmon execution screen
[그림 4.2] Scenario in which server (A) receives a SOAP request from port 8000
[그림 4.3] Listener mode input screen
[그림 4.4] Monitoring screen
[그림 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>>