glassfish 0.1.1-universal-java-1.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (135) hide show
  1. data/COPYRIGHT +33 -0
  2. data/LICENSE.txt +263 -0
  3. data/README +12 -0
  4. data/bin/asadmin +7 -0
  5. data/bin/asadmin.bat +8 -0
  6. data/bin/glassfish_rails +40 -0
  7. data/config/asadminenv.conf +6 -0
  8. data/config/asenv.bat +28 -0
  9. data/config/asenv.conf +27 -0
  10. data/config/glassfish.container +4 -0
  11. data/domains/domain1/config/admin-keyfile +3 -0
  12. data/domains/domain1/config/cacerts.jks +0 -0
  13. data/domains/domain1/config/default-web.xml +906 -0
  14. data/domains/domain1/config/domain-passwords +0 -0
  15. data/domains/domain1/config/domain.xml +208 -0
  16. data/domains/domain1/config/keyfile +6 -0
  17. data/domains/domain1/config/keystore.jks +0 -0
  18. data/domains/domain1/config/logging.properties +82 -0
  19. data/domains/domain1/config/login.conf +18 -0
  20. data/domains/domain1/config/server.policy +160 -0
  21. data/domains/domain1/config/sun-acc.xml +40 -0
  22. data/domains/domain1/config/wss-server-config-1.0.xml +86 -0
  23. data/domains/domain1/config/wss-server-config-2.0.xml +94 -0
  24. data/domains/domain1/docroot/favicon.gif +0 -0
  25. data/domains/domain1/docroot/index.html +87 -0
  26. data/domains/domain1/master-password +0 -0
  27. data/lib/appclient/appclientlogin.conf +10 -0
  28. data/lib/appclient/client.policy +79 -0
  29. data/lib/appclient/wss-client-config-1.0.xml +84 -0
  30. data/lib/appclient/wss-client-config-2.0.xml +96 -0
  31. data/lib/dtds/application-client_1_2.dtd +292 -0
  32. data/lib/dtds/application-client_1_3.dtd +506 -0
  33. data/lib/dtds/application_1_2.dtd +197 -0
  34. data/lib/dtds/application_1_3.dtd +312 -0
  35. data/lib/dtds/connector_1_0.dtd +561 -0
  36. data/lib/dtds/ejb-jar_1_1.dtd +894 -0
  37. data/lib/dtds/ejb-jar_2_0.dtd +1671 -0
  38. data/lib/dtds/sun-application-client-container_1_0.dtd +123 -0
  39. data/lib/dtds/sun-application-client-container_1_1.dtd +264 -0
  40. data/lib/dtds/sun-application-client-container_1_2.dtd +267 -0
  41. data/lib/dtds/sun-application-client_1_3-0.dtd +57 -0
  42. data/lib/dtds/sun-application-client_1_4-0.dtd +182 -0
  43. data/lib/dtds/sun-application-client_1_4-1.dtd +431 -0
  44. data/lib/dtds/sun-application-client_5_0-0.dtd +495 -0
  45. data/lib/dtds/sun-application_1_3-0.dtd +30 -0
  46. data/lib/dtds/sun-application_1_4-0.dtd +44 -0
  47. data/lib/dtds/sun-application_5_0-0.dtd +51 -0
  48. data/lib/dtds/sun-cmp-mapping_1_0.dtd +100 -0
  49. data/lib/dtds/sun-cmp-mapping_1_1.dtd +99 -0
  50. data/lib/dtds/sun-cmp-mapping_1_2.dtd +106 -0
  51. data/lib/dtds/sun-connector_1_0-0.dtd +66 -0
  52. data/lib/dtds/sun-connector_1_5-0.dtd +62 -0
  53. data/lib/dtds/sun-domain_1_0.dtd +2007 -0
  54. data/lib/dtds/sun-domain_1_1.dtd +3080 -0
  55. data/lib/dtds/sun-domain_1_2.dtd +3697 -0
  56. data/lib/dtds/sun-domain_1_3.dtd +3867 -0
  57. data/lib/dtds/sun-ejb-jar_2_0-0.dtd +449 -0
  58. data/lib/dtds/sun-ejb-jar_2_0-1.dtd +454 -0
  59. data/lib/dtds/sun-ejb-jar_2_1-0.dtd +756 -0
  60. data/lib/dtds/sun-ejb-jar_2_1-1.dtd +1085 -0
  61. data/lib/dtds/sun-ejb-jar_3_0-0.dtd +1113 -0
  62. data/lib/dtds/sun-loadbalancer_1_0.dtd +156 -0
  63. data/lib/dtds/sun-loadbalancer_1_1.dtd +172 -0
  64. data/lib/dtds/sun-resources_1_0.dtd +650 -0
  65. data/lib/dtds/sun-resources_1_1.dtd +650 -0
  66. data/lib/dtds/sun-resources_1_2.dtd +662 -0
  67. data/lib/dtds/sun-resources_1_3.dtd +732 -0
  68. data/lib/dtds/sun-server_1_0.dtd +1056 -0
  69. data/lib/dtds/sun-web-app_2_3-0.dtd +230 -0
  70. data/lib/dtds/sun-web-app_2_3-1.dtd +230 -0
  71. data/lib/dtds/sun-web-app_2_4-0.dtd +466 -0
  72. data/lib/dtds/sun-web-app_2_4-1.dtd +742 -0
  73. data/lib/dtds/sun-web-app_2_5-0.dtd +789 -0
  74. data/lib/dtds/web-app_2_2.dtd +639 -0
  75. data/lib/dtds/web-app_2_3.dtd +1063 -0
  76. data/lib/dtds/web-jsptaglibrary_1_1.dtd +265 -0
  77. data/lib/dtds/web-jsptaglibrary_1_2.dtd +468 -0
  78. data/lib/package-appclient.xml +185 -0
  79. data/lib/processLauncher.properties +25 -0
  80. data/lib/processLauncher.xml +189 -0
  81. data/lib/schemas/XMLSchema.dtd +402 -0
  82. data/lib/schemas/application-client_1_4.xsd +267 -0
  83. data/lib/schemas/application-client_5.xsd +304 -0
  84. data/lib/schemas/application_1_4.xsd +315 -0
  85. data/lib/schemas/application_5.xsd +336 -0
  86. data/lib/schemas/connector_1_5.xsd +1036 -0
  87. data/lib/schemas/datatypes.dtd +203 -0
  88. data/lib/schemas/ejb-jar_2_1.xsd +2208 -0
  89. data/lib/schemas/ejb-jar_3_0.xsd +2706 -0
  90. data/lib/schemas/j2ee_1_4.xsd +1608 -0
  91. data/lib/schemas/j2ee_jaxrpc_mapping_1_1.xsd +886 -0
  92. data/lib/schemas/j2ee_web_services_1_1.xsd +491 -0
  93. data/lib/schemas/j2ee_web_services_client_1_1.xsd +345 -0
  94. data/lib/schemas/javaee_5.xsd +2096 -0
  95. data/lib/schemas/javaee_web_services_1_2.xsd +747 -0
  96. data/lib/schemas/javaee_web_services_client_1_2.xsd +578 -0
  97. data/lib/schemas/jax-rpc-ri-config.xsd +416 -0
  98. data/lib/schemas/jsp_2_0.xsd +308 -0
  99. data/lib/schemas/jsp_2_1.xsd +343 -0
  100. data/lib/schemas/orm_1_0.xsd +1516 -0
  101. data/lib/schemas/persistence_1_0.xsd +260 -0
  102. data/lib/schemas/web-app_2_4.xsd +1234 -0
  103. data/lib/schemas/web-app_2_5.xsd +1271 -0
  104. data/lib/schemas/web-jsptaglibrary_2_0.xsd +1010 -0
  105. data/lib/schemas/web-jsptaglibrary_2_1.xsd +1144 -0
  106. data/lib/schemas/xml.xsd +82 -0
  107. data/modules/admin-cli-10.0-SNAPSHOT.jar +0 -0
  108. data/modules/auto-depends-0.2-SNAPSHOT.jar +0 -0
  109. data/modules/cli-framework-10.0-SNAPSHOT.jar +0 -0
  110. data/modules/common-ee-util-10.0-SNAPSHOT.jar +0 -0
  111. data/modules/common-util-10.0-SNAPSHOT.jar +0 -0
  112. data/modules/config-0.2-SNAPSHOT.jar +0 -0
  113. data/modules/config-api-10.0-SNAPSHOT.jar +0 -0
  114. data/modules/gf-jruby-connector-10.0-SNAPSHOT.jar +0 -0
  115. data/modules/glassfish-10.0-SNAPSHOT.jar +0 -0
  116. data/modules/glassfish-api-10.0-SNAPSHOT.jar +0 -0
  117. data/modules/glassfish.rb +10 -0
  118. data/modules/grizzly-framework-1.7.1.jar +0 -0
  119. data/modules/grizzly-http-1.7.1.jar +0 -0
  120. data/modules/grizzly-http-utils-1.7.1.jar +0 -0
  121. data/modules/grizzly-jruby-1.7.0.jar +0 -0
  122. data/modules/grizzly-jruby-module-1.7.0.jar +0 -0
  123. data/modules/grizzly-module-1.7.1.jar +0 -0
  124. data/modules/grizzly-portunif-1.7.1.jar +0 -0
  125. data/modules/grizzly-rcm-1.7.1.jar +0 -0
  126. data/modules/hk2-0.2-SNAPSHOT.jar +0 -0
  127. data/modules/hk2-core-0.2-SNAPSHOT.jar +0 -0
  128. data/modules/junit-4.3.1.jar +0 -0
  129. data/modules/kernel-10.0-SNAPSHOT.jar +0 -0
  130. data/modules/persistence-api-1.0b.jar +0 -0
  131. data/modules/servlet-api-2.5.jar +0 -0
  132. data/modules/sjsxp-1.0.jar +0 -0
  133. data/modules/stax-api-1.0-2.jar +0 -0
  134. data/modules/tiger-types-1.0.jar +0 -0
  135. metadata +206 -0
Binary file
@@ -0,0 +1,906 @@
1
+ <?xml version="1.0" encoding="ISO-8859-1"?>
2
+
3
+ <!--
4
+ The contents of this file are subject to the terms
5
+ of the Common Development and Distribution License
6
+ (the License). You may not use this file except in
7
+ compliance with the License.
8
+
9
+ You can obtain a copy of the license at
10
+ https://glassfish.dev.java.net/public/CDDLv1.0.html or
11
+ glassfish/bootstrap/legal/CDDLv1.0.txt.
12
+ See the License for the specific language governing
13
+ permissions and limitations under the License.
14
+
15
+ When distributing Covered Code, include this CDDL
16
+ Header Notice in each file and include the License file
17
+ at glassfish/bootstrap/legal/CDDLv1.0.txt.
18
+ If applicable, add the following below the CDDL Header,
19
+ with the fields enclosed by brackets [] replaced by
20
+ you own identifying information:
21
+ "Portions Copyrighted [year] [name of copyright owner]"
22
+
23
+ Copyright 2006 Sun Microsystems, Inc. All rights reserved.
24
+ -->
25
+
26
+ <!DOCTYPE web-app
27
+ PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
28
+ "http://java.sun.com/dtd/web-app_2_3.dtd">
29
+
30
+ <web-app>
31
+
32
+
33
+ <!-- ======================== Introduction ============================== -->
34
+
35
+
36
+ <!-- The default deployment descriptor. -->
37
+ <!-- -->
38
+ <!-- The default deployment descriptor specifies default deployment -->
39
+ <!-- descriptor values inherited by any web applications deployed to -->
40
+ <!-- the application server. -->
41
+
42
+
43
+ <!-- ============ Built In Context Init Parameter Definitions =========== -->
44
+
45
+
46
+ <!-- Init parameter to force the XML validation of JSF configuration -->
47
+ <!-- ressources. -->
48
+
49
+ <context-param>
50
+ <param-name>com.sun.faces.validateXml</param-name>
51
+ <param-value>true</param-value>
52
+ </context-param>
53
+
54
+ <!-- Init parameter will cause the JSF implementation to bypass -->
55
+ <!-- processing the web.xml to determine if we should continue -->
56
+ <!-- bootstrapping JSF for the web application. -->
57
+
58
+ <context-param>
59
+ <param-name>com.sun.faces.forceLoadConfiguration</param-name>
60
+ <param-value>true</param-value>
61
+ </context-param>
62
+
63
+
64
+ <!-- ================== Built In Servlet Definitions ==================== -->
65
+
66
+
67
+ <!-- The DefaultDervlet, which is responsible for serving static -->
68
+ <!-- resources. -->
69
+ <!-- This servlet processes any requests that are not mapped to other -->
70
+ <!-- servlets with servlet mappings (defined either here or in your own -->
71
+ <!-- web.xml file. This servlet supports the following initialization -->
72
+ <!-- parameters (default values have been placed in square brackets): -->
73
+ <!-- -->
74
+ <!-- debug Debugging detail level for messages logged -->
75
+ <!-- by this servlet. [0] -->
76
+ <!-- -->
77
+ <!-- fileEncoding Encoding to be used to read static resources -->
78
+ <!-- [platform default] -->
79
+ <!-- -->
80
+ <!-- input Input buffer size (in bytes) when reading -->
81
+ <!-- resources to be served. [2048] -->
82
+ <!-- -->
83
+ <!-- listings Should directory listings be produced if there -->
84
+ <!-- is no welcome file in this directory? [true] -->
85
+ <!-- -->
86
+ <!-- output Output buffer size (in bytes) when writing -->
87
+ <!-- resources to be served. [2048] -->
88
+ <!-- -->
89
+ <!-- readonly Is this context "read only", so HTTP -->
90
+ <!-- commands like PUT and DELETE are -->
91
+ <!-- rejected? [true] -->
92
+
93
+ <servlet>
94
+ <servlet-name>default</servlet-name>
95
+ <servlet-class>org.apache.catalina.servlets.DefaultServlet</servlet-class>
96
+ <init-param>
97
+ <param-name>debug</param-name>
98
+ <param-value>0</param-value>
99
+ </init-param>
100
+ <init-param>
101
+ <param-name>listings</param-name>
102
+ <param-value>true</param-value>
103
+ </init-param>
104
+ <load-on-startup>1</load-on-startup>
105
+ </servlet>
106
+
107
+
108
+ <!-- The JSP page compiler and execution servlet, which is the mechanism -->
109
+ <!-- used by the application server to support JSP pages. Traditionally, -->
110
+ <!-- this servlet is mapped to the URL pattern "*.jsp". -->
111
+ <!-- This servlet supports the following initialization parameters -->
112
+ <!-- (default values have been placed in square brackets): -->
113
+ <!-- -->
114
+ <!-- checkInterval If development is false and checkInterval is -->
115
+ <!-- greater than zero, background compilations are -->
116
+ <!-- enabled. checkInterval is the time in seconds -->
117
+ <!-- between checks to see if a JSP page needs to -->
118
+ <!-- be recompiled. [0] -->
119
+ <!-- -->
120
+ <!-- modificationTestInterval -->
121
+ <!-- Causes a JSP (and its dependent files) to not -->
122
+ <!-- be checked for modification during the -->
123
+ <!-- specified time interval (in seconds) from the -->
124
+ <!-- last time the JSP was checked for -->
125
+ <!-- modification. A value of 0 will cause the JSP -->
126
+ <!-- to be checked on every access. -->
127
+ <!-- Used in development mode only. [0] -->
128
+ <!-- -->
129
+ <!-- compiler Which compiler Ant should use to compile JSP -->
130
+ <!-- pages. See the Ant documentation for more -->
131
+ <!-- information. [javac] -->
132
+ <!-- -->
133
+ <!-- classdebuginfo Should the class file be compiled with -->
134
+ <!-- debugging information? [true] -->
135
+ <!-- -->
136
+ <!-- classpath What class path should I use while compiling -->
137
+ <!-- generated servlets? [Created dynamically -->
138
+ <!-- based on the current web application] -->
139
+ <!-- -->
140
+ <!-- development Is Jasper used in development mode? If true, -->
141
+ <!-- the frequency at which JSPs are checked for -->
142
+ <!-- modification may be specified via the -->
143
+ <!-- modificationTestInterval parameter. [true] -->
144
+ <!-- -->
145
+ <!-- enablePooling Determines whether tag handler pooling is -->
146
+ <!-- enabled [true] -->
147
+ <!-- -->
148
+ <!-- fork Tell Ant to fork compiles of JSP pages so that -->
149
+ <!-- JSP pages are compiled in their own JVM -->
150
+ <!-- (separate from the JVM that the application -->
151
+ <!-- server is running in). [true] -->
152
+ <!-- -->
153
+ <!-- ieClassId The class-id value to be sent to Internet -->
154
+ <!-- Explorer when using <jsp:plugin> tags. -->
155
+ <!-- [clsid:8AD9C840-044E-11D1-B3E9-00805F499D93] -->
156
+ <!-- -->
157
+ <!-- javaEncoding Java file encoding to use for generating java -->
158
+ <!-- source files. [UTF8] -->
159
+ <!-- -->
160
+ <!-- keepgenerated Should we keep the generated Java source code -->
161
+ <!-- for each page instead of deleting it? -->
162
+ <!-- [true with JDK 5 and before, or for jspc] -->
163
+ <!-- [false otherwise] -->
164
+ <!-- -->
165
+ <!-- saveBytecode Should the generated byte code be saved to -->
166
+ <!-- .class files? This option is meaningful only -->
167
+ <!-- when Java compiler API, JSR199 (available with -->
168
+ <!-- JDK 6) is used for javac compilations. -->
169
+ <!-- [false] [true for jspc] -->
170
+ <!-- -->
171
+ <!-- mappedfile Should we generate static content with one -->
172
+ <!-- print statement per input line, to ease -->
173
+ <!-- debugging? [true] -->
174
+ <!-- -->
175
+ <!-- trimSpaces Should white spaces in template text between -->
176
+ <!-- actions or directives be trimmed? [false] -->
177
+ <!-- -->
178
+ <!-- suppressSmap Should the generation of SMAP info for JSR45 -->
179
+ <!-- debugging be suppressed? [false] -->
180
+ <!-- -->
181
+ <!-- dumpSmap Should the SMAP info for JSR45 debugging be -->
182
+ <!-- dumped to a file? [false] -->
183
+ <!-- False if suppressSmap is true -->
184
+ <!-- -->
185
+ <!-- genStrAsCharArray Should text strings be generated as char -->
186
+ <!-- arrays, to improve performance in some cases? -->
187
+ <!-- [false] -->
188
+ <!-- -->
189
+ <!-- genStrAsByteArray Should text strings be generated as bytes -->
190
+ <!-- (encoded with the page encoding), if the page -->
191
+ <!-- is not buffered? -->
192
+ <!-- [true] -->
193
+ <!-- -->
194
+ <!-- defaultBufferNone Should the default for the buffer attribute of -->
195
+ <!-- the page directive be "none"? [false] -->
196
+ <!-- -->
197
+ <!-- errorOnUseBeanInvalidClassAttribute -->
198
+ <!-- Should Jasper issue an error when the value of -->
199
+ <!-- the class attribute in an useBean action is -->
200
+ <!-- not a valid bean class? [false] -->
201
+ <!-- -->
202
+ <!-- scratchdir What scratch directory should we use when -->
203
+ <!-- compiling JSP pages? [default work directory -->
204
+ <!-- for the current web application] -->
205
+ <!-- -->
206
+ <!-- xpoweredBy Determines whether X-Powered-By response -->
207
+ <!-- header is added by generated servlet [true] -->
208
+ <!-- -->
209
+ <!-- usePrecompiled If true, it is assumed that JSPs have been -->
210
+ <!-- precompiled, and their corresponding servlet -->
211
+ <!-- classes have been bundled in the web -->
212
+ <!-- application's WEB-INF/lib or WEB-INF/classes, -->
213
+ <!-- so that when a JSP is accessed, it is not -->
214
+ <!-- compiled, and instead, its precompiled servlet -->
215
+ <!-- class is used. [false] -->
216
+ <!-- -->
217
+ <!-- use-precompiled Same as usePrecompiled. If both are specified, -->
218
+ <!-- usePrecompiled takes precedence -->
219
+ <!-- -->
220
+ <!-- initialCapacity Initial capacity of HashMap mapping JSPs to -->
221
+ <!-- their corresponding servlets [32] -->
222
+ <!-- -->
223
+ <!-- initial-capacity Same as initialCapacity. If both are specified,-->
224
+ <!-- initialCapacity takes precedence -->
225
+ <!-- -->
226
+ <!-- httpMethods Comma separated list of HTTP methods supported -->
227
+ <!-- by the JspServlet. Wildcard ("*") denotes -->
228
+ <!-- "ALL METHODS". [ALL METHODS] -->
229
+ <!-- -->
230
+ <!-- reload-interval Specifies the frequency (in seconds) at which -->
231
+ <!-- JSP files are checked for modifications. -->
232
+ <!-- Setting this value to 0 checks JSPs for -->
233
+ <!-- modifications on every request. Setting this -->
234
+ <!-- value to -1 disables checks for JSP -->
235
+ <!-- modifications and JSP recompilation. -->
236
+ <!-- -->
237
+ <!-- compilerSourceVM Provides source compatibility with the -->
238
+ <!-- specified JDK release (same as -source -->
239
+ <!-- javac command-line switch) -->
240
+ <!-- -->
241
+ <!-- compilerTargetVM Generates class files for specified VM version -->
242
+ <!-- (same as -target javac command-line switch) -->
243
+ <!-- -->
244
+ <!-- If you wish to use Jikes to compile JSP pages: -->
245
+ <!-- * Set the "classpath" initialization parameter appropriately -->
246
+ <!-- for this web application. -->
247
+ <!-- * Set the "jspCompilerPlugin" initialization parameter to -->
248
+ <!-- "org.apache.jasper.compiler.JikesJavaCompiler". -->
249
+
250
+ <servlet>
251
+ <servlet-name>jsp</servlet-name>
252
+ <servlet-class>org.apache.jasper.servlet.JspServlet</servlet-class>
253
+ <init-param>
254
+ <param-name>xpoweredBy</param-name>
255
+ <param-value>true</param-value>
256
+ </init-param>
257
+ <load-on-startup>3</load-on-startup>
258
+ </servlet>
259
+
260
+ <servlet-mapping>
261
+ <servlet-name>jsp</servlet-name>
262
+ <url-pattern>*.jspx</url-pattern>
263
+ </servlet-mapping>
264
+
265
+
266
+ <!-- ================ Built In Servlet Mappings ========================= -->
267
+
268
+ <!-- The mapping for the default servlet -->
269
+ <servlet-mapping>
270
+ <servlet-name>default</servlet-name>
271
+ <url-pattern>/</url-pattern>
272
+ </servlet-mapping>
273
+
274
+
275
+ <!-- The mapping for the JSP servlet -->
276
+ <servlet-mapping>
277
+ <servlet-name>jsp</servlet-name>
278
+ <url-pattern>*.jsp</url-pattern>
279
+ </servlet-mapping>
280
+
281
+
282
+ <!-- ==================== Default Session Configuration ================= -->
283
+
284
+ <!-- You can set the default session timeout (in minutes) for all newly -->
285
+ <!-- created sessions by modifying the value below. -->
286
+
287
+ <session-config>
288
+ <session-timeout>30</session-timeout>
289
+ </session-config>
290
+
291
+
292
+ <!-- ===================== Default MIME Type Mappings =================== -->
293
+
294
+ <!-- When serving static resources, the application server will -->
295
+ <!-- automatically generate a "Content-Type" response header from the -->
296
+ <!-- filename extension of the resource, based on these mappings. -->
297
+ <!-- Additional mappings may be specified here (to be shared by all -->
298
+ <!-- web applications) or in a web application's web.xml deployment -->
299
+ <!-- descriptor (for that web application's individual use). -->
300
+
301
+ <mime-mapping>
302
+ <extension>abs</extension>
303
+ <mime-type>audio/x-mpeg</mime-type>
304
+ </mime-mapping>
305
+ <mime-mapping>
306
+ <extension>ai</extension>
307
+ <mime-type>application/postscript</mime-type>
308
+ </mime-mapping>
309
+ <mime-mapping>
310
+ <extension>aif</extension>
311
+ <mime-type>audio/x-aiff</mime-type>
312
+ </mime-mapping>
313
+ <mime-mapping>
314
+ <extension>aifc</extension>
315
+ <mime-type>audio/x-aiff</mime-type>
316
+ </mime-mapping>
317
+ <mime-mapping>
318
+ <extension>aiff</extension>
319
+ <mime-type>audio/x-aiff</mime-type>
320
+ </mime-mapping>
321
+ <mime-mapping>
322
+ <extension>aim</extension>
323
+ <mime-type>application/x-aim</mime-type>
324
+ </mime-mapping>
325
+ <mime-mapping>
326
+ <extension>art</extension>
327
+ <mime-type>image/x-jg</mime-type>
328
+ </mime-mapping>
329
+ <mime-mapping>
330
+ <extension>asf</extension>
331
+ <mime-type>video/x-ms-asf</mime-type>
332
+ </mime-mapping>
333
+ <mime-mapping>
334
+ <extension>asx</extension>
335
+ <mime-type>video/x-ms-asf</mime-type>
336
+ </mime-mapping>
337
+ <mime-mapping>
338
+ <extension>au</extension>
339
+ <mime-type>audio/basic</mime-type>
340
+ </mime-mapping>
341
+ <mime-mapping>
342
+ <extension>avi</extension>
343
+ <mime-type>video/x-msvideo</mime-type>
344
+ </mime-mapping>
345
+ <mime-mapping>
346
+ <extension>avx</extension>
347
+ <mime-type>video/x-rad-screenplay</mime-type>
348
+ </mime-mapping>
349
+ <mime-mapping>
350
+ <extension>bcpio</extension>
351
+ <mime-type>application/x-bcpio</mime-type>
352
+ </mime-mapping>
353
+ <mime-mapping>
354
+ <extension>bin</extension>
355
+ <mime-type>application/octet-stream</mime-type>
356
+ </mime-mapping>
357
+ <mime-mapping>
358
+ <extension>bmp</extension>
359
+ <mime-type>image/bmp</mime-type>
360
+ </mime-mapping>
361
+ <mime-mapping>
362
+ <extension>body</extension>
363
+ <mime-type>text/html</mime-type>
364
+ </mime-mapping>
365
+ <mime-mapping>
366
+ <extension>cdf</extension>
367
+ <mime-type>application/x-cdf</mime-type>
368
+ </mime-mapping>
369
+ <mime-mapping>
370
+ <extension>cer</extension>
371
+ <mime-type>application/x-x509-ca-cert</mime-type>
372
+ </mime-mapping>
373
+ <mime-mapping>
374
+ <extension>class</extension>
375
+ <mime-type>application/java</mime-type>
376
+ </mime-mapping>
377
+ <mime-mapping>
378
+ <extension>cpio</extension>
379
+ <mime-type>application/x-cpio</mime-type>
380
+ </mime-mapping>
381
+ <mime-mapping>
382
+ <extension>csh</extension>
383
+ <mime-type>application/x-csh</mime-type>
384
+ </mime-mapping>
385
+ <mime-mapping>
386
+ <extension>css</extension>
387
+ <mime-type>text/css</mime-type>
388
+ </mime-mapping>
389
+ <mime-mapping>
390
+ <extension>dib</extension>
391
+ <mime-type>image/bmp</mime-type>
392
+ </mime-mapping>
393
+ <mime-mapping>
394
+ <extension>doc</extension>
395
+ <mime-type>application/msword</mime-type>
396
+ </mime-mapping>
397
+ <mime-mapping>
398
+ <extension>dtd</extension>
399
+ <mime-type>application/xml-dtd</mime-type>
400
+ </mime-mapping>
401
+ <mime-mapping>
402
+ <extension>dv</extension>
403
+ <mime-type>video/x-dv</mime-type>
404
+ </mime-mapping>
405
+ <mime-mapping>
406
+ <extension>dvi</extension>
407
+ <mime-type>application/x-dvi</mime-type>
408
+ </mime-mapping>
409
+ <mime-mapping>
410
+ <extension>eps</extension>
411
+ <mime-type>application/postscript</mime-type>
412
+ </mime-mapping>
413
+ <mime-mapping>
414
+ <extension>etx</extension>
415
+ <mime-type>text/x-setext</mime-type>
416
+ </mime-mapping>
417
+ <mime-mapping>
418
+ <extension>exe</extension>
419
+ <mime-type>application/octet-stream</mime-type>
420
+ </mime-mapping>
421
+ <mime-mapping>
422
+ <extension>gif</extension>
423
+ <mime-type>image/gif</mime-type>
424
+ </mime-mapping>
425
+ <mime-mapping>
426
+ <extension>gk</extension>
427
+ <mime-type>application/octet-stream</mime-type>
428
+ </mime-mapping>
429
+ <mime-mapping>
430
+ <extension>gtar</extension>
431
+ <mime-type>application/x-gtar</mime-type>
432
+ </mime-mapping>
433
+ <mime-mapping>
434
+ <extension>gz</extension>
435
+ <mime-type>application/x-gzip</mime-type>
436
+ </mime-mapping>
437
+ <mime-mapping>
438
+ <extension>hdf</extension>
439
+ <mime-type>application/x-hdf</mime-type>
440
+ </mime-mapping>
441
+ <mime-mapping>
442
+ <extension>hqx</extension>
443
+ <mime-type>application/mac-binhex40</mime-type>
444
+ </mime-mapping>
445
+ <mime-mapping>
446
+ <extension>htc</extension>
447
+ <mime-type>text/x-component</mime-type>
448
+ </mime-mapping>
449
+ <mime-mapping>
450
+ <extension>htm</extension>
451
+ <mime-type>text/html</mime-type>
452
+ </mime-mapping>
453
+ <mime-mapping>
454
+ <extension>html</extension>
455
+ <mime-type>text/html</mime-type>
456
+ </mime-mapping>
457
+ <mime-mapping>
458
+ <extension>hqx</extension>
459
+ <mime-type>application/mac-binhex40</mime-type>
460
+ </mime-mapping>
461
+ <mime-mapping>
462
+ <extension>ief</extension>
463
+ <mime-type>image/ief</mime-type>
464
+ </mime-mapping>
465
+ <mime-mapping>
466
+ <extension>jad</extension>
467
+ <mime-type>text/vnd.sun.j2me.app-descriptor</mime-type>
468
+ </mime-mapping>
469
+ <mime-mapping>
470
+ <extension>jar</extension>
471
+ <mime-type>application/java-archive</mime-type>
472
+ </mime-mapping>
473
+ <mime-mapping>
474
+ <extension>java</extension>
475
+ <mime-type>text/plain</mime-type>
476
+ </mime-mapping>
477
+ <mime-mapping>
478
+ <extension>jnlp</extension>
479
+ <mime-type>application/x-java-jnlp-file</mime-type>
480
+ </mime-mapping>
481
+ <mime-mapping>
482
+ <extension>jpe</extension>
483
+ <mime-type>image/jpeg</mime-type>
484
+ </mime-mapping>
485
+ <mime-mapping>
486
+ <extension>jpeg</extension>
487
+ <mime-type>image/jpeg</mime-type>
488
+ </mime-mapping>
489
+ <mime-mapping>
490
+ <extension>jpg</extension>
491
+ <mime-type>image/jpeg</mime-type>
492
+ </mime-mapping>
493
+ <mime-mapping>
494
+ <extension>js</extension>
495
+ <mime-type>text/javascript</mime-type>
496
+ </mime-mapping>
497
+ <mime-mapping>
498
+ <extension>kar</extension>
499
+ <mime-type>audio/x-midi</mime-type>
500
+ </mime-mapping>
501
+ <mime-mapping>
502
+ <extension>latex</extension>
503
+ <mime-type>application/x-latex</mime-type>
504
+ </mime-mapping>
505
+ <mime-mapping>
506
+ <extension>m3u</extension>
507
+ <mime-type>audio/x-mpegurl</mime-type>
508
+ </mime-mapping>
509
+ <mime-mapping>
510
+ <extension>mac</extension>
511
+ <mime-type>image/x-macpaint</mime-type>
512
+ </mime-mapping>
513
+ <mime-mapping>
514
+ <extension>man</extension>
515
+ <mime-type>application/x-troff-man</mime-type>
516
+ </mime-mapping>
517
+ <mime-mapping>
518
+ <extension>mathml</extension>
519
+ <mime-type>application/mathml+xml</mime-type>
520
+ </mime-mapping>
521
+ <mime-mapping>
522
+ <extension>me</extension>
523
+ <mime-type>application/x-troff-me</mime-type>
524
+ </mime-mapping>
525
+ <mime-mapping>
526
+ <extension>mid</extension>
527
+ <mime-type>audio/x-midi</mime-type>
528
+ </mime-mapping>
529
+ <mime-mapping>
530
+ <extension>midi</extension>
531
+ <mime-type>audio/x-midi</mime-type>
532
+ </mime-mapping>
533
+ <mime-mapping>
534
+ <extension>mif</extension>
535
+ <mime-type>application/x-mif</mime-type>
536
+ </mime-mapping>
537
+ <mime-mapping>
538
+ <extension>mov</extension>
539
+ <mime-type>video/quicktime</mime-type>
540
+ </mime-mapping>
541
+ <mime-mapping>
542
+ <extension>movie</extension>
543
+ <mime-type>video/x-sgi-movie</mime-type>
544
+ </mime-mapping>
545
+ <mime-mapping>
546
+ <extension>mp1</extension>
547
+ <mime-type>audio/x-mpeg</mime-type>
548
+ </mime-mapping>
549
+ <mime-mapping>
550
+ <extension>mp2</extension>
551
+ <mime-type>audio/x-mpeg</mime-type>
552
+ </mime-mapping>
553
+ <mime-mapping>
554
+ <extension>mp3</extension>
555
+ <mime-type>audio/x-mpeg</mime-type>
556
+ </mime-mapping>
557
+ <mime-mapping>
558
+ <extension>mpa</extension>
559
+ <mime-type>audio/x-mpeg</mime-type>
560
+ </mime-mapping>
561
+ <mime-mapping>
562
+ <extension>mpe</extension>
563
+ <mime-type>video/mpeg</mime-type>
564
+ </mime-mapping>
565
+ <mime-mapping>
566
+ <extension>mpeg</extension>
567
+ <mime-type>video/mpeg</mime-type>
568
+ </mime-mapping>
569
+ <mime-mapping>
570
+ <extension>mpega</extension>
571
+ <mime-type>audio/x-mpeg</mime-type>
572
+ </mime-mapping>
573
+ <mime-mapping>
574
+ <extension>mpg</extension>
575
+ <mime-type>video/mpeg</mime-type>
576
+ </mime-mapping>
577
+ <mime-mapping>
578
+ <extension>mpv2</extension>
579
+ <mime-type>video/mpeg2</mime-type>
580
+ </mime-mapping>
581
+ <mime-mapping>
582
+ <extension>ms</extension>
583
+ <mime-type>application/x-wais-source</mime-type>
584
+ </mime-mapping>
585
+ <mime-mapping>
586
+ <extension>nc</extension>
587
+ <mime-type>application/x-netcdf</mime-type>
588
+ </mime-mapping>
589
+ <mime-mapping>
590
+ <extension>oda</extension>
591
+ <mime-type>application/oda</mime-type>
592
+ </mime-mapping>
593
+ <mime-mapping>
594
+ <extension>ogg</extension>
595
+ <mime-type>application/ogg</mime-type>
596
+ </mime-mapping>
597
+ <mime-mapping>
598
+ <extension>pbm</extension>
599
+ <mime-type>image/x-portable-bitmap</mime-type>
600
+ </mime-mapping>
601
+ <mime-mapping>
602
+ <extension>pct</extension>
603
+ <mime-type>image/pict</mime-type>
604
+ </mime-mapping>
605
+ <mime-mapping>
606
+ <extension>pdf</extension>
607
+ <mime-type>application/pdf</mime-type>
608
+ </mime-mapping>
609
+ <mime-mapping>
610
+ <extension>pgm</extension>
611
+ <mime-type>image/x-portable-graymap</mime-type>
612
+ </mime-mapping>
613
+ <mime-mapping>
614
+ <extension>pic</extension>
615
+ <mime-type>image/pict</mime-type>
616
+ </mime-mapping>
617
+ <mime-mapping>
618
+ <extension>pict</extension>
619
+ <mime-type>image/pict</mime-type>
620
+ </mime-mapping>
621
+ <mime-mapping>
622
+ <extension>pls</extension>
623
+ <mime-type>audio/x-scpls</mime-type>
624
+ </mime-mapping>
625
+ <mime-mapping>
626
+ <extension>png</extension>
627
+ <mime-type>image/png</mime-type>
628
+ </mime-mapping>
629
+ <mime-mapping>
630
+ <extension>pnm</extension>
631
+ <mime-type>image/x-portable-anymap</mime-type>
632
+ </mime-mapping>
633
+ <mime-mapping>
634
+ <extension>pnt</extension>
635
+ <mime-type>image/x-macpaint</mime-type>
636
+ </mime-mapping>
637
+ <mime-mapping>
638
+ <extension>ppm</extension>
639
+ <mime-type>image/x-portable-pixmap</mime-type>
640
+ </mime-mapping>
641
+ <mime-mapping>
642
+ <extension>ppt</extension>
643
+ <mime-type>application/powerpoint</mime-type>
644
+ </mime-mapping>
645
+ <mime-mapping>
646
+ <extension>ps</extension>
647
+ <mime-type>application/postscript</mime-type>
648
+ </mime-mapping>
649
+ <mime-mapping>
650
+ <extension>psd</extension>
651
+ <mime-type>image/x-photoshop</mime-type>
652
+ </mime-mapping>
653
+ <mime-mapping>
654
+ <extension>qt</extension>
655
+ <mime-type>video/quicktime</mime-type>
656
+ </mime-mapping>
657
+ <mime-mapping>
658
+ <extension>qti</extension>
659
+ <mime-type>image/x-quicktime</mime-type>
660
+ </mime-mapping>
661
+ <mime-mapping>
662
+ <extension>qtif</extension>
663
+ <mime-type>image/x-quicktime</mime-type>
664
+ </mime-mapping>
665
+ <mime-mapping>
666
+ <extension>ras</extension>
667
+ <mime-type>image/x-cmu-raster</mime-type>
668
+ </mime-mapping>
669
+ <mime-mapping>
670
+ <extension>rdf</extension>
671
+ <mime-type>application/rdf+xml</mime-type>
672
+ </mime-mapping>
673
+ <mime-mapping>
674
+ <extension>rgb</extension>
675
+ <mime-type>image/x-rgb</mime-type>
676
+ </mime-mapping>
677
+ <mime-mapping>
678
+ <extension>rm</extension>
679
+ <mime-type>application/vnd.rn-realmedia</mime-type>
680
+ </mime-mapping>
681
+ <mime-mapping>
682
+ <extension>roff</extension>
683
+ <mime-type>application/x-troff</mime-type>
684
+ </mime-mapping>
685
+ <mime-mapping>
686
+ <extension>rtf</extension>
687
+ <mime-type>application/rtf</mime-type>
688
+ </mime-mapping>
689
+ <mime-mapping>
690
+ <extension>rtx</extension>
691
+ <mime-type>text/richtext</mime-type>
692
+ </mime-mapping>
693
+ <mime-mapping>
694
+ <extension>sh</extension>
695
+ <mime-type>application/x-sh</mime-type>
696
+ </mime-mapping>
697
+ <mime-mapping>
698
+ <extension>shar</extension>
699
+ <mime-type>application/x-shar</mime-type>
700
+ </mime-mapping>
701
+ <mime-mapping>
702
+ <extension>shtml</extension>
703
+ <mime-type>text/x-server-parsed-html</mime-type>
704
+ </mime-mapping>
705
+ <mime-mapping>
706
+ <extension>sit</extension>
707
+ <mime-type>application/x-stuffit</mime-type>
708
+ </mime-mapping>
709
+ <mime-mapping>
710
+ <extension>smf</extension>
711
+ <mime-type>audio/x-midi</mime-type>
712
+ </mime-mapping>
713
+ <mime-mapping>
714
+ <extension>snd</extension>
715
+ <mime-type>audio/basic</mime-type>
716
+ </mime-mapping>
717
+ <mime-mapping>
718
+ <extension>src</extension>
719
+ <mime-type>application/x-wais-source</mime-type>
720
+ </mime-mapping>
721
+ <mime-mapping>
722
+ <extension>sv4cpio</extension>
723
+ <mime-type>application/x-sv4cpio</mime-type>
724
+ </mime-mapping>
725
+ <mime-mapping>
726
+ <extension>sv4crc</extension>
727
+ <mime-type>application/x-sv4crc</mime-type>
728
+ </mime-mapping>
729
+ <mime-mapping>
730
+ <extension>svg</extension>
731
+ <mime-type>image/svg+xml</mime-type>
732
+ </mime-mapping>
733
+ <mime-mapping>
734
+ <extension>svgz</extension>
735
+ <mime-type>image/svg+xml</mime-type>
736
+ </mime-mapping>
737
+ <mime-mapping>
738
+ <extension>swf</extension>
739
+ <mime-type>application/x-shockwave-flash</mime-type>
740
+ </mime-mapping>
741
+ <mime-mapping>
742
+ <extension>t</extension>
743
+ <mime-type>application/x-troff</mime-type>
744
+ </mime-mapping>
745
+ <mime-mapping>
746
+ <extension>tar</extension>
747
+ <mime-type>application/x-tar</mime-type>
748
+ </mime-mapping>
749
+ <mime-mapping>
750
+ <extension>tcl</extension>
751
+ <mime-type>application/x-tcl</mime-type>
752
+ </mime-mapping>
753
+ <mime-mapping>
754
+ <extension>tex</extension>
755
+ <mime-type>application/x-tex</mime-type>
756
+ </mime-mapping>
757
+ <mime-mapping>
758
+ <extension>texi</extension>
759
+ <mime-type>application/x-texinfo</mime-type>
760
+ </mime-mapping>
761
+ <mime-mapping>
762
+ <extension>texinfo</extension>
763
+ <mime-type>application/x-texinfo</mime-type>
764
+ </mime-mapping>
765
+ <mime-mapping>
766
+ <extension>tif</extension>
767
+ <mime-type>image/tiff</mime-type>
768
+ </mime-mapping>
769
+ <mime-mapping>
770
+ <extension>tiff</extension>
771
+ <mime-type>image/tiff</mime-type>
772
+ </mime-mapping>
773
+ <mime-mapping>
774
+ <extension>tr</extension>
775
+ <mime-type>application/x-troff</mime-type>
776
+ </mime-mapping>
777
+ <mime-mapping>
778
+ <extension>tsv</extension>
779
+ <mime-type>text/tab-separated-values</mime-type>
780
+ </mime-mapping>
781
+ <mime-mapping>
782
+ <extension>txt</extension>
783
+ <mime-type>text/plain</mime-type>
784
+ </mime-mapping>
785
+ <mime-mapping>
786
+ <extension>ulw</extension>
787
+ <mime-type>audio/basic</mime-type>
788
+ </mime-mapping>
789
+ <mime-mapping>
790
+ <extension>ustar</extension>
791
+ <mime-type>application/x-ustar</mime-type>
792
+ </mime-mapping>
793
+ <mime-mapping>
794
+ <extension>xbm</extension>
795
+ <mime-type>image/x-xbitmap</mime-type>
796
+ </mime-mapping>
797
+ <mime-mapping>
798
+ <extension>xml</extension>
799
+ <mime-type>application/xml</mime-type>
800
+ </mime-mapping>
801
+ <mime-mapping>
802
+ <extension>xpm</extension>
803
+ <mime-type>image/x-xpixmap</mime-type>
804
+ </mime-mapping>
805
+ <mime-mapping>
806
+ <extension>xsl</extension>
807
+ <mime-type>application/xml</mime-type>
808
+ </mime-mapping>
809
+ <mime-mapping>
810
+ <extension>xslt</extension>
811
+ <mime-type>application/xslt+xml</mime-type>
812
+ </mime-mapping>
813
+ <mime-mapping>
814
+ <extension>xwd</extension>
815
+ <mime-type>image/x-xwindowdump</mime-type>
816
+ </mime-mapping>
817
+ <mime-mapping>
818
+ <extension>vsd</extension>
819
+ <mime-type>application/x-visio</mime-type>
820
+ </mime-mapping>
821
+ <mime-mapping>
822
+ <extension>vxml</extension>
823
+ <mime-type>application/voicexml+xml</mime-type>
824
+ </mime-mapping>
825
+ <mime-mapping>
826
+ <extension>wav</extension>
827
+ <mime-type>audio/x-wav</mime-type>
828
+ </mime-mapping>
829
+ <mime-mapping> <!-- Wireless Bitmap -->
830
+ <extension>wbmp</extension>
831
+ <mime-type>image/vnd.wap.wbmp</mime-type>
832
+ </mime-mapping>
833
+ <mime-mapping> <!-- WML Source -->
834
+ <extension>wml</extension>
835
+ <mime-type>text/vnd.wap.wml</mime-type>
836
+ </mime-mapping>
837
+ <mime-mapping> <!-- Compiled WML -->
838
+ <extension>wmlc</extension>
839
+ <mime-type>application/vnd.wap.wmlc</mime-type>
840
+ </mime-mapping>
841
+ <mime-mapping> <!-- WML Script Source -->
842
+ <extension>wmls</extension>
843
+ <mime-type>text/vnd.wap.wmls</mime-type>
844
+ </mime-mapping>
845
+ <mime-mapping> <!-- Compiled WML Script -->
846
+ <extension>wmlscriptc</extension>
847
+ <mime-type>application/vnd.wap.wmlscriptc</mime-type>
848
+ </mime-mapping>
849
+ <mime-mapping>
850
+ <extension>wrl</extension>
851
+ <mime-type>x-world/x-vrml</mime-type>
852
+ </mime-mapping>
853
+ <mime-mapping>
854
+ <extension>xht</extension>
855
+ <mime-type>application/xhtml+xml</mime-type>
856
+ </mime-mapping>
857
+ <mime-mapping>
858
+ <extension>xhtml</extension>
859
+ <mime-type>application/xhtml+xml</mime-type>
860
+ </mime-mapping>
861
+ <mime-mapping>
862
+ <extension>xls</extension>
863
+ <mime-type>application/vnd.ms-excel</mime-type>
864
+ </mime-mapping>
865
+ <mime-mapping>
866
+ <extension>xul</extension>
867
+ <mime-type>application/vnd.mozilla.xul+xml</mime-type>
868
+ </mime-mapping>
869
+ <mime-mapping>
870
+ <extension>Z</extension>
871
+ <mime-type>application/x-compress</mime-type>
872
+ </mime-mapping>
873
+ <mime-mapping>
874
+ <extension>z</extension>
875
+ <mime-type>application/x-compress</mime-type>
876
+ </mime-mapping>
877
+ <mime-mapping>
878
+ <extension>zip</extension>
879
+ <mime-type>application/zip</mime-type>
880
+ </mime-mapping>
881
+
882
+
883
+
884
+ <!-- ==================== Default Welcome File List ===================== -->
885
+
886
+ <!-- When a request URI refers to a directory, the default servlet looks -->
887
+ <!-- for a "welcome file" within that directory and, if present, -->
888
+ <!-- to the corresponding resource URI for display. If no welcome file -->
889
+ <!-- is present, the default servlet either serves a directory listing, -->
890
+ <!-- or returns a 404 status, depending on how it is configured. -->
891
+ <!-- -->
892
+ <!-- If you define welcome files in your own application's web.xml -->
893
+ <!-- deployment descriptor, that list *replaces* the list configured -->
894
+ <!-- here, so be sure that you include any of the default values that -->
895
+ <!-- you wish to include. -->
896
+
897
+
898
+ <welcome-file-list>
899
+ <welcome-file>index.html</welcome-file>
900
+ <welcome-file>index.htm</welcome-file>
901
+ <welcome-file>index.jsp</welcome-file>
902
+ </welcome-file-list>
903
+
904
+
905
+ </web-app>
906
+