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