JEUS Reference Book 

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

Document Created: 2017-03-13

Software Version: JEUS v7.0 Fix #4

Document Version: v2.1.6


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.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
1.11. GMS System Properties
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. JMS Engine Commands
4.2.10. Data Source Commands
4.2.11. Connection Pool Controlling and Monitoring Commands
4.2.12. Transaction Commands
4.2.13. Security Commands
4.2.14. Node Management Commands
4.2.15. Node Manager Commands
4.2.16. Configuration Editing Commands
4.2.17. Executing Commands Using JSON
4.2.18. 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

[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 Tables

[Table 4.1] ejbddinit property
[Table 4.2] Patterns that support export-name
[Table 5.1] create-domain Task Properties
[Table 5.2] boot Task Properties
[Table 5.3] down Task Properties
[Table 5.4] appcompiler Ant Task properties
[Table 5.5] ejbddinit Ant Task properties
[Table 5.6] The setting of ejbddinit properties in the ejbddinit property files and the ejbddinit Ant script
[Table 5.7] java2wsdl Ant Task properties
[Table 5.8] wsdl2java Task properties
[Table 5.9] wsdl2java Task - mapping element properties
[Table 5.10] wsgen Task properties
[Table 5.11] wsimport Task properties
[Table 5.12] xjc Task properties
[Table 5.13] schemagen Task properties
[Table 5.14] wsgen plugin properties
[Table 5.15] wsimport plugin properties

List of Examples

[Example 5.1] boot & down Ant task build file example
[Example 5.2] appcompiler Ant Task build file example
[Example 5.3] ejbddinit Ant script example
[Example 5.4] java2wsdl Ant Task build file example
[Example 5.5] wsdl2java Ant Task build file example
[Example 5.6] wsgen Ant Task build file example
[Example 5.7] wsimport Ant Task build file example
[Example 5.8] xjc Ant Task build file example
[Example 5.9] schemagen Ant Task build file example
[Example 5.10] wsgen plugin pom file example
[Example 5.11] wsimport plugin pom file example