updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / hudson / wrapper.conf
blob0fc21d7c414149682e9df508c6cbe868fd4ff394
1 #********************************************************************
2 # Wrapper License Properties (Ignored by Community Edition)
3 #********************************************************************
4 # Professional and Standard Editions of the Wrapper require a valid
5 #  License Key to start.  Licenses can be purchased or a trial license
6 #  requested on the following pages:
7 # http://wrapper.tanukisoftware.org/purchase
8 # http://wrapper.tanukisoftware.org/trial
10 # Include file problems can be debugged by removing the first '#'
11 #  from the following line:
12 ##include.debug
14 # The Wrapper will look for either of the following optional files for a
15 #  valid License Key.  License Key properties can optionally be included
16 #  directly in this configuration file.
17 #include ../conf/wrapper-license.conf
18 #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
24 #********************************************************************
25 # Wrapper Java Properties
26 #********************************************************************
27 # Java Application
28 wrapper.java.command=java
30 # Tell the Wrapper to log the full generated Java command line.
31 #wrapper.java.command.loglevel=INFO
33 # Java Main class.  This class must implement the WrapperListener interface
34 #  or guarantee that the WrapperManager class is initialized.  Helper
35 #  classes are provided to do this for you.  See the Integration section
36 #  of the documentation for details.
37 wrapper.java.mainclass=org.tanukisoftware.wrapper.WrapperJarApp
39 # Java Classpath (include wrapper.jar)  Add class path elements as
40 #  needed starting from 1
41 wrapper.java.classpath.1=../lib/wrapper.jar
43 # Java Library Path (location of Wrapper.DLL or libwrapper.so)
44 wrapper.java.library.path.1=../lib
46 # Java Bits.  On applicable platforms, tells the JVM to run in 32 or 64-bit mode.
47 wrapper.java.additional.auto_bits=TRUE
49 # Java Additional Parameters
50 wrapper.java.additional.1=-DHUDSON_HOME=/var/lib/hudson
51 wrapper.java.additional.2=-Djava.io.tmpdir=../tmp
52 wrapper.java.additional.3=-server
54 # Initial Java Heap Size (in MB)
55 #wrapper.java.initmemory=3
57 # Maximum Java Heap Size (in MB)
58 #wrapper.java.maxmemory=64
60 # Application parameters.  Add parameters as needed starting from 1
61 wrapper.app.parameter.1=../lib/hudson.war
62 wrapper.app.parameter.2=--httpPort=8070
64 wrapper.ping.timeout=300
65 wrapper.jvm_exit.timeout=60
67 #********************************************************************
68 # Wrapper Logging Properties
69 #********************************************************************
70 # Enables Debug output from the Wrapper.
71 # wrapper.debug=TRUE
73 # Format of output for the console.  (See docs for formats)
74 wrapper.console.format=PM
76 # Log Level for console output.  (See docs for log levels)
77 wrapper.console.loglevel=INFO
79 # Log file to use for wrapper output logging.
80 wrapper.logfile=../logs/wrapper.log
82 # Format of output for the log file.  (See docs for formats)
83 wrapper.logfile.format=LPTM
85 # Log Level for log file output.  (See docs for log levels)
86 wrapper.logfile.loglevel=INFO
88 # Maximum size that the log file will be allowed to grow to before
89 #  the log is rolled. Size is specified in bytes.  The default value
90 #  of 0, disables log rolling.  May abbreviate with the 'k' (kb) or
91 #  'm' (mb) suffix.  For example: 10m = 10 megabytes.
92 wrapper.logfile.maxsize=0
94 # Maximum number of rolled log files which will be allowed before old
95 #  files are deleted.  The default value of 0 implies no limit.
96 wrapper.logfile.maxfiles=0
98 # Log Level for sys/event log output.  (See docs for log levels)
99 wrapper.syslog.loglevel=NONE
101 #********************************************************************
102 # Wrapper General Properties
103 #********************************************************************
104 # Allow for the use of non-contiguous numbered properties
105 wrapper.ignore_sequence_gaps=TRUE
107 # Title to use when running as a console
108 wrapper.console.title=@app.long.name@
110 #********************************************************************
111 # Wrapper JVM Checks
112 #********************************************************************
113 # Detect DeadLocked Threads in the JVM. (Requires Standard Edition)
114 wrapper.check.deadlock=TRUE
115 wrapper.check.deadlock.interval=60
116 wrapper.check.deadlock.action=RESTART
117 wrapper.check.deadlock.output=FULL
119 # Out Of Memory detection.
120 wrapper.filter.trigger.1000=java.lang.OutOfMemoryError
121 wrapper.filter.action.1000=RESTART
122 wrapper.filter.message.1000=The JVM has run out of memory.
124 #********************************************************************
125 # Wrapper Email Notifications. (Requires Professional Edition)
126 #********************************************************************
127 # Common Event Email settings.
128 #wrapper.event.default.email.debug=TRUE
129 #wrapper.event.default.email.smtp.host=<SMTP_Host>
130 #wrapper.event.default.email.smtp.port=25
131 #wrapper.event.default.email.subject=[%WRAPPER_HOSTNAME%:%WRAPPER_NAME%:%WRAPPER_EVENT_NAME%] Event Notification
132 #wrapper.event.default.email.sender=<Sender email>
133 #wrapper.event.default.email.recipient=<Recipient email>
135 # Configure the log attached to event emails.
136 #wrapper.event.default.email.attach_log=TRUE
137 #wrapper.event.default.email.maillog.lines=50
138 #wrapper.event.default.email.maillog.format=LPTM
139 #wrapper.event.default.email.maillog.loglevel=INFO
141 # Enable specific event emails.
142 #wrapper.event.wrapper_start.email=TRUE
143 #wrapper.event.jvm_prelaunch.email=TRUE
144 #wrapper.event.jvm_start.email=TRUE
145 #wrapper.event.jvm_started.email=TRUE
146 #wrapper.event.jvm_stop.email=TRUE
147 #wrapper.event.jvm_stopped.email=TRUE
148 #wrapper.event.jvm_restart.email=TRUE
149 #wrapper.event.jvm_failed_invocation.email=TRUE
150 #wrapper.event.jvm_max_failed_invocations.email=TRUE
151 #wrapper.event.jvm_kill.email=TRUE
152 #wrapper.event.jvm_killed.email=TRUE
153 #wrapper.event.jvm_unexpected_exit.email=TRUE
154 #wrapper.event.wrapper_stop.email=TRUE
156 # Specify custom mail content
157 wrapper.event.jvm_restart.email.body=The JVM was restarted.\n\nPlease check on its status.\n
159 #********************************************************************
160 # Wrapper Windows NT/2000/XP Service Properties
161 #********************************************************************
162 # WARNING - Do not modify any of these properties when an application
163 #  using this configuration file has been installed as a service.
164 #  Please uninstall the service before modifying this section.  The
165 #  service can then be reinstalled.
167 # Name of the service
168 wrapper.name=@app.name@
170 # Display name of the service
171 wrapper.displayname=@app.long.name@
173 # Description of the service
174 wrapper.description=@app.description@
176 # Service dependencies.  Add dependencies as needed starting from 1
177 wrapper.ntservice.dependency.1=
179 # Mode in which the service is installed.  AUTO_START, DELAY_START or DEMAND_START
180 wrapper.ntservice.starttype=AUTO_START
182 # Allow the service to interact with the desktop.
183 wrapper.ntservice.interactive=false