wrapper.conf 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206
  1. #encoding=UTF-8
  2. # Configuration files must begin with a line specifying the encoding
  3. # of the the file.
  4. #********************************************************************
  5. # Wrapper License Properties (Ignored by Community Edition)
  6. #********************************************************************
  7. # Professional and Standard Editions of the Wrapper require a valid
  8. # License Key to start. Licenses can be purchased or a trial license
  9. # requested on the following pages:
  10. # http://wrapper.tanukisoftware.com/purchase
  11. # http://wrapper.tanukisoftware.com/trial
  12. # Include file problems can be debugged by removing the first '#'
  13. # from the following line:
  14. ##include.debug
  15. # The Wrapper will look for either of the following optional files for a
  16. # valid License Key. License Key properties can optionally be included
  17. # directly in this configuration file.
  18. #include ../conf/wrapper-license.conf
  19. #include ../conf/wrapper-license-%WRAPPER_HOST_NAME%.conf
  20. # The following property will output information about which License Key(s)
  21. # are being found, and can aid in resolving any licensing problems.
  22. #wrapper.license.debug=TRUE
  23. #********************************************************************
  24. # Wrapper Localization
  25. #********************************************************************
  26. # Specify the locale which the Wrapper should use. By default the system
  27. # locale is used.
  28. #wrapper.lang=en_US # en_US or ja_JP
  29. # Specify the location of the Wrapper's language resources. If these are
  30. # missing, the Wrapper will default to the en_US locale.
  31. wrapper.lang.folder=../lang
  32. #********************************************************************
  33. # Wrapper Java Properties
  34. #********************************************************************
  35. # Java Application
  36. # Locate the java binary on the system PATH:
  37. wrapper.java.command=java
  38. # Specify a specific java binary:
  39. #set.JAVA_HOME=/java/path
  40. #wrapper.java.command=%JAVA_HOME%/bin/java
  41. # Tell the Wrapper to log the full generated Java command line.
  42. #wrapper.java.command.loglevel=INFO
  43. # Java Main class. This class must implement the WrapperListener interface
  44. # or guarantee that the WrapperManager class is initialized. Helper
  45. # classes are provided to do this for you. See the Integration section
  46. # of the documentation for details.
  47. wrapper.java.mainclass=org.tanukisoftware.wrapper.WrapperSimpleApp
  48. # Java Classpath (include wrapper.jar) Add class path elements as
  49. # needed starting from 1
  50. wrapper.java.classpath.1=../lib/wrapper.jar
  51. wrapper.java.classpath.2=../lib/ibms-data-sdk-1.0.0.jar
  52. # Java Library Path (location of Wrapper.DLL or libwrapper.so)
  53. wrapper.java.library.path.1=../lib
  54. # Java Bits. On applicable platforms, tells the JVM to run in 32 or 64-bit mode.
  55. wrapper.java.additional.auto_bits=TRUE
  56. # Java Additional Parameters
  57. wrapper.java.additional.1=
  58. # Initial Java Heap Size (in MB)
  59. #wrapper.java.initmemory=3
  60. # Maximum Java Heap Size (in MB)
  61. #wrapper.java.maxmemory=64
  62. # Application parameters. Add parameters as needed starting from 1
  63. wrapper.app.parameter.1=com.persagy.ibms.data.sdk.service.Application_ibms_data_sdk
  64. #********************************************************************
  65. # Wrapper Logging Properties
  66. #********************************************************************
  67. # Enables Debug output from the Wrapper.
  68. # wrapper.debug=TRUE
  69. # Format of output for the console. (See docs for formats)
  70. wrapper.console.format=PM
  71. # Log Level for console output. (See docs for log levels)
  72. wrapper.console.loglevel=INFO
  73. # Log file to use for wrapper output logging.
  74. wrapper.logfile=../logs/wrapper.log
  75. # Format of output for the log file. (See docs for formats)
  76. wrapper.logfile.format=LPTM
  77. # Log Level for log file output. (See docs for log levels)
  78. wrapper.logfile.loglevel=INFO
  79. # Maximum size that the log file will be allowed to grow to before
  80. # the log is rolled. Size is specified in bytes. The default value
  81. # of 0, disables log rolling. May abbreviate with the 'k' (kb) or
  82. # 'm' (mb) suffix. For example: 10m = 10 megabytes.
  83. wrapper.logfile.maxsize=16m
  84. # Maximum number of rolled log files which will be allowed before old
  85. # files are deleted. The default value of 0 implies no limit.
  86. wrapper.logfile.maxfiles=16
  87. # Log Level for sys/event log output. (See docs for log levels)
  88. wrapper.syslog.loglevel=NONE
  89. #********************************************************************
  90. # Wrapper General Properties
  91. #********************************************************************
  92. # Allow for the use of non-contiguous numbered properties
  93. wrapper.ignore_sequence_gaps=TRUE
  94. # Do not start if the pid file already exists.
  95. wrapper.pidfile.strict=TRUE
  96. # Title to use when running as a console
  97. wrapper.console.title=wrapper-ibms-data-sdk
  98. #********************************************************************
  99. # Wrapper JVM Checks
  100. #********************************************************************
  101. # Detect DeadLocked Threads in the JVM. (Requires Standard Edition)
  102. wrapper.check.deadlock=TRUE
  103. wrapper.check.deadlock.interval=60
  104. wrapper.check.deadlock.action=RESTART
  105. wrapper.check.deadlock.output=FULL
  106. # Out Of Memory detection.
  107. # (Simple match)
  108. wrapper.filter.trigger.1000=java.lang.OutOfMemoryError
  109. # (Only match text in stack traces if -XX:+PrintClassHistogram is being used.)
  110. #wrapper.filter.trigger.1000=Exception in thread "*" java.lang.OutOfMemoryError
  111. #wrapper.filter.allow_wildcards.1000=TRUE
  112. wrapper.filter.action.1000=RESTART
  113. wrapper.filter.message.1000=The JVM has run out of memory.
  114. #********************************************************************
  115. # Wrapper Email Notifications. (Requires Professional Edition)
  116. #********************************************************************
  117. # Common Event Email settings.
  118. #wrapper.event.default.email.debug=TRUE
  119. #wrapper.event.default.email.smtp.host=<SMTP_Host>
  120. #wrapper.event.default.email.smtp.port=25
  121. #wrapper.event.default.email.subject=[%WRAPPER_HOSTNAME%:%WRAPPER_NAME%:%WRAPPER_EVENT_NAME%] Event Notification
  122. #wrapper.event.default.email.sender=<Sender email>
  123. #wrapper.event.default.email.recipient=<Recipient email>
  124. # Configure the log attached to event emails.
  125. #wrapper.event.default.email.attach_log=TRUE
  126. #wrapper.event.default.email.maillog.lines=50
  127. #wrapper.event.default.email.maillog.format=LPTM
  128. #wrapper.event.default.email.maillog.loglevel=INFO
  129. # Enable specific event emails.
  130. #wrapper.event.wrapper_start.email=TRUE
  131. #wrapper.event.jvm_prelaunch.email=TRUE
  132. #wrapper.event.jvm_start.email=TRUE
  133. #wrapper.event.jvm_started.email=TRUE
  134. #wrapper.event.jvm_deadlock.email=TRUE
  135. #wrapper.event.jvm_stop.email=TRUE
  136. #wrapper.event.jvm_stopped.email=TRUE
  137. #wrapper.event.jvm_restart.email=TRUE
  138. #wrapper.event.jvm_failed_invocation.email=TRUE
  139. #wrapper.event.jvm_max_failed_invocations.email=TRUE
  140. #wrapper.event.jvm_kill.email=TRUE
  141. #wrapper.event.jvm_killed.email=TRUE
  142. #wrapper.event.jvm_unexpected_exit.email=TRUE
  143. #wrapper.event.wrapper_stop.email=TRUE
  144. # Specify custom mail content
  145. wrapper.event.jvm_restart.email.body=The JVM was restarted.\n\nPlease check on its status.\n
  146. #********************************************************************
  147. # Wrapper Windows NT/2000/XP Service Properties
  148. #********************************************************************
  149. # WARNING - Do not modify any of these properties when an application
  150. # using this configuration file has been installed as a service.
  151. # Please uninstall the service before modifying this section. The
  152. # service can then be reinstalled.
  153. # Name of the service
  154. wrapper.name=wrapper-ibms-data-sdk
  155. # Display name of the service
  156. wrapper.displayname=wrapper-ibms-data-sdk
  157. # Description of the service
  158. wrapper.description=wrapper-ibms-data-sdk
  159. # Service dependencies. Add dependencies as needed starting from 1
  160. wrapper.ntservice.dependency.1=
  161. # Mode in which the service is installed. AUTO_START, DELAY_START or DEMAND_START
  162. wrapper.ntservice.starttype=AUTO_START
  163. # Allow the service to interact with the desktop.
  164. wrapper.ntservice.interactive=false