Table of Contents
This appendix describes how to configure the webtob.properties file used to install WebtoB in silent mode.
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
Item | Description |
---|---|
INSTALLER_UI | Set to Silent for the installation in silent mode. |
CHOSEN_INSTALL_SET | Installation option.
|
USER_INSTALL_DIR | WebtoB installation path. |
JAVA_HOME_1 | JDK path used in Servlet Engine. |
USER_INPUT_PASSWD | Servlet Engine administrator password. |
INPUT_DOMAIN_NAME_1 | Domain 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
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
Item | Description |
---|---|
INSTALLER_UI | Set to Silent for the installation in silent mode. |
CHOSEN_INSTALL_SET | Installation option.
|
USER_INSTALL_DIR | WebtoB installation path. |
MS_PARENT_DIR | JDK path used in Servlet Engine. |
USER_INPUT_PASSWD | Servlet Engine administrator password. |
INPUT_DOMAIN_NAME_1 | Domain 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