domain-config-template.properties Configuration
This appendix describes how to configure the domain-config-template.properties file required for JEUS installation.
The following is the default configuration screen of the domain-config-template.properties file.
#============================================================================= # [Default configuration template] # This template will be used when generating default domain-configurations via admin # tool(e.g. create-domain). # # System admin can modify this to change the default template if needed. # Do not modify option name. #============================================================================= # Default option values. You can input your options. domain=domain1 productionmode=true domain.admin.server.name=adminServer cloud.server.name=server domain.admin.server.jvm.config=-Xmx1024m -XX:MaxMetaspaceSize=512m domain.admin.server.jeus.port=9736 domain.admin.server.http.port=8088 transport.type=HYBRID transport.address=230.30.1.1 transport.port=12488 # password's plain text is jeus. # If you want to set encrypted password, change it by set-password command with algorithm option in jeusadmin jeus.password={SHA-256}UyhKRdViLWdFJefDZhJXWtqIJ55ByAl4jldD6hlcuIg= jeus.username=jeus # Node configuration nodename=node1 # Other configuration jeus.lang=ko jvm.vendor=Sun # If you want to set native library folder manually, define "source" to name of folder in JEUS_HOME/setup/lib_native #source=sunos_64 # target xsd file for config (default: jeus-domain.xsd,security-domains.xsd,jeus-nodes.xsd,jeus-po-service-model.xsd) source.schemas=jeus-domain.xsd,security-domains.xsd,jeus-nodes.xsd,jeus-po-service-model.xsd
The following describes the key configuration items.
Item | Description |
---|---|
domain |
Domain name. |
productionmode |
|
domain.admin.server.name |
Master Server name. |
domain.admimn.server.jvm.config |
Jvm option of the Master Server. |
domain.admin.server.jeus.port |
BASE Port of the Master Server. |
domain.admin.server.http.port |
HTTP port of the Master Server. |
transport.type |
Sets the transport type.
|
transport.address, transport.port |
Address and port value required for the selected transport type. |
jeus.password |
Password for the administrator account. |
jeus.username |
ID for the administrator account. |
nodename |
Sets the information for the server classified under the node. |