Revision 864
Added by berkley about 23 years ago
lib/web.xml | ||
---|---|---|
93 | 93 |
<load-on-startup>5</load-on-startup> |
94 | 94 |
</servlet> |
95 | 95 |
|
96 |
<servlet> |
|
97 |
<servlet-name>download</servlet-name> |
|
98 |
<description> |
|
99 |
the swdownload servlet |
|
100 |
</description> |
|
101 |
<servlet-class>edu.ucsb.nceas.swdownload.Download</servlet-class> |
|
102 |
<load-on-startup>5</load-on-startup> |
|
103 |
</servlet> |
|
104 |
|
|
96 | 105 |
<!-- Define mappings that are used by the servlet container to |
97 | 106 |
translate a particular request URI (context-relative) to a |
98 | 107 |
particular servlet. The examples below correspond to the |
Also available in: Unified diff
updated web.xml file for the download servlet