Appendix D. Properties File for Silent Mode

Table of Contents

D.1. UNIX
D.2. Windows

This appendix describes how to configure the properties file used to install JEUS in silent mode.

Note

1. A blank space must not exist after each property value in the properties file.

2. The items and values in the properties file are case-sensitive.

D.1. UNIX

Configure the properties file as follows in UNIX for the silent mode installation.

INSTALLER_UI=Silent
OS_CONSOLE_CHOOSE=["1"~"10"]
INPUT_KERNEL=[0|1]
USER_INSTALL_DIR=user_install_path
FIND_JAVA_HOME_1=user_java_path
INPUT_DOMAIN_NAME_1=domain_name 
CHOSEN_INSTALL_SET=[DAS|MS]
NODE_MANAGER=[java|ssl]
USER_INPUT_PASSWD=user_input_passwd
PRODUCTION_MODE=[true|false] 
ItemDescription
OS_CONSOLE_CHOOSE

Platform. Select one of the following:

  • 1: HP-UX PA-RISC

  • 2: HP-UX Itanium

  • 3: Solaris UltraSPARC

  • 4: Solaris x86

  • 5: Solaris x64

  • 6: AIX 5.x, 6.x, 7.x PowerPC

  • 7: Linux Itanium

  • 8: Linux x86

  • 9: Linux x64

  • 10: Linux PowerPC 64

Numbers must be enclosed with double quotes (" ").

INPUT_KERNEL

OS kernel bit.

  • 0: 32-bit

  • 1: 64-bit

USER_INSTALL_DIRJEUS installation path. Enter one slash between directories.
FIND_JAVA_HOME_1JDK path. Enter one slash between directories.
INPUT_DOMAIN_NAME_1Domain name.
CHOSEN_INSTALL_SET

Type of server to install. Only uppercase is allowed.

  • DAS: Domain Admin Server (Default value)

  • MS: Managed Server

NODE_MANAGER

Node manager. Only lowercase is allowed.

USER_INPUT_PASSWDPassword. It must be at least 7 characters. It is encoded with Base64.
PRODUCTION_MODE

Option to use Production Mode. Only lowercase is allowed.

Production Mode does not use JEUS Hot Swap and Automatic Reloading. If a demo license is used, a warning message is displayed.

  • true

  • false

The following is a sample properties file.

INSTALLER_UI=Silent
OS_CONSOLE_CHOOSE="2"
INPUT_KERNEL=1
USER_INSTALL_DIR=/data2/jeustest/jeus7
FIND_JAVA_HOME_1=/opt/java6
INPUT_DOMAIN_NAME_1=jeus_admin
CHOSEN_INSTALL_SET=DAS
NODE_MANAGER=java
USER_INPUT_PASSWD=jeusadmin
PRODUCTION_MODE=true 

D.2. Windows

Configure the properties file as follows in Windows for the silent mode installation.

INSTALLER_UI=Silent
USER_INPUT_KERNEL=[32|64]
USER_INSTALL_DIR=user_install_path
MS_PARENT_DIR=ms_parent_java_path
INPUT_DOMAIN_NAME_1=domain_name 
CHOSEN_INSTALL_SET=[DAS|MS]
NODE_MANAGER=[java|ssl]
USER_INPUT_PASSWD=user_input_passwd
PRODUCTION_MODE=[true|false] 
ItemDescription
USER_INPUT_KERNEL

OS kernel bit.

  • 32: 32-bit

  • 64: 64-bit

USER_INSTALL_DIRJEUS installation path. Enter two backslashes between directories.
MS_PARENT_DIRJDK path. Enter two backslashes between directories.
INPUT_DOMAIN_NAME_1Domain name.
CHOSEN_INSTALL_SET

Type of server to install. Only uppercase is allowed.

  • DAS: Domain Admin Server (Default value)

  • MS: Managed Server

NODE_MANAGER

Node manager. Only lowercase is allowed.

USER_INPUT_PASSWDPassword. It must be at least 7 characters. It is encoded with Base64.
PRODUCTION_MODE

Option to use Production Mode. Only lowercase is allowed.

Production Mode does not use JEUS Hot Swap and Automatic Reloading. If a demo license is used, a warning message is displayed.

  • true

  • false

The following is a sample properties file.

INSTALLER_UI=Silent
USER_INPUT_KERNEL=64
USER_INSTALL_DIR=D:\\TmaxSoft\\jeus7
MS_PARENT_DIR=C:\\Program Files\\Java\\jdk1.6.0_80
INPUT_DOMAIN_NAME_1=jeus_domain
CHOSEN_INSTALL_SET=DAS
NODE_MANAGER=java
USER_INPUT_PASSWD=jeusadmin
PRODUCTION_MODE=true