uCosminexus Application Server, System Setup and Operation Guide

[Contents][Glossary][Index][Back][Next]

Appendix A.2 Parameters for which the values other than the default values are set by using the Setup Wizard (logical J2EE server)

The following table describes the parameters that are set to the logical J2EE server, from among the parameters for which values other than the default values are set, by using the Setup Wizard. For details on the parameters, see 4.14 Parameters that can be specified to the logical J2EE server in the uCosminexus Application Server Definition Reference Guide.

Table A-2 Parameters for which values other than the default values are set (logical J2EE server)

Parameter Name Default parameter value Value set with a Setup Wizard Explanation
ejbserver.connectionpool.applicationAuthentication.disabled false true Enables the optimization functionality of the container management sign-on.
ejbserver.ext.method_observation.interval 0 10 Uses the J2EE application execution time monitoring functionality. Also, specifies 10 (unit: seconds) as a time interval for executing timeout and method cancellation with different threads.
ejbserver.jta.TransactionManager.defaultTimeOut 180 60 Specifies 60 (unit: seconds) as a transaction timeout value for transactions started on the J2EE server.
ejbserver.logger.channels.define.WebServletLogFile.filesize 4194304 16777216 Specifies 16777216 (unit: bytes) as the size of the Web servlet log file.
webserver.connector.In Process_http.enabled false true Enables the In Process HTTP server functionality.
add.jvm.arg -- -Xms512m Specifies 512 (unit: megabytes) as the initial size of the Java heap memory area.
-- -Xmx512m Specifies 512 (unit: megabytes) as the maximum size of the Java heap memory area.
-- -XX:PermSize=128m Specifies 128 (unit: megabytes) as the initial size of the Permanent area.
-- -XX:MaxPermSize=128m Specifies 128 (unit: megabytes) as the maximum size of the Permanent area.
-- -XX:+HitachiVerboseGC Outputs the extension verbosegc information.
-- -XX:HitachiVerboseGCIntervalTime=0 Specifies 0 (unit: seconds) as a time interval to output the extension verbosegc information.
-- -XX:+HitachiVerboseGCPrintCause Outputs the cause of garbage collection to the end of the extension verbosegc information.
-- -XX:+HitachiOutputMilliTime Outputs the date and time up to milliseconds to the Java VM log file.
-- -XX:+HitachiCommaVerboseGC Outputs the extension verbosegec information in comma format to retrieve the information in CSV file.
-- -XX:HitachiJavaLogFileSize=4096k Specifies 4096 (unit: kilobytes) as the maximum size of the JavaVM log file to be created.
-- -XX:HitachiJavaLogNumberOfFile=4 Specifies 4 as the maximum number of JavaVM log files to be created.
ex.properties -- sun.nio.cs.map=Windows-31J/Shift_JIS Specifies the Shift_JIS compatibility option#
use.security true false Does not use the Security Manager.

Legend:
--: Not applicable

#
If you specify the Shift_JIS compatibility option, an encoding name "Shift_JIS" is used as an alternate name of "MS932".