chrisrec 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (48) hide show
  1. data/Manifest +44 -0
  2. data/Rakefile +2 -2
  3. data/chrisrec.gemspec +3 -3
  4. data/pkg/chrisrec-0.1.2/Manifest +88 -0
  5. data/pkg/chrisrec-0.1.2/README +1 -0
  6. data/pkg/chrisrec-0.1.2/Rakefile +21 -0
  7. data/pkg/chrisrec-0.1.2/chrisrec.gemspec +30 -0
  8. data/pkg/chrisrec-0.1.2/lib/backgroundrb/backgroundrb.rb +22 -0
  9. data/pkg/chrisrec-0.1.2/lib/chrisrec.rb +14 -0
  10. data/pkg/chrisrec-0.1.2/lib/console/console.rb +19 -0
  11. data/pkg/chrisrec-0.1.2/lib/daemon/daemon.rb +134 -0
  12. data/pkg/chrisrec-0.1.2/lib/gitosis/gitosis.rb +131 -0
  13. data/pkg/chrisrec-0.1.2/lib/jekyll/jekyll.rb +87 -0
  14. data/pkg/chrisrec-0.1.2/lib/memcached/memcached.rb +140 -0
  15. data/pkg/chrisrec-0.1.2/lib/munin/munin.rb +135 -0
  16. data/pkg/chrisrec-0.1.2/lib/mysql/mysql.rake +95 -0
  17. data/pkg/chrisrec-0.1.2/lib/mysql/mysql.rb +51 -0
  18. data/pkg/chrisrec-0.1.2/lib/rake/rake.rb +19 -0
  19. data/pkg/chrisrec-0.1.2/lib/rakecron/rakecron.rb +35 -0
  20. data/pkg/chrisrec-0.1.2/lib/starling/starling.rb +124 -0
  21. data/pkg/chrisrec-0.1.2/lib/static/static.rb +80 -0
  22. data/pkg/chrisrec-0.1.2/lib/tomcat/tomcat.rb +202 -0
  23. data/pkg/chrisrec-0.1.2/lib/workling/workling.rb +72 -0
  24. data/pkg/chrisrec-0.1.2/template/daemon/daemon-init-script.erb +59 -0
  25. data/pkg/chrisrec-0.1.2/template/daemon/monit.conf.erb +4 -0
  26. data/pkg/chrisrec-0.1.2/template/jekyll/httpd-vhost-jekyll.conf.erb +16 -0
  27. data/pkg/chrisrec-0.1.2/template/memcached/memcached-conf.erb +1 -0
  28. data/pkg/chrisrec-0.1.2/template/memcached/memcached.erb +59 -0
  29. data/pkg/chrisrec-0.1.2/template/memcached/monit.conf.erb +8 -0
  30. data/pkg/chrisrec-0.1.2/template/memcached/start-memcached.erb +118 -0
  31. data/pkg/chrisrec-0.1.2/template/munin/httpd-vhost-munin.conf.erb +20 -0
  32. data/pkg/chrisrec-0.1.2/template/munin/munin.conf.erb +70 -0
  33. data/pkg/chrisrec-0.1.2/template/munin/munin_nginx_vhost.conf.erb +24 -0
  34. data/pkg/chrisrec-0.1.2/template/rakecron/rakecron.erb +12 -0
  35. data/pkg/chrisrec-0.1.2/template/starling/monit.conf.erb +14 -0
  36. data/pkg/chrisrec-0.1.2/template/starling/starling-init-script.erb +69 -0
  37. data/pkg/chrisrec-0.1.2/template/static/httpd-vhost-static.conf.erb +16 -0
  38. data/pkg/chrisrec-0.1.2/template/tomcat/conf/server.xml.erb +33 -0
  39. data/pkg/chrisrec-0.1.2/template/tomcat/conf/web.xml +1194 -0
  40. data/pkg/chrisrec-0.1.2/template/tomcat/logs/empty.txt +1 -0
  41. data/pkg/chrisrec-0.1.2/template/tomcat/monit.conf.erb +8 -0
  42. data/pkg/chrisrec-0.1.2/template/tomcat/temp/empty.txt +1 -0
  43. data/pkg/chrisrec-0.1.2/template/tomcat/tomcat.erb +28 -0
  44. data/pkg/chrisrec-0.1.2/template/tomcat/webapps/empty.txt +1 -0
  45. data/pkg/chrisrec-0.1.2/template/tomcat/work/empty.txt +1 -0
  46. data/pkg/chrisrec-0.1.2/template/workling/monit.conf.erb +4 -0
  47. data/pkg/chrisrec-0.1.2/template/workling/workling-init-script.erb +56 -0
  48. metadata +48 -4
@@ -0,0 +1,1194 @@
1
+ <?xml version="1.0" encoding="ISO-8859-1"?>
2
+ <!--
3
+ Licensed to the Apache Software Foundation (ASF) under one or more
4
+ contributor license agreements. See the NOTICE file distributed with
5
+ this work for additional information regarding copyright ownership.
6
+ The ASF licenses this file to You under the Apache License, Version 2.0
7
+ (the "License"); you may not use this file except in compliance with
8
+ the License. You may obtain a copy of the License at
9
+
10
+ http://www.apache.org/licenses/LICENSE-2.0
11
+
12
+ Unless required by applicable law or agreed to in writing, software
13
+ distributed under the License is distributed on an "AS IS" BASIS,
14
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
+ See the License for the specific language governing permissions and
16
+ limitations under the License.
17
+ -->
18
+ <web-app xmlns="http://java.sun.com/xml/ns/javaee"
19
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20
+ xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
21
+ version="2.5">
22
+
23
+ <!-- ======================== Introduction ============================== -->
24
+ <!-- This document defines default values for *all* web applications -->
25
+ <!-- loaded into this instance of Tomcat. As each application is -->
26
+ <!-- deployed, this file is processed, followed by the -->
27
+ <!-- "/WEB-INF/web.xml" deployment descriptor from your own -->
28
+ <!-- applications. -->
29
+ <!-- -->
30
+ <!-- WARNING: Do not configure application-specific resources here! -->
31
+ <!-- They should go in the "/WEB-INF/web.xml" file in your application. -->
32
+
33
+
34
+ <!-- ================== Built In Servlet Definitions ==================== -->
35
+
36
+
37
+ <!-- The default servlet for all web applications, that serves static -->
38
+ <!-- resources. It processes all requests that are not mapped to other -->
39
+ <!-- servlets with servlet mappings (defined either here or in your own -->
40
+ <!-- web.xml file. This servlet supports the following initialization -->
41
+ <!-- parameters (default values are in square brackets): -->
42
+ <!-- -->
43
+ <!-- debug Debugging detail level for messages logged -->
44
+ <!-- by this servlet. [0] -->
45
+ <!-- -->
46
+ <!-- fileEncoding Encoding to be used to read static resources -->
47
+ <!-- [platform default] -->
48
+ <!-- -->
49
+ <!-- input Input buffer size (in bytes) when reading -->
50
+ <!-- resources to be served. [2048] -->
51
+ <!-- -->
52
+ <!-- listings Should directory listings be produced if there -->
53
+ <!-- is no welcome file in this directory? [false] -->
54
+ <!-- WARNING: Listings for directories with many -->
55
+ <!-- entries can be slow and may consume -->
56
+ <!-- significant proportions of server resources. -->
57
+ <!-- -->
58
+ <!-- output Output buffer size (in bytes) when writing -->
59
+ <!-- resources to be served. [2048] -->
60
+ <!-- -->
61
+ <!-- readonly Is this context "read only", so HTTP -->
62
+ <!-- commands like PUT and DELETE are -->
63
+ <!-- rejected? [true] -->
64
+ <!-- -->
65
+ <!-- readmeFile File name to display with the directory -->
66
+ <!-- contents. [null] -->
67
+ <!-- -->
68
+ <!-- sendfileSize If the connector used supports sendfile, this -->
69
+ <!-- represents the minimal file size in KB for -->
70
+ <!-- which sendfile will be used. Use a negative -->
71
+ <!-- value to always disable sendfile. [48] -->
72
+ <!-- -->
73
+ <!-- useAcceptRanges Should the Accept-Ranges header be included -->
74
+ <!-- in responses where appropriate? [true] -->
75
+ <!-- -->
76
+ <!-- For directory listing customization. Checks localXsltFile, then -->
77
+ <!-- globalXsltFile, then defaults to original behavior. -->
78
+ <!-- -->
79
+ <!-- localXsltFile Make directory listings an XML doc and -->
80
+ <!-- pass the result to this style sheet residing -->
81
+ <!-- in that directory. This overrides -->
82
+ <!-- globalXsltFile[null] -->
83
+ <!-- -->
84
+ <!-- globalXsltFile Site wide configuration version of -->
85
+ <!-- localXsltFile This argument is expected -->
86
+ <!-- to be a physical file. [null] -->
87
+ <!-- -->
88
+ <!-- -->
89
+
90
+ <servlet>
91
+ <servlet-name>default</servlet-name>
92
+ <servlet-class>org.apache.catalina.servlets.DefaultServlet</servlet-class>
93
+ <init-param>
94
+ <param-name>debug</param-name>
95
+ <param-value>0</param-value>
96
+ </init-param>
97
+ <init-param>
98
+ <param-name>listings</param-name>
99
+ <param-value>false</param-value>
100
+ </init-param>
101
+ <load-on-startup>1</load-on-startup>
102
+ </servlet>
103
+
104
+
105
+ <!-- This servlet has been deprecated due to security concerns. Servlets -->
106
+ <!-- should be explicitly mapped in web.xml -->
107
+ <!-- -->
108
+ <!-- The "invoker" servlet, which executes anonymous servlet classes -->
109
+ <!-- that have not been defined in a web.xml file. Traditionally, this -->
110
+ <!-- servlet is mapped to the URL pattern "/servlet/*", but you can map -->
111
+ <!-- it to other patterns as well. The extra path info portion of such a -->
112
+ <!-- request must be the fully qualified class name of a Java class that -->
113
+ <!-- implements Servlet (or extends HttpServlet), or the servlet name -->
114
+ <!-- of an existing servlet definition. This servlet supports the -->
115
+ <!-- following initialization parameters (default values are in square -->
116
+ <!-- brackets): -->
117
+ <!-- -->
118
+ <!-- debug Debugging detail level for messages logged -->
119
+ <!-- by this servlet. [0] -->
120
+
121
+ <!--
122
+ <servlet>
123
+ <servlet-name>invoker</servlet-name>
124
+ <servlet-class>
125
+ org.apache.catalina.servlets.InvokerServlet
126
+ </servlet-class>
127
+ <init-param>
128
+ <param-name>debug</param-name>
129
+ <param-value>0</param-value>
130
+ </init-param>
131
+ <load-on-startup>2</load-on-startup>
132
+ </servlet>
133
+ -->
134
+
135
+
136
+ <!-- The JSP page compiler and execution servlet, which is the mechanism -->
137
+ <!-- used by Tomcat to support JSP pages. Traditionally, this servlet -->
138
+ <!-- is mapped to the URL pattern "*.jsp". This servlet supports the -->
139
+ <!-- following initialization parameters (default values are in square -->
140
+ <!-- brackets): -->
141
+ <!-- -->
142
+ <!-- checkInterval If development is false and checkInterval is -->
143
+ <!-- greater than zero, background compilations are -->
144
+ <!-- enabled. checkInterval is the time in seconds -->
145
+ <!-- between checks to see if a JSP page (and its -->
146
+ <!-- dependent files) needs to be recompiled. [0] -->
147
+ <!-- -->
148
+ <!-- classdebuginfo Should the class file be compiled with -->
149
+ <!-- debugging information? [true] -->
150
+ <!-- -->
151
+ <!-- classpath What class path should I use while compiling -->
152
+ <!-- generated servlets? [Created dynamically -->
153
+ <!-- based on the current web application] -->
154
+ <!-- -->
155
+ <!-- compiler Which compiler Ant should use to compile JSP -->
156
+ <!-- pages. See the jasper documentation for more -->
157
+ <!-- information. -->
158
+ <!-- -->
159
+ <!-- compilerSourceVM Compiler source VM -->
160
+ <!-- default is System.properties -->
161
+ <!-- java.specification.version > 1.4 -->
162
+ <!-- [1.5] else [1.4] -->
163
+ <!-- -->
164
+ <!-- compilerTargetVM Compiler target VM -->
165
+ <!-- default is System.properties -->
166
+ <!-- java.specification.version > 1.4 -->
167
+ <!-- [1.5] else [1.4] -->
168
+ <!-- -->
169
+ <!-- development Is Jasper used in development mode? If true, -->
170
+ <!-- the frequency at which JSPs are checked for -->
171
+ <!-- modification may be specified via the -->
172
+ <!-- modificationTestInterval parameter. [true] -->
173
+ <!-- -->
174
+ <!-- displaySourceFragment -->
175
+ <!-- Should a source fragment be included in -->
176
+ <!-- exception messages? [true] -->
177
+ <!-- -->
178
+ <!-- dumpSmap Should the SMAP info for JSR45 debugging be -->
179
+ <!-- dumped to a file? [false] -->
180
+ <!-- False if suppressSmap is true -->
181
+ <!-- -->
182
+ <!-- enablePooling Determines whether tag handler pooling is -->
183
+ <!-- enabled. This is a compilation option. It will -->
184
+ <!-- not alter the behaviour of JSPs that have -->
185
+ <!-- already been compiled. [true] -->
186
+ <!-- -->
187
+ <!-- engineOptionsClass Allows specifying the Options class used to -->
188
+ <!-- configure Jasper. If not present, the default -->
189
+ <!-- EmbeddedServletOptions will be used. -->
190
+ <!-- -->
191
+ <!-- errorOnUseBeanInvalidClassAttribute -->
192
+ <!-- Should Jasper issue an error when the value of -->
193
+ <!-- the class attribute in an useBean action is -->
194
+ <!-- not a valid bean class? [true] -->
195
+ <!-- -->
196
+ <!-- fork Tell Ant to fork compiles of JSP pages so that -->
197
+ <!-- a separate JVM is used for JSP page compiles -->
198
+ <!-- from the one Tomcat is running in. [true] -->
199
+ <!-- -->
200
+ <!-- genStrAsCharArray Should text strings be generated as char -->
201
+ <!-- arrays, to improve performance in some cases? -->
202
+ <!-- [false] -->
203
+ <!-- -->
204
+ <!-- ieClassId The class-id value to be sent to Internet -->
205
+ <!-- Explorer when using <jsp:plugin> tags. -->
206
+ <!-- [clsid:8AD9C840-044E-11D1-B3E9-00805F499D93] -->
207
+ <!-- -->
208
+ <!-- javaEncoding Java file encoding to use for generating java -->
209
+ <!-- source files. [UTF8] -->
210
+ <!-- -->
211
+ <!-- keepgenerated Should we keep the generated Java source code -->
212
+ <!-- for each page instead of deleting it? [true] -->
213
+ <!-- -->
214
+ <!-- mappedfile Should we generate static content with one -->
215
+ <!-- print statement per input line, to ease -->
216
+ <!-- debugging? [true] -->
217
+ <!-- -->
218
+ <!-- modificationTestInterval -->
219
+ <!-- Causes a JSP (and its dependent files) to not -->
220
+ <!-- be checked for modification during the -->
221
+ <!-- specified time interval (in seconds) from the -->
222
+ <!-- last time the JSP was checked for -->
223
+ <!-- modification. A value of 0 will cause the JSP -->
224
+ <!-- to be checked on every access. -->
225
+ <!-- Used in development mode only. [4] -->
226
+ <!-- -->
227
+ <!-- scratchdir What scratch directory should we use when -->
228
+ <!-- compiling JSP pages? [default work directory -->
229
+ <!-- for the current web application] -->
230
+ <!-- -->
231
+ <!-- suppressSmap Should the generation of SMAP info for JSR45 -->
232
+ <!-- debugging be suppressed? [false] -->
233
+ <!-- -->
234
+ <!-- trimSpaces Should white spaces in template text between -->
235
+ <!-- actions or directives be trimmed? [false] -->
236
+ <!-- -->
237
+ <!-- xpoweredBy Determines whether X-Powered-By response -->
238
+ <!-- header is added by generated servlet [false] -->
239
+ <!-- -->
240
+ <!-- If you wish to use Jikes to compile JSP pages: -->
241
+ <!-- Please see the "Using Jikes" section of the Jasper-HowTo -->
242
+ <!-- page in the Tomcat documentation. -->
243
+
244
+ <servlet>
245
+ <servlet-name>jsp</servlet-name>
246
+ <servlet-class>org.apache.jasper.servlet.JspServlet</servlet-class>
247
+ <init-param>
248
+ <param-name>fork</param-name>
249
+ <param-value>false</param-value>
250
+ </init-param>
251
+ <init-param>
252
+ <param-name>xpoweredBy</param-name>
253
+ <param-value>false</param-value>
254
+ </init-param>
255
+ <load-on-startup>3</load-on-startup>
256
+ </servlet>
257
+
258
+
259
+ <!-- NOTE: An SSI Filter is also available as an alternative SSI -->
260
+ <!-- implementation. Use either the Servlet or the Filter but NOT both. -->
261
+ <!-- -->
262
+ <!-- Server Side Includes processing servlet, which processes SSI -->
263
+ <!-- directives in HTML pages consistent with similar support in web -->
264
+ <!-- servers like Apache. Traditionally, this servlet is mapped to the -->
265
+ <!-- URL pattern "*.shtml". This servlet supports the following -->
266
+ <!-- initialization parameters (default values are in square brackets): -->
267
+ <!-- -->
268
+ <!-- buffered Should output from this servlet be buffered? -->
269
+ <!-- (0=false, 1=true) [0] -->
270
+ <!-- -->
271
+ <!-- debug Debugging detail level for messages logged -->
272
+ <!-- by this servlet. [0] -->
273
+ <!-- -->
274
+ <!-- expires The number of seconds before a page with SSI -->
275
+ <!-- directives will expire. [No default] -->
276
+ <!-- -->
277
+ <!-- isVirtualWebappRelative -->
278
+ <!-- Should "virtual" paths be interpreted as -->
279
+ <!-- relative to the context root, instead of -->
280
+ <!-- the server root? (0=false, 1=true) [0] -->
281
+ <!-- -->
282
+ <!-- inputEncoding The encoding to assume for SSI resources if -->
283
+ <!-- one is not available from the resource. -->
284
+ <!-- [Platform default] -->
285
+ <!-- -->
286
+ <!-- outputEncoding The encoding to use for the page that results -->
287
+ <!-- from the SSI processing. [UTF-8] -->
288
+
289
+ <!--
290
+ <servlet>
291
+ <servlet-name>ssi</servlet-name>
292
+ <servlet-class>
293
+ org.apache.catalina.ssi.SSIServlet
294
+ </servlet-class>
295
+ <init-param>
296
+ <param-name>buffered</param-name>
297
+ <param-value>1</param-value>
298
+ </init-param>
299
+ <init-param>
300
+ <param-name>debug</param-name>
301
+ <param-value>0</param-value>
302
+ </init-param>
303
+ <init-param>
304
+ <param-name>expires</param-name>
305
+ <param-value>666</param-value>
306
+ </init-param>
307
+ <init-param>
308
+ <param-name>isVirtualWebappRelative</param-name>
309
+ <param-value>0</param-value>
310
+ </init-param>
311
+ <load-on-startup>4</load-on-startup>
312
+ </servlet>
313
+ -->
314
+
315
+
316
+ <!-- Common Gateway Includes (CGI) processing servlet, which supports -->
317
+ <!-- execution of external applications that conform to the CGI spec -->
318
+ <!-- requirements. Typically, this servlet is mapped to the URL pattern -->
319
+ <!-- "/cgi-bin/*", which means that any CGI applications that are -->
320
+ <!-- executed must be present within the web application. This servlet -->
321
+ <!-- supports the following initialization parameters (default values -->
322
+ <!-- are in square brackets): -->
323
+ <!-- -->
324
+ <!-- cgiPathPrefix The CGI search path will start at -->
325
+ <!-- webAppRootDir + File.separator + this prefix. -->
326
+ <!-- [WEB-INF/cgi] -->
327
+ <!-- -->
328
+ <!-- debug Debugging detail level for messages logged -->
329
+ <!-- by this servlet. [0] -->
330
+ <!-- -->
331
+ <!-- executable Name of the exectuable used to run the -->
332
+ <!-- script. [perl] -->
333
+ <!-- -->
334
+ <!-- parameterEncoding Name of parameter encoding to be used with -->
335
+ <!-- CGI servlet. -->
336
+ <!-- [System.getProperty("file.encoding","UTF-8")] -->
337
+ <!-- -->
338
+ <!-- passShellEnvironment Should the shell environment variables (if -->
339
+ <!-- any) be passed to the CGI script? [false] -->
340
+
341
+ <!--
342
+ <servlet>
343
+ <servlet-name>cgi</servlet-name>
344
+ <servlet-class>org.apache.catalina.servlets.CGIServlet</servlet-class>
345
+ <init-param>
346
+ <param-name>debug</param-name>
347
+ <param-value>0</param-value>
348
+ </init-param>
349
+ <init-param>
350
+ <param-name>cgiPathPrefix</param-name>
351
+ <param-value>WEB-INF/cgi</param-value>
352
+ </init-param>
353
+ <load-on-startup>5</load-on-startup>
354
+ </servlet>
355
+ -->
356
+
357
+
358
+ <!-- ================ Built In Servlet Mappings ========================= -->
359
+
360
+
361
+ <!-- The servlet mappings for the built in servlets defined above. Note -->
362
+ <!-- that, by default, the CGI and SSI servlets are *not* mapped. You -->
363
+ <!-- must uncomment these mappings (or add them to your application's own -->
364
+ <!-- web.xml deployment descriptor) to enable these services -->
365
+
366
+ <!-- The mapping for the default servlet -->
367
+ <servlet-mapping>
368
+ <servlet-name>default</servlet-name>
369
+ <url-pattern>/</url-pattern>
370
+ </servlet-mapping>
371
+
372
+ <!-- The mapping for the deprecated invoker servlet -->
373
+ <!--
374
+ <servlet-mapping>
375
+ <servlet-name>invoker</servlet-name>
376
+ <url-pattern>/servlet/*</url-pattern>
377
+ </servlet-mapping>
378
+ -->
379
+
380
+ <!-- The mapping for the JSP servlet -->
381
+ <servlet-mapping>
382
+ <servlet-name>jsp</servlet-name>
383
+ <url-pattern>*.jsp</url-pattern>
384
+ </servlet-mapping>
385
+
386
+ <servlet-mapping>
387
+ <servlet-name>jsp</servlet-name>
388
+ <url-pattern>*.jspx</url-pattern>
389
+ </servlet-mapping>
390
+
391
+ <!-- The mapping for the SSI servlet -->
392
+ <!--
393
+ <servlet-mapping>
394
+ <servlet-name>ssi</servlet-name>
395
+ <url-pattern>*.shtml</url-pattern>
396
+ </servlet-mapping>
397
+ -->
398
+
399
+ <!-- The mapping for the CGI Gateway servlet -->
400
+
401
+ <!--
402
+ <servlet-mapping>
403
+ <servlet-name>cgi</servlet-name>
404
+ <url-pattern>/cgi-bin/*</url-pattern>
405
+ </servlet-mapping>
406
+ -->
407
+
408
+
409
+ <!-- ================== Built In Filter Definitions ===================== -->
410
+
411
+ <!-- NOTE: An SSI Servlet is also available as an alternative SSI -->
412
+ <!-- implementation. Use either the Servlet or the Filter but NOT both. -->
413
+ <!-- -->
414
+ <!-- Server Side Includes processing filter, which processes SSI -->
415
+ <!-- directives in HTML pages consistent with similar support in web -->
416
+ <!-- servers like Apache. Traditionally, this filter is mapped to the -->
417
+ <!-- URL pattern "*.shtml", though it can be mapped to "*" as it will -->
418
+ <!-- selectively enable/disable SSI processing based on mime types. For -->
419
+ <!-- this to work you will need to uncomment the .shtml mime type -->
420
+ <!-- definition towards the bottom of this file. -->
421
+ <!-- The contentType init param allows you to apply SSI processing to JSP -->
422
+ <!-- pages, javascript, or any other content you wish. This filter -->
423
+ <!-- supports the following initialization parameters (default values are -->
424
+ <!-- in square brackets): -->
425
+ <!-- -->
426
+ <!-- contentType A regex pattern that must be matched before -->
427
+ <!-- SSI processing is applied. -->
428
+ <!-- [text/x-server-parsed-html(;.*)?] -->
429
+ <!-- -->
430
+ <!-- debug Debugging detail level for messages logged -->
431
+ <!-- by this servlet. [0] -->
432
+ <!-- -->
433
+ <!-- expires The number of seconds before a page with SSI -->
434
+ <!-- directives will expire. [No default] -->
435
+ <!-- -->
436
+ <!-- isVirtualWebappRelative -->
437
+ <!-- Should "virtual" paths be interpreted as -->
438
+ <!-- relative to the context root, instead of -->
439
+ <!-- the server root? (0=false, 1=true) [0] -->
440
+
441
+ <!--
442
+ <filter>
443
+ <filter-name>ssi</filter-name>
444
+ <filter-class>
445
+ org.apache.catalina.ssi.SSIFilter
446
+ </filter-class>
447
+ <init-param>
448
+ <param-name>contentType</param-name>
449
+ <param-value>text/x-server-parsed-html(;.*)?</param-value>
450
+ </init-param>
451
+ <init-param>
452
+ <param-name>debug</param-name>
453
+ <param-value>0</param-value>
454
+ </init-param>
455
+ <init-param>
456
+ <param-name>expires</param-name>
457
+ <param-value>666</param-value>
458
+ </init-param>
459
+ <init-param>
460
+ <param-name>isVirtualWebappRelative</param-name>
461
+ <param-value>0</param-value>
462
+ </init-param>
463
+ </filter>
464
+ -->
465
+
466
+
467
+ <!-- ==================== Built In Filter Mappings ====================== -->
468
+
469
+ <!-- The mapping for the SSI Filter -->
470
+ <!--
471
+ <filter-mapping>
472
+ <filter-name>ssi</filter-name>
473
+ <url-pattern>*.shtml</url-pattern>
474
+ </filter-mapping>
475
+ -->
476
+
477
+
478
+ <!-- ==================== Default Session Configuration ================= -->
479
+ <!-- You can set the default session timeout (in minutes) for all newly -->
480
+ <!-- created sessions by modifying the value below. -->
481
+
482
+ <session-config>
483
+ <session-timeout>30</session-timeout>
484
+ </session-config>
485
+
486
+
487
+ <!-- ===================== Default MIME Type Mappings =================== -->
488
+ <!-- When serving static resources, Tomcat will automatically generate -->
489
+ <!-- a "Content-Type" header based on the resource's filename extension, -->
490
+ <!-- based on these mappings. Additional mappings can be added here (to -->
491
+ <!-- apply to all web applications), or in your own application's web.xml -->
492
+ <!-- deployment descriptor. -->
493
+
494
+ <mime-mapping>
495
+ <extension>abs</extension>
496
+ <mime-type>audio/x-mpeg</mime-type>
497
+ </mime-mapping>
498
+ <mime-mapping>
499
+ <extension>ai</extension>
500
+ <mime-type>application/postscript</mime-type>
501
+ </mime-mapping>
502
+ <mime-mapping>
503
+ <extension>aif</extension>
504
+ <mime-type>audio/x-aiff</mime-type>
505
+ </mime-mapping>
506
+ <mime-mapping>
507
+ <extension>aifc</extension>
508
+ <mime-type>audio/x-aiff</mime-type>
509
+ </mime-mapping>
510
+ <mime-mapping>
511
+ <extension>aiff</extension>
512
+ <mime-type>audio/x-aiff</mime-type>
513
+ </mime-mapping>
514
+ <mime-mapping>
515
+ <extension>aim</extension>
516
+ <mime-type>application/x-aim</mime-type>
517
+ </mime-mapping>
518
+ <mime-mapping>
519
+ <extension>art</extension>
520
+ <mime-type>image/x-jg</mime-type>
521
+ </mime-mapping>
522
+ <mime-mapping>
523
+ <extension>asf</extension>
524
+ <mime-type>video/x-ms-asf</mime-type>
525
+ </mime-mapping>
526
+ <mime-mapping>
527
+ <extension>asx</extension>
528
+ <mime-type>video/x-ms-asf</mime-type>
529
+ </mime-mapping>
530
+ <mime-mapping>
531
+ <extension>au</extension>
532
+ <mime-type>audio/basic</mime-type>
533
+ </mime-mapping>
534
+ <mime-mapping>
535
+ <extension>avi</extension>
536
+ <mime-type>video/x-msvideo</mime-type>
537
+ </mime-mapping>
538
+ <mime-mapping>
539
+ <extension>avx</extension>
540
+ <mime-type>video/x-rad-screenplay</mime-type>
541
+ </mime-mapping>
542
+ <mime-mapping>
543
+ <extension>bcpio</extension>
544
+ <mime-type>application/x-bcpio</mime-type>
545
+ </mime-mapping>
546
+ <mime-mapping>
547
+ <extension>bin</extension>
548
+ <mime-type>application/octet-stream</mime-type>
549
+ </mime-mapping>
550
+ <mime-mapping>
551
+ <extension>bmp</extension>
552
+ <mime-type>image/bmp</mime-type>
553
+ </mime-mapping>
554
+ <mime-mapping>
555
+ <extension>body</extension>
556
+ <mime-type>text/html</mime-type>
557
+ </mime-mapping>
558
+ <mime-mapping>
559
+ <extension>cdf</extension>
560
+ <mime-type>application/x-cdf</mime-type>
561
+ </mime-mapping>
562
+ <mime-mapping>
563
+ <extension>cer</extension>
564
+ <mime-type>application/x-x509-ca-cert</mime-type>
565
+ </mime-mapping>
566
+ <mime-mapping>
567
+ <extension>class</extension>
568
+ <mime-type>application/java</mime-type>
569
+ </mime-mapping>
570
+ <mime-mapping>
571
+ <extension>cpio</extension>
572
+ <mime-type>application/x-cpio</mime-type>
573
+ </mime-mapping>
574
+ <mime-mapping>
575
+ <extension>csh</extension>
576
+ <mime-type>application/x-csh</mime-type>
577
+ </mime-mapping>
578
+ <mime-mapping>
579
+ <extension>css</extension>
580
+ <mime-type>text/css</mime-type>
581
+ </mime-mapping>
582
+ <mime-mapping>
583
+ <extension>dib</extension>
584
+ <mime-type>image/bmp</mime-type>
585
+ </mime-mapping>
586
+ <mime-mapping>
587
+ <extension>doc</extension>
588
+ <mime-type>application/msword</mime-type>
589
+ </mime-mapping>
590
+ <mime-mapping>
591
+ <extension>dtd</extension>
592
+ <mime-type>application/xml-dtd</mime-type>
593
+ </mime-mapping>
594
+ <mime-mapping>
595
+ <extension>dv</extension>
596
+ <mime-type>video/x-dv</mime-type>
597
+ </mime-mapping>
598
+ <mime-mapping>
599
+ <extension>dvi</extension>
600
+ <mime-type>application/x-dvi</mime-type>
601
+ </mime-mapping>
602
+ <mime-mapping>
603
+ <extension>eps</extension>
604
+ <mime-type>application/postscript</mime-type>
605
+ </mime-mapping>
606
+ <mime-mapping>
607
+ <extension>etx</extension>
608
+ <mime-type>text/x-setext</mime-type>
609
+ </mime-mapping>
610
+ <mime-mapping>
611
+ <extension>exe</extension>
612
+ <mime-type>application/octet-stream</mime-type>
613
+ </mime-mapping>
614
+ <mime-mapping>
615
+ <extension>gif</extension>
616
+ <mime-type>image/gif</mime-type>
617
+ </mime-mapping>
618
+ <mime-mapping>
619
+ <extension>gtar</extension>
620
+ <mime-type>application/x-gtar</mime-type>
621
+ </mime-mapping>
622
+ <mime-mapping>
623
+ <extension>gz</extension>
624
+ <mime-type>application/x-gzip</mime-type>
625
+ </mime-mapping>
626
+ <mime-mapping>
627
+ <extension>hdf</extension>
628
+ <mime-type>application/x-hdf</mime-type>
629
+ </mime-mapping>
630
+ <mime-mapping>
631
+ <extension>hqx</extension>
632
+ <mime-type>application/mac-binhex40</mime-type>
633
+ </mime-mapping>
634
+ <mime-mapping>
635
+ <extension>htc</extension>
636
+ <mime-type>text/x-component</mime-type>
637
+ </mime-mapping>
638
+ <mime-mapping>
639
+ <extension>htm</extension>
640
+ <mime-type>text/html</mime-type>
641
+ </mime-mapping>
642
+ <mime-mapping>
643
+ <extension>html</extension>
644
+ <mime-type>text/html</mime-type>
645
+ </mime-mapping>
646
+ <mime-mapping>
647
+ <extension>hqx</extension>
648
+ <mime-type>application/mac-binhex40</mime-type>
649
+ </mime-mapping>
650
+ <mime-mapping>
651
+ <extension>ief</extension>
652
+ <mime-type>image/ief</mime-type>
653
+ </mime-mapping>
654
+ <mime-mapping>
655
+ <extension>jad</extension>
656
+ <mime-type>text/vnd.sun.j2me.app-descriptor</mime-type>
657
+ </mime-mapping>
658
+ <mime-mapping>
659
+ <extension>jar</extension>
660
+ <mime-type>application/java-archive</mime-type>
661
+ </mime-mapping>
662
+ <mime-mapping>
663
+ <extension>java</extension>
664
+ <mime-type>text/plain</mime-type>
665
+ </mime-mapping>
666
+ <mime-mapping>
667
+ <extension>jnlp</extension>
668
+ <mime-type>application/x-java-jnlp-file</mime-type>
669
+ </mime-mapping>
670
+ <mime-mapping>
671
+ <extension>jpe</extension>
672
+ <mime-type>image/jpeg</mime-type>
673
+ </mime-mapping>
674
+ <mime-mapping>
675
+ <extension>jpeg</extension>
676
+ <mime-type>image/jpeg</mime-type>
677
+ </mime-mapping>
678
+ <mime-mapping>
679
+ <extension>jpg</extension>
680
+ <mime-type>image/jpeg</mime-type>
681
+ </mime-mapping>
682
+ <mime-mapping>
683
+ <extension>js</extension>
684
+ <mime-type>text/javascript</mime-type>
685
+ </mime-mapping>
686
+ <mime-mapping>
687
+ <extension>jsf</extension>
688
+ <mime-type>text/plain</mime-type>
689
+ </mime-mapping>
690
+ <mime-mapping>
691
+ <extension>jspf</extension>
692
+ <mime-type>text/plain</mime-type>
693
+ </mime-mapping>
694
+ <mime-mapping>
695
+ <extension>kar</extension>
696
+ <mime-type>audio/x-midi</mime-type>
697
+ </mime-mapping>
698
+ <mime-mapping>
699
+ <extension>latex</extension>
700
+ <mime-type>application/x-latex</mime-type>
701
+ </mime-mapping>
702
+ <mime-mapping>
703
+ <extension>m3u</extension>
704
+ <mime-type>audio/x-mpegurl</mime-type>
705
+ </mime-mapping>
706
+ <mime-mapping>
707
+ <extension>mac</extension>
708
+ <mime-type>image/x-macpaint</mime-type>
709
+ </mime-mapping>
710
+ <mime-mapping>
711
+ <extension>man</extension>
712
+ <mime-type>application/x-troff-man</mime-type>
713
+ </mime-mapping>
714
+ <mime-mapping>
715
+ <extension>mathml</extension>
716
+ <mime-type>application/mathml+xml</mime-type>
717
+ </mime-mapping>
718
+ <mime-mapping>
719
+ <extension>me</extension>
720
+ <mime-type>application/x-troff-me</mime-type>
721
+ </mime-mapping>
722
+ <mime-mapping>
723
+ <extension>mid</extension>
724
+ <mime-type>audio/x-midi</mime-type>
725
+ </mime-mapping>
726
+ <mime-mapping>
727
+ <extension>midi</extension>
728
+ <mime-type>audio/x-midi</mime-type>
729
+ </mime-mapping>
730
+ <mime-mapping>
731
+ <extension>mif</extension>
732
+ <mime-type>application/x-mif</mime-type>
733
+ </mime-mapping>
734
+ <mime-mapping>
735
+ <extension>mov</extension>
736
+ <mime-type>video/quicktime</mime-type>
737
+ </mime-mapping>
738
+ <mime-mapping>
739
+ <extension>movie</extension>
740
+ <mime-type>video/x-sgi-movie</mime-type>
741
+ </mime-mapping>
742
+ <mime-mapping>
743
+ <extension>mp1</extension>
744
+ <mime-type>audio/x-mpeg</mime-type>
745
+ </mime-mapping>
746
+ <mime-mapping>
747
+ <extension>mp2</extension>
748
+ <mime-type>audio/x-mpeg</mime-type>
749
+ </mime-mapping>
750
+ <mime-mapping>
751
+ <extension>mp3</extension>
752
+ <mime-type>audio/x-mpeg</mime-type>
753
+ </mime-mapping>
754
+ <mime-mapping>
755
+ <extension>mp4</extension>
756
+ <mime-type>video/mp4</mime-type>
757
+ </mime-mapping>
758
+ <mime-mapping>
759
+ <extension>mpa</extension>
760
+ <mime-type>audio/x-mpeg</mime-type>
761
+ </mime-mapping>
762
+ <mime-mapping>
763
+ <extension>mpe</extension>
764
+ <mime-type>video/mpeg</mime-type>
765
+ </mime-mapping>
766
+ <mime-mapping>
767
+ <extension>mpeg</extension>
768
+ <mime-type>video/mpeg</mime-type>
769
+ </mime-mapping>
770
+ <mime-mapping>
771
+ <extension>mpega</extension>
772
+ <mime-type>audio/x-mpeg</mime-type>
773
+ </mime-mapping>
774
+ <mime-mapping>
775
+ <extension>mpg</extension>
776
+ <mime-type>video/mpeg</mime-type>
777
+ </mime-mapping>
778
+ <mime-mapping>
779
+ <extension>mpv2</extension>
780
+ <mime-type>video/mpeg2</mime-type>
781
+ </mime-mapping>
782
+ <mime-mapping>
783
+ <extension>ms</extension>
784
+ <mime-type>application/x-wais-source</mime-type>
785
+ </mime-mapping>
786
+ <mime-mapping>
787
+ <extension>nc</extension>
788
+ <mime-type>application/x-netcdf</mime-type>
789
+ </mime-mapping>
790
+ <mime-mapping>
791
+ <extension>oda</extension>
792
+ <mime-type>application/oda</mime-type>
793
+ </mime-mapping>
794
+ <mime-mapping>
795
+ <!-- OpenDocument Database -->
796
+ <extension>odb</extension>
797
+ <mime-type>application/vnd.oasis.opendocument.database</mime-type>
798
+ </mime-mapping>
799
+ <mime-mapping>
800
+ <!-- OpenDocument Chart -->
801
+ <extension>odc</extension>
802
+ <mime-type>application/vnd.oasis.opendocument.chart</mime-type>
803
+ </mime-mapping>
804
+ <mime-mapping>
805
+ <!-- OpenDocument Formula -->
806
+ <extension>odf</extension>
807
+ <mime-type>application/vnd.oasis.opendocument.formula</mime-type>
808
+ </mime-mapping>
809
+ <mime-mapping>
810
+ <!-- OpenDocument Drawing -->
811
+ <extension>odg</extension>
812
+ <mime-type>application/vnd.oasis.opendocument.graphics</mime-type>
813
+ </mime-mapping>
814
+ <mime-mapping>
815
+ <!-- OpenDocument Image -->
816
+ <extension>odi</extension>
817
+ <mime-type>application/vnd.oasis.opendocument.image</mime-type>
818
+ </mime-mapping>
819
+ <mime-mapping>
820
+ <!-- OpenDocument Master Document -->
821
+ <extension>odm</extension>
822
+ <mime-type>application/vnd.oasis.opendocument.text-master</mime-type>
823
+ </mime-mapping>
824
+ <mime-mapping>
825
+ <!-- OpenDocument Presentation -->
826
+ <extension>odp</extension>
827
+ <mime-type>application/vnd.oasis.opendocument.presentation</mime-type>
828
+ </mime-mapping>
829
+ <mime-mapping>
830
+ <!-- OpenDocument Spreadsheet -->
831
+ <extension>ods</extension>
832
+ <mime-type>application/vnd.oasis.opendocument.spreadsheet</mime-type>
833
+ </mime-mapping>
834
+ <mime-mapping>
835
+ <!-- OpenDocument Text -->
836
+ <extension>odt</extension>
837
+ <mime-type>application/vnd.oasis.opendocument.text</mime-type>
838
+ </mime-mapping>
839
+ <mime-mapping>
840
+ <extension>ogg</extension>
841
+ <mime-type>application/ogg</mime-type>
842
+ </mime-mapping>
843
+ <mime-mapping>
844
+ <!-- OpenDocument Drawing Template -->
845
+ <extension>otg </extension>
846
+ <mime-type>application/vnd.oasis.opendocument.graphics-template</mime-type>
847
+ </mime-mapping>
848
+ <mime-mapping>
849
+ <!-- HTML Document Template -->
850
+ <extension>oth</extension>
851
+ <mime-type>application/vnd.oasis.opendocument.text-web</mime-type>
852
+ </mime-mapping>
853
+ <mime-mapping>
854
+ <!-- OpenDocument Presentation Template -->
855
+ <extension>otp</extension>
856
+ <mime-type>application/vnd.oasis.opendocument.presentation-template</mime-type>
857
+ </mime-mapping>
858
+ <mime-mapping>
859
+ <!-- OpenDocument Spreadsheet Template -->
860
+ <extension>ots</extension>
861
+ <mime-type>application/vnd.oasis.opendocument.spreadsheet-template </mime-type>
862
+ </mime-mapping>
863
+ <mime-mapping>
864
+ <!-- OpenDocument Text Template -->
865
+ <extension>ott</extension>
866
+ <mime-type>application/vnd.oasis.opendocument.text-template</mime-type>
867
+ </mime-mapping>
868
+ <mime-mapping>
869
+ <extension>pbm</extension>
870
+ <mime-type>image/x-portable-bitmap</mime-type>
871
+ </mime-mapping>
872
+ <mime-mapping>
873
+ <extension>pct</extension>
874
+ <mime-type>image/pict</mime-type>
875
+ </mime-mapping>
876
+ <mime-mapping>
877
+ <extension>pdf</extension>
878
+ <mime-type>application/pdf</mime-type>
879
+ </mime-mapping>
880
+ <mime-mapping>
881
+ <extension>pgm</extension>
882
+ <mime-type>image/x-portable-graymap</mime-type>
883
+ </mime-mapping>
884
+ <mime-mapping>
885
+ <extension>pic</extension>
886
+ <mime-type>image/pict</mime-type>
887
+ </mime-mapping>
888
+ <mime-mapping>
889
+ <extension>pict</extension>
890
+ <mime-type>image/pict</mime-type>
891
+ </mime-mapping>
892
+ <mime-mapping>
893
+ <extension>pls</extension>
894
+ <mime-type>audio/x-scpls</mime-type>
895
+ </mime-mapping>
896
+ <mime-mapping>
897
+ <extension>png</extension>
898
+ <mime-type>image/png</mime-type>
899
+ </mime-mapping>
900
+ <mime-mapping>
901
+ <extension>pnm</extension>
902
+ <mime-type>image/x-portable-anymap</mime-type>
903
+ </mime-mapping>
904
+ <mime-mapping>
905
+ <extension>pnt</extension>
906
+ <mime-type>image/x-macpaint</mime-type>
907
+ </mime-mapping>
908
+ <mime-mapping>
909
+ <extension>ppm</extension>
910
+ <mime-type>image/x-portable-pixmap</mime-type>
911
+ </mime-mapping>
912
+ <mime-mapping>
913
+ <extension>ppt</extension>
914
+ <mime-type>application/powerpoint</mime-type>
915
+ </mime-mapping>
916
+ <mime-mapping>
917
+ <extension>ps</extension>
918
+ <mime-type>application/postscript</mime-type>
919
+ </mime-mapping>
920
+ <mime-mapping>
921
+ <extension>psd</extension>
922
+ <mime-type>image/x-photoshop</mime-type>
923
+ </mime-mapping>
924
+ <mime-mapping>
925
+ <extension>qt</extension>
926
+ <mime-type>video/quicktime</mime-type>
927
+ </mime-mapping>
928
+ <mime-mapping>
929
+ <extension>qti</extension>
930
+ <mime-type>image/x-quicktime</mime-type>
931
+ </mime-mapping>
932
+ <mime-mapping>
933
+ <extension>qtif</extension>
934
+ <mime-type>image/x-quicktime</mime-type>
935
+ </mime-mapping>
936
+ <mime-mapping>
937
+ <extension>ras</extension>
938
+ <mime-type>image/x-cmu-raster</mime-type>
939
+ </mime-mapping>
940
+ <mime-mapping>
941
+ <extension>rdf</extension>
942
+ <mime-type>application/rdf+xml</mime-type>
943
+ </mime-mapping>
944
+ <mime-mapping>
945
+ <extension>rgb</extension>
946
+ <mime-type>image/x-rgb</mime-type>
947
+ </mime-mapping>
948
+ <mime-mapping>
949
+ <extension>rm</extension>
950
+ <mime-type>application/vnd.rn-realmedia</mime-type>
951
+ </mime-mapping>
952
+ <mime-mapping>
953
+ <extension>roff</extension>
954
+ <mime-type>application/x-troff</mime-type>
955
+ </mime-mapping>
956
+ <mime-mapping>
957
+ <extension>rtf</extension>
958
+ <mime-type>application/rtf</mime-type>
959
+ </mime-mapping>
960
+ <mime-mapping>
961
+ <extension>rtx</extension>
962
+ <mime-type>text/richtext</mime-type>
963
+ </mime-mapping>
964
+ <mime-mapping>
965
+ <extension>sh</extension>
966
+ <mime-type>application/x-sh</mime-type>
967
+ </mime-mapping>
968
+ <mime-mapping>
969
+ <extension>shar</extension>
970
+ <mime-type>application/x-shar</mime-type>
971
+ </mime-mapping>
972
+ <!--
973
+ <mime-mapping>
974
+ <extension>shtml</extension>
975
+ <mime-type>text/x-server-parsed-html</mime-type>
976
+ </mime-mapping>
977
+ -->
978
+ <mime-mapping>
979
+ <extension>smf</extension>
980
+ <mime-type>audio/x-midi</mime-type>
981
+ </mime-mapping>
982
+ <mime-mapping>
983
+ <extension>sit</extension>
984
+ <mime-type>application/x-stuffit</mime-type>
985
+ </mime-mapping>
986
+ <mime-mapping>
987
+ <extension>snd</extension>
988
+ <mime-type>audio/basic</mime-type>
989
+ </mime-mapping>
990
+ <mime-mapping>
991
+ <extension>src</extension>
992
+ <mime-type>application/x-wais-source</mime-type>
993
+ </mime-mapping>
994
+ <mime-mapping>
995
+ <extension>sv4cpio</extension>
996
+ <mime-type>application/x-sv4cpio</mime-type>
997
+ </mime-mapping>
998
+ <mime-mapping>
999
+ <extension>sv4crc</extension>
1000
+ <mime-type>application/x-sv4crc</mime-type>
1001
+ </mime-mapping>
1002
+ <mime-mapping>
1003
+ <extension>swf</extension>
1004
+ <mime-type>application/x-shockwave-flash</mime-type>
1005
+ </mime-mapping>
1006
+ <mime-mapping>
1007
+ <extension>t</extension>
1008
+ <mime-type>application/x-troff</mime-type>
1009
+ </mime-mapping>
1010
+ <mime-mapping>
1011
+ <extension>tar</extension>
1012
+ <mime-type>application/x-tar</mime-type>
1013
+ </mime-mapping>
1014
+ <mime-mapping>
1015
+ <extension>tcl</extension>
1016
+ <mime-type>application/x-tcl</mime-type>
1017
+ </mime-mapping>
1018
+ <mime-mapping>
1019
+ <extension>tex</extension>
1020
+ <mime-type>application/x-tex</mime-type>
1021
+ </mime-mapping>
1022
+ <mime-mapping>
1023
+ <extension>texi</extension>
1024
+ <mime-type>application/x-texinfo</mime-type>
1025
+ </mime-mapping>
1026
+ <mime-mapping>
1027
+ <extension>texinfo</extension>
1028
+ <mime-type>application/x-texinfo</mime-type>
1029
+ </mime-mapping>
1030
+ <mime-mapping>
1031
+ <extension>tif</extension>
1032
+ <mime-type>image/tiff</mime-type>
1033
+ </mime-mapping>
1034
+ <mime-mapping>
1035
+ <extension>tiff</extension>
1036
+ <mime-type>image/tiff</mime-type>
1037
+ </mime-mapping>
1038
+ <mime-mapping>
1039
+ <extension>tr</extension>
1040
+ <mime-type>application/x-troff</mime-type>
1041
+ </mime-mapping>
1042
+ <mime-mapping>
1043
+ <extension>tsv</extension>
1044
+ <mime-type>text/tab-separated-values</mime-type>
1045
+ </mime-mapping>
1046
+ <mime-mapping>
1047
+ <extension>txt</extension>
1048
+ <mime-type>text/plain</mime-type>
1049
+ </mime-mapping>
1050
+ <mime-mapping>
1051
+ <extension>ulw</extension>
1052
+ <mime-type>audio/basic</mime-type>
1053
+ </mime-mapping>
1054
+ <mime-mapping>
1055
+ <extension>ustar</extension>
1056
+ <mime-type>application/x-ustar</mime-type>
1057
+ </mime-mapping>
1058
+ <mime-mapping>
1059
+ <extension>vxml</extension>
1060
+ <mime-type>application/voicexml+xml</mime-type>
1061
+ </mime-mapping>
1062
+ <mime-mapping>
1063
+ <extension>xbm</extension>
1064
+ <mime-type>image/x-xbitmap</mime-type>
1065
+ </mime-mapping>
1066
+ <mime-mapping>
1067
+ <extension>xht</extension>
1068
+ <mime-type>application/xhtml+xml</mime-type>
1069
+ </mime-mapping>
1070
+ <mime-mapping>
1071
+ <extension>xhtml</extension>
1072
+ <mime-type>application/xhtml+xml</mime-type>
1073
+ </mime-mapping>
1074
+ <mime-mapping>
1075
+ <extension>xml</extension>
1076
+ <mime-type>application/xml</mime-type>
1077
+ </mime-mapping>
1078
+ <mime-mapping>
1079
+ <extension>xpm</extension>
1080
+ <mime-type>image/x-xpixmap</mime-type>
1081
+ </mime-mapping>
1082
+ <mime-mapping>
1083
+ <extension>xsl</extension>
1084
+ <mime-type>application/xml</mime-type>
1085
+ </mime-mapping>
1086
+ <mime-mapping>
1087
+ <extension>xslt</extension>
1088
+ <mime-type>application/xslt+xml</mime-type>
1089
+ </mime-mapping>
1090
+ <mime-mapping>
1091
+ <extension>xul</extension>
1092
+ <mime-type>application/vnd.mozilla.xul+xml</mime-type>
1093
+ </mime-mapping>
1094
+ <mime-mapping>
1095
+ <extension>xwd</extension>
1096
+ <mime-type>image/x-xwindowdump</mime-type>
1097
+ </mime-mapping>
1098
+ <mime-mapping>
1099
+ <extension>wav</extension>
1100
+ <mime-type>audio/x-wav</mime-type>
1101
+ </mime-mapping>
1102
+ <mime-mapping>
1103
+ <extension>svg</extension>
1104
+ <mime-type>image/svg+xml</mime-type>
1105
+ </mime-mapping>
1106
+ <mime-mapping>
1107
+ <extension>svgz</extension>
1108
+ <mime-type>image/svg+xml</mime-type>
1109
+ </mime-mapping>
1110
+ <mime-mapping>
1111
+ <extension>vsd</extension>
1112
+ <mime-type>application/x-visio</mime-type>
1113
+ </mime-mapping>
1114
+ <mime-mapping>
1115
+ <!-- Wireless Bitmap -->
1116
+ <extension>wbmp</extension>
1117
+ <mime-type>image/vnd.wap.wbmp</mime-type>
1118
+ </mime-mapping>
1119
+ <mime-mapping>
1120
+ <!-- WML Source -->
1121
+ <extension>wml</extension>
1122
+ <mime-type>text/vnd.wap.wml</mime-type>
1123
+ </mime-mapping>
1124
+ <mime-mapping>
1125
+ <!-- Compiled WML -->
1126
+ <extension>wmlc</extension>
1127
+ <mime-type>application/vnd.wap.wmlc</mime-type>
1128
+ </mime-mapping>
1129
+ <mime-mapping>
1130
+ <!-- WML Script Source -->
1131
+ <extension>wmls</extension>
1132
+ <mime-type>text/vnd.wap.wmlscript</mime-type>
1133
+ </mime-mapping>
1134
+ <mime-mapping>
1135
+ <!-- Compiled WML Script -->
1136
+ <extension>wmlscriptc</extension>
1137
+ <mime-type>application/vnd.wap.wmlscriptc</mime-type>
1138
+ </mime-mapping>
1139
+ <mime-mapping>
1140
+ <extension>wmv</extension>
1141
+ <mime-type>video/x-ms-wmv</mime-type>
1142
+ </mime-mapping>
1143
+ <mime-mapping>
1144
+ <extension>wrl</extension>
1145
+ <mime-type>x-world/x-vrml</mime-type>
1146
+ </mime-mapping>
1147
+ <mime-mapping>
1148
+ <extension>wspolicy</extension>
1149
+ <mime-type>application/wspolicy+xml</mime-type>
1150
+ </mime-mapping>
1151
+ <mime-mapping>
1152
+ <extension>Z</extension>
1153
+ <mime-type>application/x-compress</mime-type>
1154
+ </mime-mapping>
1155
+ <mime-mapping>
1156
+ <extension>z</extension>
1157
+ <mime-type>application/x-compress</mime-type>
1158
+ </mime-mapping>
1159
+ <mime-mapping>
1160
+ <extension>zip</extension>
1161
+ <mime-type>application/zip</mime-type>
1162
+ </mime-mapping>
1163
+ <mime-mapping>
1164
+ <extension>xls</extension>
1165
+ <mime-type>application/vnd.ms-excel</mime-type>
1166
+ </mime-mapping>
1167
+ <mime-mapping>
1168
+ <extension>doc</extension>
1169
+ <mime-type>application/vnd.ms-word</mime-type>
1170
+ </mime-mapping>
1171
+ <mime-mapping>
1172
+ <extension>ppt</extension>
1173
+ <mime-type>application/vnd.ms-powerpoint</mime-type>
1174
+ </mime-mapping>
1175
+
1176
+ <!-- ==================== Default Welcome File List ===================== -->
1177
+ <!-- When a request URI refers to a directory, the default servlet looks -->
1178
+ <!-- for a "welcome file" within that directory and, if present, -->
1179
+ <!-- to the corresponding resource URI for display. If no welcome file -->
1180
+ <!-- is present, the default servlet either serves a directory listing, -->
1181
+ <!-- or returns a 404 status, depending on how it is configured. -->
1182
+ <!-- -->
1183
+ <!-- If you define welcome files in your own application's web.xml -->
1184
+ <!-- deployment descriptor, that list *replaces* the list configured -->
1185
+ <!-- here, so be sure that you include any of the default values that -->
1186
+ <!-- you wish to include. -->
1187
+
1188
+ <welcome-file-list>
1189
+ <welcome-file>index.html</welcome-file>
1190
+ <welcome-file>index.htm</welcome-file>
1191
+ <welcome-file>index.jsp</welcome-file>
1192
+ </welcome-file-list>
1193
+
1194
+ </web-app>