bottleneck testcase based on rubbos
[bottlenecks.git] / rubbos / app / tomcat-connectors-1.2.32-src / docs / reference / uriworkermap.html
1 <html><head><META http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><title>The Apache Tomcat Connector - Reference Guide - uriworkermap.properties configuration</title><meta name="author" value="Rainer Jung"><meta name="email" value="rjung@apache.org"><meta name="author" value="Mladen Turk"><meta name="email" value="mturk@apache.org"><link href="../style.css" type="text/css" rel="stylesheet"></head><body bgcolor="#ffffff" text="#000000" link="#525D76" alink="#525D76" vlink="#525D76"><table border="0" width="100%" cellspacing="4"><!--PAGE HEADER--><tr><td colspan="2"><!--TOMCAT LOGO--><a href="http://tomcat.apache.org/"><img src="../images/tomcat.gif" align="left" alt="Apache Tomcat" border="0"></a><!--APACHE LOGO--><a href="http://www.apache.org/"><img src="http://www.apache.org/images/asf-logo.gif" align="right" alt="Apache Logo" border="0"></a></td></tr><!--HEADER SEPARATOR--><tr><td colspan="2"><hr noshade size="1"></td></tr><tr><!--LEFT SIDE NAVIGATION--><td width="20%" valign="top" nowrap="true"><p><strong>Links</strong></p><ul><li><a href="../index.html">Docs Home</a></li></ul><p><strong>Reference Guide</strong></p><ul><li><a href="../reference/workers.html">workers.properties</a></li><li><a href="../reference/uriworkermap.html">uriworkermap.properties</a></li><li><a href="../reference/status.html">Status Worker</a></li><li><a href="../reference/apache.html">Apache HTTP Server</a></li><li><a href="../reference/iis.html">IIS</a></li></ul><p><strong>Generic HowTo</strong></p><ul><li><a href="../generic_howto/quick.html">For the impatient</a></li><li><a href="../generic_howto/workers.html">All about workers</a></li><li><a href="../generic_howto/timeouts.html">Timeouts</a></li><li><a href="../generic_howto/loadbalancers.html">Load Balancing</a></li><li><a href="../generic_howto/proxy.html">Reverse Proxy</a></li></ul><p><strong>Webserver HowTo</strong></p><ul><li><a href="../webserver_howto/apache.html">Apache HTTP Server</a></li><li><a href="../webserver_howto/iis.html">IIS</a></li><li><a href="../webserver_howto/nes.html">Netscape/SunOne/Sun</a></li></ul><p><strong>AJP Protocol Reference</strong></p><ul><li><a href="../ajp/ajpv13a.html">AJPv13</a></li><li><a href="../ajp/ajpv13ext.html">AJPv13 Extension Proposal</a></li></ul><p><strong>Miscellaneous Documentation</strong></p><ul><li><a href="../miscellaneous/faq.html">Frequently asked questions</a></li><li><a href="../miscellaneous/changelog.html">Changelog</a></li><li><a href="http://issues.apache.org/bugzilla/buglist.cgi?query_format=advanced&amp;short_desc_type=allwordssubstr&amp;short_desc=&amp;product=Tomcat+Connectors&amp;long_desc_type=substring&amp;long_desc=&amp;bug_file_loc_type=allwordssubstr&amp;bug_file_loc=&amp;keywords_type=allwords&amp;keywords=&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;emailassigned_to1=1&amp;emailtype1=substring&amp;email1=&amp;emailassigned_to2=1&amp;emailreporter2=1&amp;emailcc2=1&amp;emailtype2=substring&amp;email2=&amp;bugidtype=include&amp;bug_id=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;cmdtype=doit&amp;order=Reuse+same+sort+as+last+time&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=">Current Tomcat Connectors bugs</a></li><li><a href="../miscellaneous/doccontrib.html">Contribute documentation</a></li><li><a href="../miscellaneous/jkstatustasks.html">JK Status Ant Tasks</a></li><li><a href="../miscellaneous/reporttools.html">Reporting Tools</a></li><li><a href="http://tomcat.apache.org/connectors-doc-archive/jk2/index.html">Old JK/JK2 documentation</a></li></ul><p><strong>News</strong></p><ul><li><a href="../news/20110701.html">2011</a></li><li><a href="../news/20100101.html">2010</a></li><li><a href="../news/20090301.html">2009</a></li><li><a href="../news/20081001.html">2008</a></li><li><a href="../news/20070301.html">2007</a></li><li><a href="../news/20060101.html">2006</a></li><li><a href="../news/20050101.html">2005</a></li><li><a href="../news/20041100.html">2004</a></li></ul></td><!--RIGHT SIDE MAIN BODY--><td width="80%" valign="top" align="left"><table border="0" width="100%" cellspacing="4"><tr><td align="left" valign="top"><h1>The Apache Tomcat Connector - Reference Guide</h1><h2>uriworkermap.properties configuration</h2></td><td align="right" valign="top" nowrap="true"><small><a href="printer/uriworkermap.html"><img src="../images/printer.gif" border="0" alt="Printer Friendly Version"><br>print-friendly<br>version
2                     </a></small></td></tr></table><table border="0" cellspacing="0" cellpadding="2" width="100%"><tr><td bgcolor="#525D76"><font color="#ffffff" face="arial,helvetica.sanserif"><a name="Introduction"><strong>Introduction</strong></a></font></td></tr><tr><td><blockquote>
3 <br>
4 <p>
5 The forwarding of requests from the web server to tomcat gets configured by defining mapping rules.
6 Such a rule maps requests to workers. The request part of the map is described by a URI pattern,
7 the worker by it's worker name.
8 </p>
9 <p>
10 The so-called <b>uriworkermap</b> file is a mechanism of defining rules,
11 which works for all web servers. There exist also other web server specific configuration
12 options for defining rules, which will be mostly discussed on the reference pages for
13 configuring tomcat connectors for the individual web servers.
14 </p>
15 <p>
16 The name of the file is usually uriworkermap.properties,
17 although this is configurable in the web server.
18 Please consult the web server specific documentation pages on
19 how to enable the uriworkermap file.
20 </p>
21 <p>
22 The main features supported by the uriworkermap file are
23 <ul>
24 <li>
25 Support for comments in the rule file.
26 </li>
27 <li>
28 Exact and wildchar matches, shortcuts to map a directory and all including content.
29 </li>
30 <li>
31 Exclusion rules, disabling of rules and rule priorities.
32 </li>
33 <li>
34 Rule extensions, modifying worker behaviour per rule.
35 </li>
36 <li>
37 Virtual host integration: uri mapping rules can be expressed per virtual host.
38 The details are web server specific though.
39 </li>
40 <li>
41 Dynamic reloading: The file gets checked periodically for changes.
42 New versions are automatically reloaded without web server restarts.
43 </li>
44 <li>
45 Integration with the status worker.
46 </li>
47 </ul>
48 The following sections describe these aspects in more detail.
49 </p>
50 </blockquote></td></tr></table><table border="0" cellspacing="0" cellpadding="2" width="100%"><tr><td bgcolor="#525D76"><font color="#ffffff" face="arial,helvetica.sanserif"><a name="Syntax"><strong>Syntax</strong></a></font></td></tr><tr><td><blockquote>
51 <br>
52 <table border="0" cellspacing="0" cellpadding="2" width="100%"><tr><td bgcolor="#828DA6"><font color="#ffffff" face="arial,helvetica.sanserif"><a name="Line format"><strong>Line format</strong></a></font></td></tr><tr><td><blockquote>
53 <br>
54 <p>
55 The file has a line based format. There are no continuation characters,
56 so each rule needs to be defined on a single line. Each rule is a pair consisting
57 of a URI pattern and a worker name, combined by an equals sign '=':
58 <div class="example"><pre>
59   /myapp=myworker
60 </pre></div>
61 The URI pattern is case sensitive.
62 </p>
63 </blockquote></td></tr></table>
64 <table border="0" cellspacing="0" cellpadding="2" width="100%"><tr><td bgcolor="#828DA6"><font color="#ffffff" face="arial,helvetica.sanserif"><a name="Comments, white space"><strong>Comments, white space</strong></a></font></td></tr><tr><td><blockquote>
65 <br>
66 <p>
67 All text after and including the character '#' gets ignored and can be used for comments.
68 Leading and trailing white space gets trimmed around the URI pattern and also around the worker name.
69 The following definitions are all equivalent:
70 <div class="example"><pre>
71   # This is a white space example
72   /myapp=myworker
73      /myapp=myworker
74   /myapp  =  myworker
75 </pre></div>
76 </p>
77 </blockquote></td></tr></table>
78
79 <table border="0" cellspacing="0" cellpadding="2" width="100%"><tr><td bgcolor="#828DA6"><font color="#ffffff" face="arial,helvetica.sanserif"><a name="URI patterns"><strong>URI patterns</strong></a></font></td></tr><tr><td><blockquote>
80 <br>
81 <p>
82 Inside the URI pattern three special characters can be used, '*', '?' and '|'.
83 The character '*' is a wildchar that matches any number of arbitrary characters
84 in the URI, '?' matches exactly one character.
85 Each URI pattern has to start with the character '/', or with '*' or with '?',
86 optionally prefixed by any combination of the modifiers '!' and '-' (see next section).
87 <div class="example"><pre>
88   # Mapping the URI /myapp1 and everything under /myapp1/:
89   /myapp1=myworker-a
90   /myapp1/*=myworker-a
91   # Mapping all URI which end with a common suffix:
92   *.jsp=myworker
93   *.do=myworker
94 </pre></div>
95 Since the first case of mapping a certain location and everything inside
96 it is very common, the character '|' gives a handy shortcut:
97 <div class="example"><pre>
98   # Mapping the URI /myapp1 and everything under /myapp1/:
99   /myapp1|/*=myworker-a
100 </pre></div>
101 The pattern 'X|Y' is exactly equivalent to the two maps 'X' and 'XY'.
102 </p>
103 </blockquote></td></tr></table>
104 </blockquote></td></tr></table><table border="0" cellspacing="0" cellpadding="2" width="100%"><tr><td bgcolor="#525D76"><font color="#ffffff" face="arial,helvetica.sanserif"><a name="Exclusion, Disabling and Priorities"><strong>Exclusion, Disabling and Priorities</strong></a></font></td></tr><tr><td><blockquote>
105 <br>
106
107 <table border="0" cellspacing="0" cellpadding="2" width="100%"><tr><td bgcolor="#828DA6"><font color="#ffffff" face="arial,helvetica.sanserif"><a name="Exclusions and rule disabling"><strong>Exclusions and rule disabling</strong></a></font></td></tr><tr><td><blockquote>
108 <br>
109 <p>
110 Exclusion rules allows to define exclusions from URI rules, which would forward
111 requests to tomcat. If the exclusion rule matches, the request will not be forwarded.
112 This is usually used to serve static content by the web server.
113 A rule is an exclusion rule, if it is suffixed with '!':
114 <div class="example"><pre>
115   # Mapping the URI /myapp and everything under /myapp/:
116   /myapp|/*=myworker
117   # Exclude the subdirectory static:
118   !/myapp/static|/*=myworker
119   # Exclude some suffixes:
120   !*.html=myworker
121 </pre></div>
122 An exclusion rule overrides a normal mapping rule only, if the worker names in the
123 normal rule and in the exclusion rule are the same. Starting with version 1.2.26 of JK
124 you can apply an exclusion rule to any worker, by using the star character '*' as
125 the worker name in the exclusion rule.
126 More complex patterns in exclusion worker names are not allowed.
127 <div class="example"><pre>
128   # Mapping the webapps /myapp1 and /myapp2:
129   /myapp1|/*=myworker1
130   /myapp2|/*=myworker2
131   # Exclude the all subdirectories static for all workers:
132   !/*/static|/*=*
133   # Exclude some suffixes for all workers:
134   !*.html=*
135 </pre></div>
136 </p>
137 <p>
138 Rule disabling comes into play, if your web server merges rules from various sources,
139 and you want to disable any rule defined previously. Since the uriworkermap file gets
140 reloaded dynamically, you can use this to temporarily disable request forwarding:
141 A rule gets disabled, if it is suffixed with '-':
142 <div class="example"><pre>
143   # We are not in maintenance.
144   # The maintenance rule got defined somewhere else.
145   -/*=maintenance
146 </pre></div>
147 Exclusion rules can get disabled as well, then the rule starts with '-!'.
148 </p>
149 </blockquote></td></tr></table>
150
151 <table border="0" cellspacing="0" cellpadding="2" width="100%"><tr><td bgcolor="#828DA6"><font color="#ffffff" face="arial,helvetica.sanserif"><a name="Mapping priorities"><strong>Mapping priorities</strong></a></font></td></tr><tr><td><blockquote>
152 <br>
153 <p>
154 The most restrictive URI pattern is applied first. More precisely the URI patterns are
155 sorted by the number of '/' characters in the pattern (highest number first), and
156 rules with equal numbers are sorted by their string length (longest first).
157 </p>
158 <p>
159 If both distinctions still do not suffice, then the defining source of the rule is considered.
160 Rules defined in uriworkermap.properties come first, before rules defined by JkMount (Apache)
161 and inside workers.properties using the mount attribute.
162 </p>
163 <p>
164 All disabled rules are ignored. Exclusion rules are applied after all normal rules
165 have been applied.
166 </p>
167 <p>
168 There is no defined behaviour, for the following configuration conflict:
169 using literally the same URI pattern in the same defining source but with
170 different worker targets.
171 </p>
172 </blockquote></td></tr></table>
173 </blockquote></td></tr></table><table border="0" cellspacing="0" cellpadding="2" width="100%"><tr><td bgcolor="#525D76"><font color="#ffffff" face="arial,helvetica.sanserif"><a name="Rule extensions"><strong>Rule extensions</strong></a></font></td></tr><tr><td><blockquote>
174 <br>
175 <p>
176 Rule extensions were added in version 1.2.27 and are not available in earlier versions.
177 </p>
178 <table border="0" cellspacing="0" cellpadding="2" width="100%"><tr><td bgcolor="#828DA6"><font color="#ffffff" face="arial,helvetica.sanserif"><a name="Syntax"><strong>Syntax</strong></a></font></td></tr><tr><td><blockquote>
179 <br>
180 <p>
181 Rule extensions are additional attributes, that can be attached to any rule.
182 They are added at the end of the rule, each extension separated by a semicolon:
183 <div class="example"><pre>
184   # This is an extension example,
185   # setting a reply_timeout of 1 minute
186   # only for this mapping.
187   /myapp=myworker;reply_timeout=60000
188   #
189   # This is an example using multiple extensions
190   /myapp=myloadbalancer;reply_timeout=60000;stopped=member1
191 </pre></div>
192 Attributes set via rule extensions always overwrite conflicting
193 configurations in the worker definition file.
194 </p>
195 </blockquote></td></tr></table>
196 <table border="0" cellspacing="0" cellpadding="2" width="100%"><tr><td bgcolor="#828DA6"><font color="#ffffff" face="arial,helvetica.sanserif"><a name="Extension reply_timeout"><strong>Extension reply_timeout</strong></a></font></td></tr><tr><td><blockquote>
197 <br>
198 <p>
199 The extension <b class="code">reply_timeout</b> sets a reply timeout for a single mapping rule.
200 <div class="example"><pre>
201   # Setting a reply_timeout of 1 minute
202   # only for this mapping.
203   /myapp=myworker;reply_timeout=60000
204 </pre></div>
205 It overrides any <b class="code">reply_timeout</b> defined for the worker. The extension allows
206 to set a reasonable default reply timeout to the worker, and a more relaxed
207 reply timeout to URLs, which are known to start time intensive tasks.
208 For a general description of reply timeouts see the
209 <a href="../generic_howto/timeouts.html#Reply Timeout">timeouts</a> documentation.
210 </p>
211 </blockquote></td></tr></table>
212 <table border="0" cellspacing="0" cellpadding="2" width="100%"><tr><td bgcolor="#828DA6"><font color="#ffffff" face="arial,helvetica.sanserif"><a name="Extensions active/disabled/stopped"><strong>Extensions active/disabled/stopped</strong></a></font></td></tr><tr><td><blockquote>
213 <br>
214 <p>
215 The extensions <b class="code">active</b>, <b class="code">disabled</b>, and <b class="code">stopped</b>
216 can be used in a load balancer mapping rule to set selected members
217 of the load balancer into a special activation state.
218 <div class="example"><pre>
219   # Stop forwarding only for member1 of loadbalancer
220   /myapp=myloadbalancer;stopped=member1
221 </pre></div>
222 Multiple members must be separated by commas or white space:
223 <div class="example"><pre>
224   # Stop forwarding for member01 and member02 of loadbalancer
225   # Disable forwarding for member21 and member22 of loadbalancer
226   /myapp=myloadbalancer;stopped=member01,member02;disabled=member21,member22
227 </pre></div>
228 For the precise meaning of the activation states see the description of
229 <a href="../reference/workers.html#Advanced Worker Directives">activation</a>.
230 </p>
231 </blockquote></td></tr></table>
232 <table border="0" cellspacing="0" cellpadding="2" width="100%"><tr><td bgcolor="#828DA6"><font color="#ffffff" face="arial,helvetica.sanserif"><a name="Extension fail_on_status"><strong>Extension fail_on_status</strong></a></font></td></tr><tr><td><blockquote>
233 <br>
234 <p>
235 The extension <b class="code">fail_on_status</b> can be used in any rule:
236 <div class="example"><pre>
237   # Send 503 instead of 404 and 500,
238   # and if we get a 503 also set the worker to error
239   /myapp=myworker;fail_on_status=-404,-500,503
240 </pre></div>
241 Multiple status codes must be separated by commas.
242 For the precise meaning of the attribute see the description of
243 <a href="../reference/workers.html#Advanced Worker Directives">fail_on_status</a>.
244 </p>
245 </blockquote></td></tr></table>
246 <table border="0" cellspacing="0" cellpadding="2" width="100%"><tr><td bgcolor="#828DA6"><font color="#ffffff" face="arial,helvetica.sanserif"><a name="Extension use_server_errors"><strong>Extension use_server_errors</strong></a></font></td></tr><tr><td><blockquote>
247 <br>
248 <p>
249 The extension <b class="code">use_server_errors</b> allows to let the web server
250 send an error page, instead of the backend (e.g. Tomcat) error page.
251 This is useful, if one wants to send customized error pages, but those are
252 not part of all web applications. They can then be put onto the web server.
253 </p>
254 <p>
255 The value of <b class="code">use_server_errors</b> is a positive number.
256 Any request send to the backend, that returns with an http status
257 code bigger or equal to <b class="code">use_server_errors</b>, will
258 be answered to the client with the error page of the web server
259 for this status code.
260 <div class="example"><pre>
261   # Use web server error page for all errors
262   /myapp=myworker;use_server_errors=400
263   # Use web server error page only for technical errors
264   /myotherapp=myworker;use_server_errors=500
265 </pre></div>
266 </p>
267 </blockquote></td></tr></table>
268 </blockquote></td></tr></table><table border="0" cellspacing="0" cellpadding="2" width="100%"><tr><td bgcolor="#525D76"><font color="#ffffff" face="arial,helvetica.sanserif"><a name="Virtual host integration"><strong>Virtual host integration</strong></a></font></td></tr><tr><td><blockquote>
269 <br>
270
271 <table border="0" cellspacing="0" cellpadding="2" width="100%"><tr><td bgcolor="#828DA6"><font color="#ffffff" face="arial,helvetica.sanserif"><a name="IIS"><strong>IIS</strong></a></font></td></tr><tr><td><blockquote>
272 <br>
273 <p>
274 When using IIS you can restrict individual rules to special virtual hosts
275 by prefixing the URI pattern with the virtual host information.
276 The rules is that the url must be prefixed with the host name.
277 <div class="example"><pre>
278   # Use www.foo.org as virtual host
279   /www.foo.org/myapp/*=myworker
280   # Use www.bar.org as virtual host
281   /www.bar.org/myapp/*=myworker
282   # Normal mapping
283   /mysecondapp/*=myworker
284 </pre></div>
285 </p>
286 <p>
287 Note that /mysecondapp/* will be mapped to all virtual hosts present.
288 In  case one needs to prevent the mappings to some particular virtual host then
289 the exclusion rule must be used
290 <div class="example"><pre>
291   # Make sure the myapp is accessible by all virtual hosts
292   /myapp/*=myworker
293   # Disable mapping myapp for www.foo.org virtual host
294   !/www.foo.org/myapp/*=myworker
295 </pre></div>
296 </p>
297 </blockquote></td></tr></table>
298
299 <table border="0" cellspacing="0" cellpadding="2" width="100%"><tr><td bgcolor="#828DA6"><font color="#ffffff" face="arial,helvetica.sanserif"><a name="Apache httpd"><strong>Apache httpd</strong></a></font></td></tr><tr><td><blockquote>
300 <br>
301 <p>
302 For Apache you can define individual uriworkermap files per virtual host.
303 The directive JkMountFile can be used in the main server and in each virtual host.
304 If a virtual host does not use JkMountfile, but JkMountCopy is set to 'On',
305 then it inherits the JkMountFile from the main server. If you want all vhost to inherit
306 mounts from the main server, you can set JkMountCopy to 'All' in the main server.
307 </p>
308 </blockquote></td></tr></table>
309 </blockquote></td></tr></table><table border="0" cellspacing="0" cellpadding="2" width="100%"><tr><td bgcolor="#525D76"><font color="#ffffff" face="arial,helvetica.sanserif"><a name="Dynamic reloading"><strong>Dynamic reloading</strong></a></font></td></tr><tr><td><blockquote>
310 <br>
311 <p>
312 When a request is being processed, tomcat connectors check the file modification time
313 of the uriworkermap file. To keep the performance penalty low, this happens only,
314 if the last check happened at least n seconds ago.
315 </p>
316 <p>
317 For Apache you can configure the interval "n" using the directive JkMountFileReload,
318 for IIS you would use the attribute worker_mount_reload.
319 The default value is 60 seconds. A value of "0" turns off the reloading.
320 </p>
321 <p>
322 If the file changed, it gets reloaded completely. If there exist rules coming
323 from other sources than the uriworkermap file (e.g. the workers.properties mount
324 attribute or JkMount with Apache httpd), the new uriworkermap file gets dynamically
325 merged with these ones exactly like when you do a web server restart.
326 </p>
327 <p>
328 Until version 1.2.19 reloading behaved slightly differently: it continuously added
329 the full contents of the uriworkermap file to the rule mapping. The merging rules
330 were, that duplicated got eliminated and old rules could be disabled, by defining the
331 rule as disabled in the new file. Rules never got deleted.
332 </p>
333 </blockquote></td></tr></table><table border="0" cellspacing="0" cellpadding="2" width="100%"><tr><td bgcolor="#525D76"><font color="#ffffff" face="arial,helvetica.sanserif"><a name="Status worker integration"><strong>Status worker integration</strong></a></font></td></tr><tr><td><blockquote>
334 <br>
335 <p>
336 The configuration view of the status worker also shows the various mapping rules.
337 After each worker's configuration, the rules are listed, that forward to this worker.
338 The list contains four columns:
339 <ul>
340 <li>
341 the name of the virtual server
342 </li>
343 <li>
344 the URI pattern, prefixed with '-' for a disabled pattern and '!' for an exclusion pattern
345 </li>
346 <li>
347 the type of the rule: Exact or Wildchar
348 </li>
349 <li>
350 and the source of the rule definition: 'worker definition' for the workers.properties file (mount attribute),
351 'JkMount' for Apache httpd JkMount and it's relatives and finally 'uriworkermap' for the uriworkermap file.
352 </li>
353 </ul>
354 </p>
355 <p>
356 <b>Note: </b>The following restriction has been removed starting with version 1.2.26.
357 <br>
358 For Apache httpd, there is an important subtlety: the request going to the status worker
359 gets executed in the context of some server (main or virtual). The status worker will only show the
360 mapping rules, that are defined for this server (main or virtual).
361 <br>
362 Until version 1.2.25 the list contained three columns:
363 <ul>
364 <li>
365 the type of the rule: Exact or Wildchar, eventually prefixed with Disabled or Unmount (for exclusion rules)
366 </li>
367 <li>
368 the URI pattern
369 </li>
370 <li>
371 and the source of the rule definition: 'worker definition' for the workers.properties file (mount attribute),
372 'JkMount' for Apache httpd JkMount and it's relatives and finally 'uriworkermap' for the uriworkermap file.
373 </li>
374 </ul>
375 </p>
376 </blockquote></td></tr></table></td></tr><!--FOOTER SEPARATOR--><tr><td colspan="2"><hr noshade size="1"></td></tr><!--PAGE FOOTER--><tr><td colspan="2"><div align="center"><font color="#525D76" size="-1"><em>
377         Copyright &copy; 1999-2011, Apache Software Foundation
378         </em></font></div></td></tr></table></body></html>