Appendix A. Silent Installation Properties File

Table of Contents

A.1. UNIX
A.2. Windows

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

A.1. UNIX

Configure webtob.properties as follows in UNIX.

INSTALLER_UI=Silent
CHOSEN_INSTALL_SET={WebtoB|Servlet}
USER_INSTALL_DIR=install-dir-path
JAVA_HOME_1=jdk-dir-path
USER_INPUT_PASSWD=user-password 
INPUT_DOMAIN_NAME_1=input-domain-name 
ItemDescription
INSTALLER_UISet to Silent for the installation in silent mode.
CHOSEN_INSTALL_SET

Installation option.

  • WebtoB: install only WebtoB. (Default value)

  • Servlet: install both WebtoB and Servlet Engine.

USER_INSTALL_DIRWebtoB installation path.
JAVA_HOME_1JDK path used in Servlet Engine.
USER_INPUT_PASSWDServlet Engine administrator password.
INPUT_DOMAIN_NAME_1Domain name used in Servlet Engine.

The following is an example webtob.properties which can be used to install WebtoB in UNIX.

INSTALLER_UI=Silent
CHOSEN_INSTALL_SET=WebtoB
USER_INSTALL_DIR=/home/webtob/webtob

The following is an example webtob.properties which can be used to install WebtoB and Servlet Engine in UNIX.

INSTALLER_UI=Silent
CHOSEN_INSTALL_SET=Servlet
USER_INSTALL_DIR=/home/webtob/webtob

JAVA_HOME_1=/usr/jdk1.6.0_07
USER_INPUT_PASSWD=1111111
INPUT_DOMAIN_NAME_1=jeus_domain

A.2. Windows

Configure webtob.properties as follows in Windows.

INSTALLER_UI=Silent
CHOSEN_INSTALL_SET={WebtoB|Servlet}
USER_INSTALL_DIR=install-dir-path
MS_PARENT_DIR=ms-parent-dir-path
USER_INPUT_PASSWD=user-password
INPUT_DOMAIN_NAME_1=input-domain-name 
ItemDescription
INSTALLER_UISet to Silent for the installation in silent mode.
CHOSEN_INSTALL_SET

Installation option.

  • WebtoB: install only WebtoB. (Default value)

  • Servlet: install both WebtoB and Servlet Engine.

USER_INSTALL_DIRWebtoB installation path.
MS_PARENT_DIRJDK path used in Servlet Engine.
USER_INPUT_PASSWDServlet Engine administrator password.
INPUT_DOMAIN_NAME_1Domain name used in Servlet Engine.

The following is an example webtob.properties which can be used to install WebtoB in Windows.

INSTALLER_UI=Silent
CHOSEN_INSTALL_SET=WebtoB
USER_INSTALL_DIR=C:\\TmaxSoft\\WebtoB5.0

The following is an example webtob.properties which can be used to install WebtoB and Servlet Engine in Windows.

INSTALLER_UI=Silent
CHOSEN_INSTALL_SET=Servlet
USER_INSTALL_DIR=C:\\TmaxSoft\\WebtoB5.0

MS_PARENT_DIR=C:\\Program Files\\Java\\jdk1.7.0_79
USER_INPUT_PASSWD=1111111
INPUT_DOMAIN_NAME_1=jeus_domain