Appendix C. Values set up when Executing the Development Environment Instant Setup functionality

If Development Environment Instant Setup is used to custom setup the debug environment, values other than default values are set up for the keys listed in the tables from Table C-1 to Table C-6. The set values differ depending on whether you select Standard or Compact on the Select Debug Environment page of Development Environment Instant Setup for the debug environment to be configured.

Table C-1 adminagent.properties (Administration Agent property file) values

No.Key NameDebug environment settings to be createdSettings
StandardCompact
1Adminagent.hws.sys_cmd.abnormal_end.traceinfofalsefalseSpecifies whether to collect the internal trace of Web server while executing the failure detection-time command.
2Adminagent.j2ee.process.console_event.enabledtruetrueSpecifies whether to display the console output information for the J2EE server in the Eclipse plug-in that uses the Management Server.
3Adminagent.j2ee.sys_cmd.abnormal_end.javatracefalsefalseSpecifies whether to acquire the stack trace of the J2EE server while executing the failure detection-time command.
4Adminagent.j2ee.sys_cmd.abnormal_end.threaddumpfalsefalseSpecifies whether to collect the thread dump of the J2EE server while executing the failure detection-time command.
5adminagent.j2ee.watch.start_time77Specifies the time (unit: seconds) from the execution of the J2EE Server startup command until the confirmation of the operations.
6adminagent.sys_cmd.abnormal_end.prftracefalsefalseSpecifies whether to collect the Trace based performance analysis file while executing the failure detection-time command.

Table C-2 mserver.properties (Management Server environment setup file) settings

No.Key NameDebug environment settings to be createdSettings
StandardCompact
1Adminagent.connector.comm.state.cache_max_time-1-1Specifies the maximum time (unit: seconds) to cache the state of communication with the Administration Agent.
2com.cosminexus.mngsvr.management.connector.enabledtruetrueSpecifies whether to enable an external connection with Management Server Remote Management.
3com.cosminexus.mngsvr.management.enabledtruetrueSpecifies whether to enable Management Server Remote Management.
4com.cosminexus.mngsvr.management_user_account.enabledfalsefalseSpecifies whether to enable a user account in the Management Server.
5com.cosminexus.mngsvr.snapshot.auto_collect.enabledfalsefalseSpecifies whether to collect the snapshot log in the event of an error or batch restart.
6com.cosminexus.mngsvr.sys_cmd.abnormal_end.enabledfalsefalseSpecifies whether to use the function that executes the failure detection-time command provided by the system.
7webserver.connector.http.permitted.hostslocalhostlocalhostSpecifies the IP address or host name of the host that is allowed to access the Management Server and the host on which the Administration Agent runs.

Table C-3 mserver.cfg (Option definition file for Management Server) settings

No.Key NameDebug environment settings to be createdSettings
StandardCompact
1add.jvm.arg-Xms256m
-Xmx512m
-XX:PermSize=128m
-XX:MaxPermSize=128m
-Xms64m
-Xmx128m
-XX:PermSize=32m
-XX:MaxPermSize=32m
Starts JavaVM by using the specified options.

Table C-4 usrconf.cfg (Option definition file for Java applications) settings

No.Key NameDebug environment settings to be createdSettings
StandardCompact
1add.class.pathDeveloper-installation-directory\DB\CLIENT\UTL\pdjdbc2.jarDeveloper-installation-directory\DB\CLIENT\UTL\pdjdbc2.jarSpecifies the value to be added to the class path.
2add.jvm.arg-agentlib:jdwp=transport=dt_socket,server=y,address=3999,suspend=n
-Xms256m
-Xmx512m
agentlib:jdwp=transport=dt_socket,server=y,address=3999,suspend=n
-Xms64m
-Xmx128m
Starts JavaVM by using the specified options.

Table C-5 usrconf.properties (User property file for J2EE servers) settings

No.Key NameDebug environment settings to be createdSettings
StandardCompact
1ejbserver.deploy.context.check_interval11Specifies the interval (unit: seconds) for detecting the application configuration file updates.
2ejbserver.logger.systemlog.enabledfalsefalseSpecifies whether to output the messages related to starting, stopping, and abnormal termination of the J2EE server.
3ejbserver.management.JVM.stats_monitor.FullGCCount.enabledfalsefalseSpecifies whether to enable the monitoring of the full garbage collection frequency.
4ejbserver.management.stats_file.enabledfalsefalseSpecifies whether to enable the resource information file output functionality.
5ejbserver.watch.defaultRequestQueue.enabledfalsefalseSpecifies whether to enable the output of HTTP request pending queue alert for the default pending queue.
6ejbserver.watch.defaultRequestQueue.writefile.enabledfalsefalseSpecifies whether to output the results of monitoring the HTTP request pending queue for the default pending queue, to a file.
7ejbserver.watch.enabledfalsefalseSpecifies whether to enable depletion monitoring of all the resources.
8ejbserver.watch.fileDescriptor.enabledfalsefalseSpecifies whether to enable the output of the file descriptor monitoring alert.
9ejbserver.watch.fileDescriptor.writefile.enabledfalsefalseSpecifies whether to output the file descriptor monitoring results to a file.
10ejbserver.watch.memory.enabledfalsefalseSpecifies whether to enable the output of the memory monitoring alert.
11ejbserver.watch.memory.writefile.enabledfalsefalseSpecifies whether to output the result of memory monitoring to a file.
12ejbserver.watch.thread.enabledfalsefalseSpecifies whether to enable the output of the thread monitoring alert.
13ejbserver.watch.thread.writefile.enabledfalsefalseSpecifies whether to output the thread monitoring results to a file.
14ejbserver.watch.threaddump.enabledfalsefalseSpecifies whether to enable the output of the thread dump monitoring alert.
15ejbserver.watch.threaddump.writefile.enabledfalsefalseSpecifies whether to output the thread dump monitoring results to a file.
16webserver.connector.http.permitted.hosts**Specifies the IP address or host name of the host that is permitted access to the Management Server.
17webserver.connector.inprocess_http.enabledtruetrueSpecifies whether to enable the in-process HTTP server functionality.
18webserver.connector.inprocess_http.init_threads22Specifies the number of request processing threads of in-process HTTP server generated when the server is started.
19webserver.errorpage.stack_trace.enabledtruetrueSpecifies whether to output the stack trace to the default error page if an exception occurs.
20webserver.jsp.debugging.enabledtruetrueSpecifies whether to enable the JSP debug functionality.
21webserver.static_content.cache.filesize.threshold512512Specifies the size (unit: seconds) of the file that you can cache when the static contents cache functionality is enabled.
22webserver.static_content.cache.size10241024Specifies the maximum size (unit: seconds) of the file that you can cache in the memory when the static content cache functionality is enabled.

Table C-6 Settings for the common logical server

No.Key NameDebug environment settings to be createdSettings
StandardCompact
1additional.startcmd-nosecurity-nosecuritySpecifies the option to be added to the start command.
Note:
To start the logical server, first cancel the SecurityManager and then start the logical server.