acts_as_solr_reloaded 1.2.0 → 1.3.0
Sign up to get free protection for your applications and to get access to all the features.
- data/README.markdown +1 -1
- data/README.rdoc +3 -11
- data/VERSION +1 -1
- data/lib/acts_as_solr.rb +3 -1
- data/lib/solr/connection.rb +6 -3
- data/test/db/test.db +0 -0
- metadata +2 -74
- data/solr/README.txt +0 -36
- data/solr/etc/jetty.xml +0 -212
- data/solr/etc/webdefault.xml +0 -379
- data/solr/exampledocs/books.csv +0 -11
- data/solr/exampledocs/hd.xml +0 -46
- data/solr/exampledocs/ipod_other.xml +0 -50
- data/solr/exampledocs/ipod_video.xml +0 -35
- data/solr/exampledocs/locales.xml +0 -16
- data/solr/exampledocs/mem.xml +0 -58
- data/solr/exampledocs/monitor.xml +0 -31
- data/solr/exampledocs/monitor2.xml +0 -30
- data/solr/exampledocs/mp500.xml +0 -39
- data/solr/exampledocs/post.jar +0 -0
- data/solr/exampledocs/post.sh +0 -28
- data/solr/exampledocs/sd500.xml +0 -33
- data/solr/exampledocs/solr.xml +0 -38
- data/solr/exampledocs/spellchecker.xml +0 -58
- data/solr/exampledocs/test_utf8.sh +0 -83
- data/solr/exampledocs/utf8-example.xml +0 -42
- data/solr/exampledocs/vidcard.xml +0 -52
- data/solr/lib/jetty-6.1.3.jar +0 -0
- data/solr/lib/jetty-util-6.1.3.jar +0 -0
- data/solr/lib/jsp-2.1/ant-1.6.5.jar +0 -0
- data/solr/lib/jsp-2.1/core-3.1.1.jar +0 -0
- data/solr/lib/jsp-2.1/jsp-2.1.jar +0 -0
- data/solr/lib/jsp-2.1/jsp-api-2.1.jar +0 -0
- data/solr/lib/servlet-api-2.5-6.1.3.jar +0 -0
- data/solr/multicore/README.txt +0 -3
- data/solr/multicore/core0/conf/schema.xml +0 -41
- data/solr/multicore/core0/conf/solrconfig.xml +0 -40
- data/solr/multicore/core1/conf/schema.xml +0 -41
- data/solr/multicore/core1/conf/solrconfig.xml +0 -40
- data/solr/multicore/exampledocs/ipod_other.xml +0 -34
- data/solr/multicore/exampledocs/ipod_video.xml +0 -22
- data/solr/multicore/solr.xml +0 -35
- data/solr/solr/README.txt +0 -52
- data/solr/solr/bin/abc +0 -190
- data/solr/solr/bin/abo +0 -190
- data/solr/solr/bin/backup +0 -117
- data/solr/solr/bin/backupcleaner +0 -142
- data/solr/solr/bin/commit +0 -133
- data/solr/solr/bin/optimize +0 -134
- data/solr/solr/bin/readercycle +0 -129
- data/solr/solr/bin/rsyncd-disable +0 -77
- data/solr/solr/bin/rsyncd-enable +0 -76
- data/solr/solr/bin/rsyncd-start +0 -145
- data/solr/solr/bin/rsyncd-stop +0 -105
- data/solr/solr/bin/scripts-util +0 -99
- data/solr/solr/bin/snapcleaner +0 -154
- data/solr/solr/bin/snapinstaller +0 -198
- data/solr/solr/bin/snappuller +0 -269
- data/solr/solr/bin/snappuller-disable +0 -77
- data/solr/solr/bin/snappuller-enable +0 -77
- data/solr/solr/bin/snapshooter +0 -136
- data/solr/solr/conf/admin-extra.html +0 -31
- data/solr/solr/conf/elevate.xml +0 -36
- data/solr/solr/conf/mapping-ISOLatin1Accent.txt +0 -246
- data/solr/solr/conf/protwords.txt +0 -21
- data/solr/solr/conf/schema.xml +0 -132
- data/solr/solr/conf/scripts.conf +0 -24
- data/solr/solr/conf/solrconfig.xml +0 -906
- data/solr/solr/conf/spellings.txt +0 -2
- data/solr/solr/conf/stopwords.txt +0 -58
- data/solr/solr/conf/synonyms.txt +0 -31
- data/solr/solr/conf/xslt/example.xsl +0 -132
- data/solr/solr/conf/xslt/example_atom.xsl +0 -67
- data/solr/solr/conf/xslt/example_rss.xsl +0 -66
- data/solr/solr/conf/xslt/luke.xsl +0 -337
- data/solr/solr/lib/localsolr.jar +0 -0
- data/solr/solr/lib/lucene-spatial-2.9-dev.jar +0 -0
- data/solr/start.jar +0 -0
- data/solr/webapps/solr.war +0 -0
data/README.markdown
CHANGED
@@ -10,7 +10,7 @@ Installation
|
|
10
10
|
|
11
11
|
Requirements
|
12
12
|
------
|
13
|
-
* Java Runtime Environment(JRE) 1.
|
13
|
+
* Java Runtime Environment(JRE) 1.6 aka 6.0 or newer [http://www.java.com/en/download/index.jsp](http://www.java.com/en/download/index.jsp)
|
14
14
|
* If you have libxml-ruby installed, make sure it's at least version 0.7
|
15
15
|
|
16
16
|
Configuration
|
data/README.rdoc
CHANGED
@@ -24,15 +24,9 @@ http://www.vimeo.com/8728276
|
|
24
24
|
|
25
25
|
== CONFIGURATION
|
26
26
|
|
27
|
-
|
28
|
-
to start and stop the Solr web server (an embedded Jetty). If the default JVM options aren't suitable for
|
29
|
-
your environment, you can configure them in config/solr.yml with the option `jvm_options`. There is a default
|
30
|
-
set for the production environment to have some more memory available for the JVM than the defaults, but
|
31
|
-
feel free to change them to your liking.
|
27
|
+
Configuration is done in the config/solr.yml file. If you need a Solr server, you can clone this jetty-solr project:
|
32
28
|
|
33
|
-
|
34
|
-
|
35
|
-
require "acts_as_solr/tasks"
|
29
|
+
http://github.com/dcrec1/jetty-solr
|
36
30
|
|
37
31
|
== USAGE
|
38
32
|
|
@@ -63,9 +57,7 @@ Please see ActsAsSolr::ActsMethods for a complete info
|
|
63
57
|
|
64
58
|
== TESTING
|
65
59
|
|
66
|
-
To test code that uses acts_as_solr_reloaded you must start a Solr server for the test environment
|
67
|
-
|
68
|
-
rake solr:start RAILS_ENV=test
|
60
|
+
To test code that uses acts_as_solr_reloaded you must start a Solr server for the test environment and also start MongoDB.
|
69
61
|
|
70
62
|
== LICENSE
|
71
63
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.3.0
|
data/lib/acts_as_solr.rb
CHANGED
@@ -53,7 +53,9 @@ module ActsAsSolr
|
|
53
53
|
url = 'http://localhost:8982/solr'
|
54
54
|
end
|
55
55
|
url += "/" + core if !core.nil?
|
56
|
-
connection = Solr::Connection.new(url
|
56
|
+
connection = Solr::Connection.new(url,
|
57
|
+
:username=>config[ENV['RAILS_ENV']]['username'],
|
58
|
+
:password=>config[ENV['RAILS_ENV']]['password'])
|
57
59
|
return connection.send(request)
|
58
60
|
rescue
|
59
61
|
raise "Couldn't connect to the Solr server at #{url}. #{$!}"
|
data/lib/solr/connection.rb
CHANGED
@@ -42,6 +42,8 @@ class Solr::Connection
|
|
42
42
|
@connection = Net::HTTP.new(@url.host, @url.port)
|
43
43
|
|
44
44
|
@connection.read_timeout = opts[:timeout] if opts[:timeout]
|
45
|
+
@username = opts[:username] if opts[:username]
|
46
|
+
@password = opts[:password] if opts[:password]
|
45
47
|
end
|
46
48
|
|
47
49
|
# add a document to the index. you can pass in either a hash
|
@@ -153,9 +155,10 @@ class Solr::Connection
|
|
153
155
|
# send the http post request to solr; for convenience there are shortcuts
|
154
156
|
# to some requests: add(), query(), commit(), delete() or send()
|
155
157
|
def post(request)
|
156
|
-
|
157
|
-
|
158
|
-
|
158
|
+
req = Net::HTTP::Post.new(@url.path + "/" + request.handler,
|
159
|
+
{ "Content-Type" => request.content_type })
|
160
|
+
req.basic_auth(@username, @password) if @username && @password
|
161
|
+
response = @connection.request(req, request.to_s)
|
159
162
|
|
160
163
|
case response
|
161
164
|
when Net::HTTPSuccess then response.body
|
data/test/db/test.db
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: acts_as_solr_reloaded
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Diego Carrion
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2010-01-
|
12
|
+
date: 2010-01-31 00:00:00 -02:00
|
13
13
|
default_executable:
|
14
14
|
dependencies: []
|
15
15
|
|
@@ -99,78 +99,6 @@ files:
|
|
99
99
|
- lib/solr/solrtasks.rb
|
100
100
|
- lib/solr/util.rb
|
101
101
|
- lib/solr/xml.rb
|
102
|
-
- solr/README.txt
|
103
|
-
- solr/etc/jetty.xml
|
104
|
-
- solr/etc/webdefault.xml
|
105
|
-
- solr/exampledocs/books.csv
|
106
|
-
- solr/exampledocs/hd.xml
|
107
|
-
- solr/exampledocs/ipod_other.xml
|
108
|
-
- solr/exampledocs/ipod_video.xml
|
109
|
-
- solr/exampledocs/locales.xml
|
110
|
-
- solr/exampledocs/mem.xml
|
111
|
-
- solr/exampledocs/monitor.xml
|
112
|
-
- solr/exampledocs/monitor2.xml
|
113
|
-
- solr/exampledocs/mp500.xml
|
114
|
-
- solr/exampledocs/post.jar
|
115
|
-
- solr/exampledocs/post.sh
|
116
|
-
- solr/exampledocs/sd500.xml
|
117
|
-
- solr/exampledocs/solr.xml
|
118
|
-
- solr/exampledocs/spellchecker.xml
|
119
|
-
- solr/exampledocs/test_utf8.sh
|
120
|
-
- solr/exampledocs/utf8-example.xml
|
121
|
-
- solr/exampledocs/vidcard.xml
|
122
|
-
- solr/lib/jetty-6.1.3.jar
|
123
|
-
- solr/lib/jetty-util-6.1.3.jar
|
124
|
-
- solr/lib/jsp-2.1/ant-1.6.5.jar
|
125
|
-
- solr/lib/jsp-2.1/core-3.1.1.jar
|
126
|
-
- solr/lib/jsp-2.1/jsp-2.1.jar
|
127
|
-
- solr/lib/jsp-2.1/jsp-api-2.1.jar
|
128
|
-
- solr/lib/servlet-api-2.5-6.1.3.jar
|
129
|
-
- solr/multicore/README.txt
|
130
|
-
- solr/multicore/core0/conf/schema.xml
|
131
|
-
- solr/multicore/core0/conf/solrconfig.xml
|
132
|
-
- solr/multicore/core1/conf/schema.xml
|
133
|
-
- solr/multicore/core1/conf/solrconfig.xml
|
134
|
-
- solr/multicore/exampledocs/ipod_other.xml
|
135
|
-
- solr/multicore/exampledocs/ipod_video.xml
|
136
|
-
- solr/multicore/solr.xml
|
137
|
-
- solr/solr/README.txt
|
138
|
-
- solr/solr/bin/abc
|
139
|
-
- solr/solr/bin/abo
|
140
|
-
- solr/solr/bin/backup
|
141
|
-
- solr/solr/bin/backupcleaner
|
142
|
-
- solr/solr/bin/commit
|
143
|
-
- solr/solr/bin/optimize
|
144
|
-
- solr/solr/bin/readercycle
|
145
|
-
- solr/solr/bin/rsyncd-disable
|
146
|
-
- solr/solr/bin/rsyncd-enable
|
147
|
-
- solr/solr/bin/rsyncd-start
|
148
|
-
- solr/solr/bin/rsyncd-stop
|
149
|
-
- solr/solr/bin/scripts-util
|
150
|
-
- solr/solr/bin/snapcleaner
|
151
|
-
- solr/solr/bin/snapinstaller
|
152
|
-
- solr/solr/bin/snappuller
|
153
|
-
- solr/solr/bin/snappuller-disable
|
154
|
-
- solr/solr/bin/snappuller-enable
|
155
|
-
- solr/solr/bin/snapshooter
|
156
|
-
- solr/solr/conf/admin-extra.html
|
157
|
-
- solr/solr/conf/elevate.xml
|
158
|
-
- solr/solr/conf/mapping-ISOLatin1Accent.txt
|
159
|
-
- solr/solr/conf/protwords.txt
|
160
|
-
- solr/solr/conf/schema.xml
|
161
|
-
- solr/solr/conf/scripts.conf
|
162
|
-
- solr/solr/conf/solrconfig.xml
|
163
|
-
- solr/solr/conf/spellings.txt
|
164
|
-
- solr/solr/conf/stopwords.txt
|
165
|
-
- solr/solr/conf/synonyms.txt
|
166
|
-
- solr/solr/conf/xslt/example.xsl
|
167
|
-
- solr/solr/conf/xslt/example_atom.xsl
|
168
|
-
- solr/solr/conf/xslt/example_rss.xsl
|
169
|
-
- solr/solr/conf/xslt/luke.xsl
|
170
|
-
- solr/solr/lib/localsolr.jar
|
171
|
-
- solr/solr/lib/lucene-spatial-2.9-dev.jar
|
172
|
-
- solr/start.jar
|
173
|
-
- solr/webapps/solr.war
|
174
102
|
- test/config/solr.yml
|
175
103
|
- test/db/connections/mysql/connection.rb
|
176
104
|
- test/db/connections/sqlite/connection.rb
|
data/solr/README.txt
DELETED
@@ -1,36 +0,0 @@
|
|
1
|
-
# Licensed to the Apache Software Foundation (ASF) under one or more
|
2
|
-
# contributor license agreements. See the NOTICE file distributed with
|
3
|
-
# this work for additional information regarding copyright ownership.
|
4
|
-
# The ASF licenses this file to You under the Apache License, Version 2.0
|
5
|
-
# (the "License"); you may not use this file except in compliance with
|
6
|
-
# the License. You may obtain a copy of the License at
|
7
|
-
#
|
8
|
-
# http://www.apache.org/licenses/LICENSE-2.0
|
9
|
-
#
|
10
|
-
# Unless required by applicable law or agreed to in writing, software
|
11
|
-
# distributed under the License is distributed on an "AS IS" BASIS,
|
12
|
-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
13
|
-
# See the License for the specific language governing permissions and
|
14
|
-
# limitations under the License.
|
15
|
-
|
16
|
-
Solr example configuration
|
17
|
-
--------------------------
|
18
|
-
|
19
|
-
To run this example configuration, use
|
20
|
-
|
21
|
-
java -jar start.jar
|
22
|
-
|
23
|
-
in this directory, and when Solr is started connect to
|
24
|
-
|
25
|
-
http://localhost:8983/solr/admin/
|
26
|
-
|
27
|
-
To add documents to the index, use the post.sh script in
|
28
|
-
the exampledocs subdirectory (while Solr is running),
|
29
|
-
for example:
|
30
|
-
|
31
|
-
cd exampledocs
|
32
|
-
./post.sh *.xml
|
33
|
-
|
34
|
-
See also README.txt in the solr subdirectory, and check
|
35
|
-
http://wiki.apache.org/solr/SolrResources for a list of
|
36
|
-
tutorials and introductory articles.
|
data/solr/etc/jetty.xml
DELETED
@@ -1,212 +0,0 @@
|
|
1
|
-
<?xml version="1.0"?>
|
2
|
-
<!DOCTYPE Configure PUBLIC "-//Mort Bay Consulting//DTD Configure//EN" "http://jetty.mortbay.org/configure.dtd">
|
3
|
-
|
4
|
-
<!-- =============================================================== -->
|
5
|
-
<!-- Configure the Jetty Server -->
|
6
|
-
<!-- -->
|
7
|
-
<!-- Documentation of this file format can be found at: -->
|
8
|
-
<!-- http://docs.codehaus.org/display/JETTY/jetty.xml -->
|
9
|
-
<!-- -->
|
10
|
-
<!-- =============================================================== -->
|
11
|
-
|
12
|
-
|
13
|
-
<Configure id="Server" class="org.mortbay.jetty.Server">
|
14
|
-
|
15
|
-
<!-- Increase the maximum POST size to 1 MB to be able to handle large shard requests -->
|
16
|
-
<Call class="java.lang.System" name="setProperty">
|
17
|
-
<Arg>org.mortbay.jetty.Request.maxFormContentSize</Arg>
|
18
|
-
<Arg>1000000</Arg>
|
19
|
-
</Call>
|
20
|
-
|
21
|
-
<!-- =========================================================== -->
|
22
|
-
<!-- Server Thread Pool -->
|
23
|
-
<!-- =========================================================== -->
|
24
|
-
<Set name="ThreadPool">
|
25
|
-
<!-- Default bounded blocking threadpool
|
26
|
-
-->
|
27
|
-
<New class="org.mortbay.thread.BoundedThreadPool">
|
28
|
-
<Set name="minThreads">10</Set>
|
29
|
-
<Set name="lowThreads">50</Set>
|
30
|
-
<Set name="maxThreads">10000</Set>
|
31
|
-
</New>
|
32
|
-
|
33
|
-
<!-- Optional Java 5 bounded threadpool with job queue
|
34
|
-
<New class="org.mortbay.thread.concurrent.ThreadPool">
|
35
|
-
<Arg type="int">0</Arg>
|
36
|
-
<Set name="corePoolSize">10</Set>
|
37
|
-
<Set name="maximumPoolSize">250</Set>
|
38
|
-
</New>
|
39
|
-
-->
|
40
|
-
</Set>
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
<!-- =========================================================== -->
|
45
|
-
<!-- Set connectors -->
|
46
|
-
<!-- =========================================================== -->
|
47
|
-
<!-- One of each type! -->
|
48
|
-
<!-- =========================================================== -->
|
49
|
-
|
50
|
-
<!-- Use this connector for many frequently idle connections
|
51
|
-
and for threadless continuations.
|
52
|
-
<Call name="addConnector">
|
53
|
-
<Arg>
|
54
|
-
<New class="org.mortbay.jetty.nio.SelectChannelConnector">
|
55
|
-
<Set name="port"><SystemProperty name="jetty.port" default="8983"/></Set>
|
56
|
-
<Set name="maxIdleTime">30000</Set>
|
57
|
-
<Set name="Acceptors">2</Set>
|
58
|
-
<Set name="confidentialPort">8443</Set>
|
59
|
-
</New>
|
60
|
-
</Arg>
|
61
|
-
</Call>
|
62
|
-
-->
|
63
|
-
|
64
|
-
<!-- Use this connector if NIO is not available. -->
|
65
|
-
<!-- This connector is currently being used for Solr because the
|
66
|
-
nio.SelectChannelConnector showed poor performance under WindowsXP
|
67
|
-
from a single client with non-persistent connections (35s vs ~3min)
|
68
|
-
to complete 10,000 requests)
|
69
|
-
-->
|
70
|
-
<Call name="addConnector">
|
71
|
-
<Arg>
|
72
|
-
<New class="org.mortbay.jetty.bio.SocketConnector">
|
73
|
-
<Set name="port"><SystemProperty name="jetty.port" default="8983"/></Set>
|
74
|
-
<Set name="maxIdleTime">50000</Set>
|
75
|
-
<Set name="lowResourceMaxIdleTime">1500</Set>
|
76
|
-
</New>
|
77
|
-
</Arg>
|
78
|
-
</Call>
|
79
|
-
|
80
|
-
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
|
81
|
-
<!-- To add a HTTPS SSL listener -->
|
82
|
-
<!-- see jetty-ssl.xml to add an ssl connector. use -->
|
83
|
-
<!-- java -jar start.jar etc/jetty.xml etc/jetty-ssl.xml -->
|
84
|
-
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
|
85
|
-
|
86
|
-
<!-- =========================================================== -->
|
87
|
-
<!-- Set up global session ID manager -->
|
88
|
-
<!-- =========================================================== -->
|
89
|
-
<!--
|
90
|
-
<Set name="sessionIdManager">
|
91
|
-
<New class="org.mortbay.jetty.servlet.HashSessionIdManager">
|
92
|
-
<Set name="workerName">node1</Set>
|
93
|
-
</New>
|
94
|
-
</Set>
|
95
|
-
-->
|
96
|
-
|
97
|
-
<!-- =========================================================== -->
|
98
|
-
<!-- Set handler Collection Structure -->
|
99
|
-
<!-- =========================================================== -->
|
100
|
-
<Set name="handler">
|
101
|
-
<New id="Handlers" class="org.mortbay.jetty.handler.HandlerCollection">
|
102
|
-
<Set name="handlers">
|
103
|
-
<Array type="org.mortbay.jetty.Handler">
|
104
|
-
<Item>
|
105
|
-
<New id="Contexts" class="org.mortbay.jetty.handler.ContextHandlerCollection"/>
|
106
|
-
</Item>
|
107
|
-
<Item>
|
108
|
-
<New id="DefaultHandler" class="org.mortbay.jetty.handler.DefaultHandler"/>
|
109
|
-
</Item>
|
110
|
-
<Item>
|
111
|
-
<New id="RequestLog" class="org.mortbay.jetty.handler.RequestLogHandler"/>
|
112
|
-
</Item>
|
113
|
-
</Array>
|
114
|
-
</Set>
|
115
|
-
</New>
|
116
|
-
</Set>
|
117
|
-
|
118
|
-
<!-- =========================================================== -->
|
119
|
-
<!-- Configure the context deployer -->
|
120
|
-
<!-- A context deployer will deploy contexts described in -->
|
121
|
-
<!-- configuration files discovered in a directory. -->
|
122
|
-
<!-- The configuration directory can be scanned for hot -->
|
123
|
-
<!-- deployments at the configured scanInterval. -->
|
124
|
-
<!-- -->
|
125
|
-
<!-- This deployer is configured to deploy contexts configured -->
|
126
|
-
<!-- in the $JETTY_HOME/contexts directory -->
|
127
|
-
<!-- -->
|
128
|
-
<!-- =========================================================== -->
|
129
|
-
<Call name="addLifeCycle">
|
130
|
-
<Arg>
|
131
|
-
<New class="org.mortbay.jetty.deployer.ContextDeployer">
|
132
|
-
<Set name="contexts"><Ref id="Contexts"/></Set>
|
133
|
-
<Set name="configurationDir"><SystemProperty name="jetty.home" default="."/>/contexts</Set>
|
134
|
-
<Set name="scanInterval">1</Set>
|
135
|
-
</New>
|
136
|
-
</Arg>
|
137
|
-
</Call>
|
138
|
-
|
139
|
-
<!-- =========================================================== -->
|
140
|
-
<!-- Configure the webapp deployer. -->
|
141
|
-
<!-- A webapp deployer will deploy standard webapps discovered -->
|
142
|
-
<!-- in a directory at startup, without the need for additional -->
|
143
|
-
<!-- configuration files. It does not support hot deploy or -->
|
144
|
-
<!-- non standard contexts (see ContextDeployer above). -->
|
145
|
-
<!-- -->
|
146
|
-
<!-- This deployer is configured to deploy webapps from the -->
|
147
|
-
<!-- $JETTY_HOME/webapps directory -->
|
148
|
-
<!-- -->
|
149
|
-
<!-- Normally only one type of deployer need be used. -->
|
150
|
-
<!-- -->
|
151
|
-
<!-- =========================================================== -->
|
152
|
-
<Call name="addLifeCycle">
|
153
|
-
<Arg>
|
154
|
-
<New class="org.mortbay.jetty.deployer.WebAppDeployer">
|
155
|
-
<Set name="contexts"><Ref id="Contexts"/></Set>
|
156
|
-
<Set name="webAppDir"><SystemProperty name="jetty.home" default="."/>/webapps</Set>
|
157
|
-
<Set name="parentLoaderPriority">false</Set>
|
158
|
-
<Set name="extract">true</Set>
|
159
|
-
<Set name="allowDuplicates">false</Set>
|
160
|
-
<Set name="defaultsDescriptor"><SystemProperty name="jetty.home" default="."/>/etc/webdefault.xml</Set>
|
161
|
-
</New>
|
162
|
-
</Arg>
|
163
|
-
</Call>
|
164
|
-
|
165
|
-
<!-- =========================================================== -->
|
166
|
-
<!-- Configure Authentication Realms -->
|
167
|
-
<!-- Realms may be configured for the entire server here, or -->
|
168
|
-
<!-- they can be configured for a specific web app in a context -->
|
169
|
-
<!-- configuration (see $(jetty.home)/contexts/test.xml for an -->
|
170
|
-
<!-- example). -->
|
171
|
-
<!-- =========================================================== -->
|
172
|
-
<Set name="UserRealms">
|
173
|
-
<Array type="org.mortbay.jetty.security.UserRealm">
|
174
|
-
<!--
|
175
|
-
<Item>
|
176
|
-
<New class="org.mortbay.jetty.security.HashUserRealm">
|
177
|
-
<Set name="name">Test Realm</Set>
|
178
|
-
<Set name="config"><SystemProperty name="jetty.home" default="."/>/etc/realm.properties</Set>
|
179
|
-
</New>
|
180
|
-
</Item>
|
181
|
-
-->
|
182
|
-
</Array>
|
183
|
-
</Set>
|
184
|
-
|
185
|
-
<!-- =========================================================== -->
|
186
|
-
<!-- Configure Request Log -->
|
187
|
-
<!-- Request logs may be configured for the entire server here, -->
|
188
|
-
<!-- or they can be configured for a specific web app in a -->
|
189
|
-
<!-- contexts configuration (see $(jetty.home)/contexts/test.xml -->
|
190
|
-
<!-- for an example). -->
|
191
|
-
<!-- =========================================================== -->
|
192
|
-
<Ref id="RequestLog">
|
193
|
-
<Set name="requestLog">
|
194
|
-
<New id="RequestLogImpl" class="org.mortbay.jetty.NCSARequestLog">
|
195
|
-
<Arg><SystemProperty name="jetty.logs" default="./logs"/>/yyyy_mm_dd.request.log</Arg>
|
196
|
-
<Set name="retainDays">90</Set>
|
197
|
-
<Set name="append">true</Set>
|
198
|
-
<Set name="extended">false</Set>
|
199
|
-
<Set name="LogTimeZone">GMT</Set>
|
200
|
-
</New>
|
201
|
-
</Set>
|
202
|
-
</Ref>
|
203
|
-
|
204
|
-
<!-- =========================================================== -->
|
205
|
-
<!-- extra options -->
|
206
|
-
<!-- =========================================================== -->
|
207
|
-
<Set name="stopAtShutdown">true</Set>
|
208
|
-
<!-- ensure/prevent Server: header being sent to browsers -->
|
209
|
-
<Set name="sendServerVersion">true</Set>
|
210
|
-
|
211
|
-
</Configure>
|
212
|
-
|
data/solr/etc/webdefault.xml
DELETED
@@ -1,379 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="ISO-8859-1"?>
|
2
|
-
|
3
|
-
<!-- ===================================================================== -->
|
4
|
-
<!-- This file contains the default descriptor for web applications. -->
|
5
|
-
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
|
6
|
-
<!-- The intent of this descriptor is to include jetty specific or common -->
|
7
|
-
<!-- configuration for all webapps. If a context has a webdefault.xml -->
|
8
|
-
<!-- descriptor, it is applied before the contexts own web.xml file -->
|
9
|
-
<!-- -->
|
10
|
-
<!-- A context may be assigned a default descriptor by: -->
|
11
|
-
<!-- + Calling WebApplicationContext.setDefaultsDescriptor -->
|
12
|
-
<!-- + Passed an arg to addWebApplications -->
|
13
|
-
<!-- -->
|
14
|
-
<!-- This file is used both as the resource within the jetty.jar (which is -->
|
15
|
-
<!-- used as the default if no explicit defaults descriptor is set) and it -->
|
16
|
-
<!-- is copied to the etc directory of the Jetty distro and explicitly -->
|
17
|
-
<!-- by the jetty.xml file. -->
|
18
|
-
<!-- -->
|
19
|
-
<!-- ===================================================================== -->
|
20
|
-
<web-app
|
21
|
-
xmlns="http://java.sun.com/xml/ns/javaee"
|
22
|
-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
23
|
-
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
|
24
|
-
metadata-complete="true"
|
25
|
-
version="2.5">
|
26
|
-
|
27
|
-
<description>
|
28
|
-
Default web.xml file.
|
29
|
-
This file is applied to a Web application before it's own WEB_INF/web.xml file
|
30
|
-
</description>
|
31
|
-
|
32
|
-
|
33
|
-
<!-- ==================================================================== -->
|
34
|
-
<!-- Context params to control Session Cookies -->
|
35
|
-
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
|
36
|
-
<!-- UNCOMMENT TO ACTIVATE
|
37
|
-
<context-param>
|
38
|
-
<param-name>org.mortbay.jetty.servlet.SessionDomain</param-name>
|
39
|
-
<param-value>127.0.0.1</param-value>
|
40
|
-
</context-param>
|
41
|
-
|
42
|
-
<context-param>
|
43
|
-
<param-name>org.mortbay.jetty.servlet.SessionPath</param-name>
|
44
|
-
<param-value>/</param-value>
|
45
|
-
</context-param>
|
46
|
-
|
47
|
-
<context-param>
|
48
|
-
<param-name>org.mortbay.jetty.servlet.MaxAge</param-name>
|
49
|
-
<param-value>-1</param-value>
|
50
|
-
</context-param>
|
51
|
-
-->
|
52
|
-
|
53
|
-
<context-param>
|
54
|
-
<param-name>org.mortbay.jetty.webapp.NoTLDJarPattern</param-name>
|
55
|
-
<param-value>start.jar|ant-.*\.jar|dojo-.*\.jar|jetty-.*\.jar|jsp-api-.*\.jar|junit-.*\.jar|servlet-api-.*\.jar|dnsns\.jar|rt\.jar|jsse\.jar|tools\.jar|sunpkcs11\.jar|sunjce_provider\.jar|xerces.*\.jar|</param-value>
|
56
|
-
</context-param>
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
<!-- ==================================================================== -->
|
61
|
-
<!-- The default servlet. -->
|
62
|
-
<!-- This servlet, normally mapped to /, provides the handling for static -->
|
63
|
-
<!-- content, OPTIONS and TRACE methods for the context. -->
|
64
|
-
<!-- The following initParameters are supported: -->
|
65
|
-
<!-- -->
|
66
|
-
<!-- acceptRanges If true, range requests and responses are -->
|
67
|
-
<!-- supported -->
|
68
|
-
<!-- -->
|
69
|
-
<!-- dirAllowed If true, directory listings are returned if no -->
|
70
|
-
<!-- welcome file is found. Else 403 Forbidden. -->
|
71
|
-
<!-- -->
|
72
|
-
<!-- redirectWelcome If true, redirect welcome file requests -->
|
73
|
-
<!-- else use request dispatcher forwards -->
|
74
|
-
<!-- -->
|
75
|
-
<!-- gzip If set to true, then static content will be served-->
|
76
|
-
<!-- as gzip content encoded if a matching resource is -->
|
77
|
-
<!-- found ending with ".gz" -->
|
78
|
-
<!-- -->
|
79
|
-
<!-- resoureBase Can be set to replace the context resource base -->
|
80
|
-
<!-- -->
|
81
|
-
<!-- relativeResourceBase -->
|
82
|
-
<!-- Set with a pathname relative to the base of the -->
|
83
|
-
<!-- servlet context root. Useful for only serving -->
|
84
|
-
<!-- static content from only specific subdirectories. -->
|
85
|
-
<!-- -->
|
86
|
-
<!-- useFileMappedBuffer -->
|
87
|
-
<!-- If set to true (the default), a memory mapped -->
|
88
|
-
<!-- file buffer will be used to serve static content -->
|
89
|
-
<!-- when using an NIO connector. Setting this value -->
|
90
|
-
<!-- to false means that a direct buffer will be used -->
|
91
|
-
<!-- instead. If you are having trouble with Windows -->
|
92
|
-
<!-- file locking, set this to false. -->
|
93
|
-
<!-- -->
|
94
|
-
<!-- cacheControl If set, all static content will have this value -->
|
95
|
-
<!-- set as the cache-control header. -->
|
96
|
-
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
|
97
|
-
<servlet>
|
98
|
-
<servlet-name>default</servlet-name>
|
99
|
-
<servlet-class>org.mortbay.jetty.servlet.DefaultServlet</servlet-class>
|
100
|
-
<init-param>
|
101
|
-
<param-name>acceptRanges</param-name>
|
102
|
-
<param-value>true</param-value>
|
103
|
-
</init-param>
|
104
|
-
<init-param>
|
105
|
-
<param-name>dirAllowed</param-name>
|
106
|
-
<param-value>true</param-value>
|
107
|
-
</init-param>
|
108
|
-
<init-param>
|
109
|
-
<param-name>redirectWelcome</param-name>
|
110
|
-
<param-value>false</param-value>
|
111
|
-
</init-param>
|
112
|
-
<init-param>
|
113
|
-
<param-name>maxCacheSize</param-name>
|
114
|
-
<param-value>2000000</param-value>
|
115
|
-
</init-param>
|
116
|
-
<init-param>
|
117
|
-
<param-name>maxCachedFileSize</param-name>
|
118
|
-
<param-value>254000</param-value>
|
119
|
-
</init-param>
|
120
|
-
<init-param>
|
121
|
-
<param-name>maxCachedFiles</param-name>
|
122
|
-
<param-value>1000</param-value>
|
123
|
-
</init-param>
|
124
|
-
<init-param>
|
125
|
-
<param-name>gzip</param-name>
|
126
|
-
<param-value>false</param-value>
|
127
|
-
</init-param>
|
128
|
-
<init-param>
|
129
|
-
<param-name>useFileMappedBuffer</param-name>
|
130
|
-
<param-value>false</param-value>
|
131
|
-
</init-param>
|
132
|
-
<!--
|
133
|
-
<init-param>
|
134
|
-
<param-name>cacheControl</param-name>
|
135
|
-
<param-value>max-age=3600,public</param-value>
|
136
|
-
</init-param>
|
137
|
-
-->
|
138
|
-
<load-on-startup>0</load-on-startup>
|
139
|
-
</servlet>
|
140
|
-
|
141
|
-
<servlet-mapping> <servlet-name>default</servlet-name> <url-pattern>/</url-pattern> </servlet-mapping>
|
142
|
-
|
143
|
-
|
144
|
-
<!-- ==================================================================== -->
|
145
|
-
<!-- JSP Servlet -->
|
146
|
-
<!-- This is the jasper JSP servlet from the jakarta project -->
|
147
|
-
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
|
148
|
-
<!-- The JSP page compiler and execution servlet, which is the mechanism -->
|
149
|
-
<!-- used by Glassfish to support JSP pages. Traditionally, this servlet -->
|
150
|
-
<!-- is mapped to URL patterh "*.jsp". This servlet supports the -->
|
151
|
-
<!-- following initialization parameters (default values are in square -->
|
152
|
-
<!-- brackets): -->
|
153
|
-
<!-- -->
|
154
|
-
<!-- checkInterval If development is false and reloading is true, -->
|
155
|
-
<!-- background compiles are enabled. checkInterval -->
|
156
|
-
<!-- is the time in seconds between checks to see -->
|
157
|
-
<!-- if a JSP page needs to be recompiled. [300] -->
|
158
|
-
<!-- -->
|
159
|
-
<!-- compiler Which compiler Ant should use to compile JSP -->
|
160
|
-
<!-- pages. See the Ant documenation for more -->
|
161
|
-
<!-- information. [javac] -->
|
162
|
-
<!-- -->
|
163
|
-
<!-- classdebuginfo Should the class file be compiled with -->
|
164
|
-
<!-- debugging information? [true] -->
|
165
|
-
<!-- -->
|
166
|
-
<!-- classpath What class path should I use while compiling -->
|
167
|
-
<!-- generated servlets? [Created dynamically -->
|
168
|
-
<!-- based on the current web application] -->
|
169
|
-
<!-- Set to ? to make the container explicitly set -->
|
170
|
-
<!-- this parameter. -->
|
171
|
-
<!-- -->
|
172
|
-
<!-- development Is Jasper used in development mode (will check -->
|
173
|
-
<!-- for JSP modification on every access)? [true] -->
|
174
|
-
<!-- -->
|
175
|
-
<!-- enablePooling Determines whether tag handler pooling is -->
|
176
|
-
<!-- enabled [true] -->
|
177
|
-
<!-- -->
|
178
|
-
<!-- fork Tell Ant to fork compiles of JSP pages so that -->
|
179
|
-
<!-- a separate JVM is used for JSP page compiles -->
|
180
|
-
<!-- from the one Tomcat is running in. [true] -->
|
181
|
-
<!-- -->
|
182
|
-
<!-- ieClassId The class-id value to be sent to Internet -->
|
183
|
-
<!-- Explorer when using <jsp:plugin> tags. -->
|
184
|
-
<!-- [clsid:8AD9C840-044E-11D1-B3E9-00805F499D93] -->
|
185
|
-
<!-- -->
|
186
|
-
<!-- javaEncoding Java file encoding to use for generating java -->
|
187
|
-
<!-- source files. [UTF-8] -->
|
188
|
-
<!-- -->
|
189
|
-
<!-- keepgenerated Should we keep the generated Java source code -->
|
190
|
-
<!-- for each page instead of deleting it? [true] -->
|
191
|
-
<!-- -->
|
192
|
-
<!-- logVerbosityLevel The level of detailed messages to be produced -->
|
193
|
-
<!-- by this servlet. Increasing levels cause the -->
|
194
|
-
<!-- generation of more messages. Valid values are -->
|
195
|
-
<!-- FATAL, ERROR, WARNING, INFORMATION, and DEBUG. -->
|
196
|
-
<!-- [WARNING] -->
|
197
|
-
<!-- -->
|
198
|
-
<!-- mappedfile Should we generate static content with one -->
|
199
|
-
<!-- print statement per input line, to ease -->
|
200
|
-
<!-- debugging? [false] -->
|
201
|
-
<!-- -->
|
202
|
-
<!-- -->
|
203
|
-
<!-- reloading Should Jasper check for modified JSPs? [true] -->
|
204
|
-
<!-- -->
|
205
|
-
<!-- suppressSmap Should the generation of SMAP info for JSR45 -->
|
206
|
-
<!-- debugging be suppressed? [false] -->
|
207
|
-
<!-- -->
|
208
|
-
<!-- dumpSmap Should the SMAP info for JSR45 debugging be -->
|
209
|
-
<!-- dumped to a file? [false] -->
|
210
|
-
<!-- False if suppressSmap is true -->
|
211
|
-
<!-- -->
|
212
|
-
<!-- scratchdir What scratch directory should we use when -->
|
213
|
-
<!-- compiling JSP pages? [default work directory -->
|
214
|
-
<!-- for the current web application] -->
|
215
|
-
<!-- -->
|
216
|
-
<!-- tagpoolMaxSize The maximum tag handler pool size [5] -->
|
217
|
-
<!-- -->
|
218
|
-
<!-- xpoweredBy Determines whether X-Powered-By response -->
|
219
|
-
<!-- header is added by generated servlet [false] -->
|
220
|
-
<!-- -->
|
221
|
-
<!-- If you wish to use Jikes to compile JSP pages: -->
|
222
|
-
<!-- Set the init parameter "compiler" to "jikes". Define -->
|
223
|
-
<!-- the property "-Dbuild.compiler.emacs=true" when starting Jetty -->
|
224
|
-
<!-- to cause Jikes to emit error messages in a format compatible with -->
|
225
|
-
<!-- Jasper. -->
|
226
|
-
<!-- If you get an error reporting that jikes can't use UTF-8 encoding, -->
|
227
|
-
<!-- try setting the init parameter "javaEncoding" to "ISO-8859-1". -->
|
228
|
-
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
|
229
|
-
<servlet id="jsp">
|
230
|
-
<servlet-name>jsp</servlet-name>
|
231
|
-
<servlet-class>org.apache.jasper.servlet.JspServlet</servlet-class>
|
232
|
-
<init-param>
|
233
|
-
<param-name>logVerbosityLevel</param-name>
|
234
|
-
<param-value>DEBUG</param-value>
|
235
|
-
</init-param>
|
236
|
-
<init-param>
|
237
|
-
<param-name>fork</param-name>
|
238
|
-
<param-value>false</param-value>
|
239
|
-
</init-param>
|
240
|
-
<init-param>
|
241
|
-
<param-name>xpoweredBy</param-name>
|
242
|
-
<param-value>false</param-value>
|
243
|
-
</init-param>
|
244
|
-
<!--
|
245
|
-
<init-param>
|
246
|
-
<param-name>classpath</param-name>
|
247
|
-
<param-value>?</param-value>
|
248
|
-
</init-param>
|
249
|
-
-->
|
250
|
-
<load-on-startup>0</load-on-startup>
|
251
|
-
</servlet>
|
252
|
-
|
253
|
-
<servlet-mapping>
|
254
|
-
<servlet-name>jsp</servlet-name>
|
255
|
-
<url-pattern>*.jsp</url-pattern>
|
256
|
-
<url-pattern>*.jspf</url-pattern>
|
257
|
-
<url-pattern>*.jspx</url-pattern>
|
258
|
-
<url-pattern>*.xsp</url-pattern>
|
259
|
-
<url-pattern>*.JSP</url-pattern>
|
260
|
-
<url-pattern>*.JSPF</url-pattern>
|
261
|
-
<url-pattern>*.JSPX</url-pattern>
|
262
|
-
<url-pattern>*.XSP</url-pattern>
|
263
|
-
</servlet-mapping>
|
264
|
-
|
265
|
-
<!-- ==================================================================== -->
|
266
|
-
<!-- Dynamic Servlet Invoker. -->
|
267
|
-
<!-- This servlet invokes anonymous servlets that have not been defined -->
|
268
|
-
<!-- in the web.xml or by other means. The first element of the pathInfo -->
|
269
|
-
<!-- of a request passed to the envoker is treated as a servlet name for -->
|
270
|
-
<!-- an existing servlet, or as a class name of a new servlet. -->
|
271
|
-
<!-- This servlet is normally mapped to /servlet/* -->
|
272
|
-
<!-- This servlet support the following initParams: -->
|
273
|
-
<!-- -->
|
274
|
-
<!-- nonContextServlets If false, the invoker can only load -->
|
275
|
-
<!-- servlets from the contexts classloader. -->
|
276
|
-
<!-- This is false by default and setting this -->
|
277
|
-
<!-- to true may have security implications. -->
|
278
|
-
<!-- -->
|
279
|
-
<!-- verbose If true, log dynamic loads -->
|
280
|
-
<!-- -->
|
281
|
-
<!-- * All other parameters are copied to the -->
|
282
|
-
<!-- each dynamic servlet as init parameters -->
|
283
|
-
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
|
284
|
-
<!-- Uncomment for dynamic invocation
|
285
|
-
<servlet>
|
286
|
-
<servlet-name>invoker</servlet-name>
|
287
|
-
<servlet-class>org.mortbay.jetty.servlet.Invoker</servlet-class>
|
288
|
-
<init-param>
|
289
|
-
<param-name>verbose</param-name>
|
290
|
-
<param-value>false</param-value>
|
291
|
-
</init-param>
|
292
|
-
<init-param>
|
293
|
-
<param-name>nonContextServlets</param-name>
|
294
|
-
<param-value>false</param-value>
|
295
|
-
</init-param>
|
296
|
-
<init-param>
|
297
|
-
<param-name>dynamicParam</param-name>
|
298
|
-
<param-value>anyValue</param-value>
|
299
|
-
</init-param>
|
300
|
-
<load-on-startup>0</load-on-startup>
|
301
|
-
</servlet>
|
302
|
-
|
303
|
-
<servlet-mapping> <servlet-name>invoker</servlet-name> <url-pattern>/servlet/*</url-pattern> </servlet-mapping>
|
304
|
-
-->
|
305
|
-
|
306
|
-
|
307
|
-
|
308
|
-
<!-- ==================================================================== -->
|
309
|
-
<session-config>
|
310
|
-
<session-timeout>30</session-timeout>
|
311
|
-
</session-config>
|
312
|
-
|
313
|
-
<!-- ==================================================================== -->
|
314
|
-
<!-- Default MIME mappings -->
|
315
|
-
<!-- The default MIME mappings are provided by the mime.properties -->
|
316
|
-
<!-- resource in the org.mortbay.jetty.jar file. Additional or modified -->
|
317
|
-
<!-- mappings may be specified here -->
|
318
|
-
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
|
319
|
-
<!-- UNCOMMENT TO ACTIVATE
|
320
|
-
<mime-mapping>
|
321
|
-
<extension>mysuffix</extension>
|
322
|
-
<mime-type>mymime/type</mime-type>
|
323
|
-
</mime-mapping>
|
324
|
-
-->
|
325
|
-
|
326
|
-
<!-- ==================================================================== -->
|
327
|
-
<welcome-file-list>
|
328
|
-
<welcome-file>index.html</welcome-file>
|
329
|
-
<welcome-file>index.htm</welcome-file>
|
330
|
-
<welcome-file>index.jsp</welcome-file>
|
331
|
-
</welcome-file-list>
|
332
|
-
|
333
|
-
<!-- ==================================================================== -->
|
334
|
-
<locale-encoding-mapping-list>
|
335
|
-
<locale-encoding-mapping><locale>ar</locale><encoding>ISO-8859-6</encoding></locale-encoding-mapping>
|
336
|
-
<locale-encoding-mapping><locale>be</locale><encoding>ISO-8859-5</encoding></locale-encoding-mapping>
|
337
|
-
<locale-encoding-mapping><locale>bg</locale><encoding>ISO-8859-5</encoding></locale-encoding-mapping>
|
338
|
-
<locale-encoding-mapping><locale>ca</locale><encoding>ISO-8859-1</encoding></locale-encoding-mapping>
|
339
|
-
<locale-encoding-mapping><locale>cs</locale><encoding>ISO-8859-2</encoding></locale-encoding-mapping>
|
340
|
-
<locale-encoding-mapping><locale>da</locale><encoding>ISO-8859-1</encoding></locale-encoding-mapping>
|
341
|
-
<locale-encoding-mapping><locale>de</locale><encoding>ISO-8859-1</encoding></locale-encoding-mapping>
|
342
|
-
<locale-encoding-mapping><locale>el</locale><encoding>ISO-8859-7</encoding></locale-encoding-mapping>
|
343
|
-
<locale-encoding-mapping><locale>en</locale><encoding>ISO-8859-1</encoding></locale-encoding-mapping>
|
344
|
-
<locale-encoding-mapping><locale>es</locale><encoding>ISO-8859-1</encoding></locale-encoding-mapping>
|
345
|
-
<locale-encoding-mapping><locale>et</locale><encoding>ISO-8859-1</encoding></locale-encoding-mapping>
|
346
|
-
<locale-encoding-mapping><locale>fi</locale><encoding>ISO-8859-1</encoding></locale-encoding-mapping>
|
347
|
-
<locale-encoding-mapping><locale>fr</locale><encoding>ISO-8859-1</encoding></locale-encoding-mapping>
|
348
|
-
<locale-encoding-mapping><locale>hr</locale><encoding>ISO-8859-2</encoding></locale-encoding-mapping>
|
349
|
-
<locale-encoding-mapping><locale>hu</locale><encoding>ISO-8859-2</encoding></locale-encoding-mapping>
|
350
|
-
<locale-encoding-mapping><locale>is</locale><encoding>ISO-8859-1</encoding></locale-encoding-mapping>
|
351
|
-
<locale-encoding-mapping><locale>it</locale><encoding>ISO-8859-1</encoding></locale-encoding-mapping>
|
352
|
-
<locale-encoding-mapping><locale>iw</locale><encoding>ISO-8859-8</encoding></locale-encoding-mapping>
|
353
|
-
<locale-encoding-mapping><locale>ja</locale><encoding>Shift_JIS</encoding></locale-encoding-mapping>
|
354
|
-
<locale-encoding-mapping><locale>ko</locale><encoding>EUC-KR</encoding></locale-encoding-mapping>
|
355
|
-
<locale-encoding-mapping><locale>lt</locale><encoding>ISO-8859-2</encoding></locale-encoding-mapping>
|
356
|
-
<locale-encoding-mapping><locale>lv</locale><encoding>ISO-8859-2</encoding></locale-encoding-mapping>
|
357
|
-
<locale-encoding-mapping><locale>mk</locale><encoding>ISO-8859-5</encoding></locale-encoding-mapping>
|
358
|
-
<locale-encoding-mapping><locale>nl</locale><encoding>ISO-8859-1</encoding></locale-encoding-mapping>
|
359
|
-
<locale-encoding-mapping><locale>no</locale><encoding>ISO-8859-1</encoding></locale-encoding-mapping>
|
360
|
-
<locale-encoding-mapping><locale>pl</locale><encoding>ISO-8859-2</encoding></locale-encoding-mapping>
|
361
|
-
<locale-encoding-mapping><locale>pt</locale><encoding>ISO-8859-1</encoding></locale-encoding-mapping>
|
362
|
-
<locale-encoding-mapping><locale>ro</locale><encoding>ISO-8859-2</encoding></locale-encoding-mapping>
|
363
|
-
<locale-encoding-mapping><locale>ru</locale><encoding>ISO-8859-5</encoding></locale-encoding-mapping>
|
364
|
-
<locale-encoding-mapping><locale>sh</locale><encoding>ISO-8859-5</encoding></locale-encoding-mapping>
|
365
|
-
<locale-encoding-mapping><locale>sk</locale><encoding>ISO-8859-2</encoding></locale-encoding-mapping>
|
366
|
-
<locale-encoding-mapping><locale>sl</locale><encoding>ISO-8859-2</encoding></locale-encoding-mapping>
|
367
|
-
<locale-encoding-mapping><locale>sq</locale><encoding>ISO-8859-2</encoding></locale-encoding-mapping>
|
368
|
-
<locale-encoding-mapping><locale>sr</locale><encoding>ISO-8859-5</encoding></locale-encoding-mapping>
|
369
|
-
<locale-encoding-mapping><locale>sv</locale><encoding>ISO-8859-1</encoding></locale-encoding-mapping>
|
370
|
-
<locale-encoding-mapping><locale>tr</locale><encoding>ISO-8859-9</encoding></locale-encoding-mapping>
|
371
|
-
<locale-encoding-mapping><locale>uk</locale><encoding>ISO-8859-5</encoding></locale-encoding-mapping>
|
372
|
-
<locale-encoding-mapping><locale>zh</locale><encoding>GB2312</encoding></locale-encoding-mapping>
|
373
|
-
<locale-encoding-mapping><locale>zh_TW</locale><encoding>Big5</encoding></locale-encoding-mapping>
|
374
|
-
</locale-encoding-mapping-list>
|
375
|
-
|
376
|
-
|
377
|
-
|
378
|
-
</web-app>
|
379
|
-
|