File name | Description |
wrapper.conf | Contains initial property settings. Do not modify the contents of this file unless asked to do so by Software AG. |
custom_wrapper.conf | Contains properties that modify the installed settings in wrapper.conf. If you need to modify the property settings for the Java Service Wrapper, then modify this file. The settings in this file override settings in the wrapper.conf file. |
Component | Configuration files |
Command Central | <InstallDir>/profiles/CCE/configuration/wrapper.conf, custom_wrapper.conf |
Software AG Platform Manager | <InstallDir>/profiles/SPM/configuration/wrapper.conf, custom_wrapper.conf |
Realm Server <InstanceName> | <InstallDir>/UniversalMessaging/server/<InstanceName>/bin/nserverdaemon.conf : this is the default Tanuki configuration for the Universal Messaging realm server. <InstallDir>/UniversalMessaging/server/<InstanceName>/bin/Server_Common.conf : this file contains common Tanuki configuration settings for the Universal Messaging realm server. Historically the server could be started in different modes and this file would contain common configuration options. <InstallDir>/UniversalMessaging/server/<InstanceName>/bin/Custom_Server_Common.conf : this file should be used to customize the default Tanuki configuration. |
Java sample applications for <InstanceName> | There is a generic <InstallDir>/UniversalMessaging/java/<InstanceName>/bin/Samples_Common.conf file that provides the common settings for all sample applications. Additionally, each sample application has its own *.conf file in <InstallDir>/UniversalMessaging/java/<InstanceName>/bin/ |
Administration Tools ( Enterprise Manager / Enterprise Viewer) | There is a <InstallDir>/UniversalMessaging/java/<InstanceName>/bin/Admin_Tools_Common.conf file that provides common settings for the Enterprise Manager and the Enterprise Viewer tools. Additionally, <InstallDir>/UniversalMessaging/java/<InstanceName>/bin/nenterprisemgr.conf provides settings for the Enterprise Manager <InstallDir>/UniversalMessaging/java/<InstanceName>/bin/nenterpriseview.conf provides settings for the Enterprise Viewer |
Server applications | There is a generic <InstallDir>/UniversalMessaging/server/<InstanceName>/bin/Server_Tools_Common.conf file that provides common settings for all server applications. Additionally each application has its own configuration file: <InstallDir>/UniversalMessaging/server/<InstanceName>/bin/CertificateGenerator.conf provides settings for the certificate generator application. <InstallDir>/UniversalMessaging/server/<InstanceName>/bin/nServerConfiguration.conf provides settings for the server configurator application. <InstallDir>/UniversalMessaging/server/<InstanceName>/bin/inconfig.conf provides settings for the interface configurator application. |
Component | Log file |
Command Central | <InstallDir>/profiles/CCE/logs/wrapper.log |
Software AG Platform Manager | <InstallDir>/profiles/SPM/logs/wrapper.log |
Realm Server <InstanceName> | <InstallDir>/UniversalMessaging/server/<InstanceName>/bin/UMRealmService.log |
Property | Value |
wrapper.console.loglevel | Level of messages to display in the console. |
wrapper.console.format | Format of messages in the console. |
wrapper.logfile | File in which to log messages. |
wrapper.logfile.loglevel | Level of messages to write in the log file. |
wrapper.logfile.format | Format of messages in the log file. |
wrapper.logfile.maxsize | Maximum size to which the log can grow. |
wrapper.logfile.maxfiles | Number of old logs to maintain. |
wrapper.syslog.loglevel | Level of messages to write to the Event Log on Windows systems or the syslog on UNIX. |
Feature | Enabled? | User configurable? |
JVM timeout | Yes | No. Do not modify the wrapper.ping properties unless asked to do so by Software AG. |
Deadlock detection | No | Yes. For more details see, Deadlock-Detecting Properties. |
Console filtering | No | Yes. For more details see, Console Filtering Properties. |
Property | Value |
wrapper.ping.interval | How often, in seconds, the Java Service Wrapper pings JVM to ensure that it is active. The default is 5 seconds. |
wrapper.ping.timeout | Length of time, in seconds that the Wrapper waits for a response to a ping. Set this property to 60. If the Wrapper does not receive a response in the specified time, it initiates the action specified in wrapper.ping.timeout.action. |
wrapper.ping.timeout.action | Action to take if the Wrapper does not receive a response to a ping in the allotted time. Set this property to DEBUG,DUMP,RESTART. |
Property | Value |
wrapper.check.deadlock | Flag (TRUE or FALSE) that enables or disables deadlock detection. The default is FALSE. |
wrapper.check.deadlock.interval | How often, in seconds, the Java Service Wrapper evaluates the JVM for a deadlock condition. The default is 60 seconds. |
wrapper.check.deadlock.action | Action that occurs if the Java Service Wrapper detects a deadlock condition. |
wrapper.check.deadlock.output | Information to log when the Wrapper detects a deadlock condition. Set this property to DEBUG,DUMP,RESTART. |
Property | Value |
wrapper.filter.trigger. n | String of text that you want to detect in the console output. |
wrapper.filter.action. n | Action that occurs when the Java Service Wrapper detects the string of text. |
wrapper.filter.allow_wildcards. n | Flag (TRUE or FALSE) that specifies whether the Java Service Wrapper processes wildcard characters that appear in wrapper.filter.trigger. n. |
wrapper.filter.message. n | Message that displays when Java Service Wrapper detects the string of text. |