Revision 585
Added by berkley about 24 years ago
web.xml | ||
---|---|---|
84 | 84 |
<load-on-startup>5</load-on-startup> |
85 | 85 |
</servlet> |
86 | 86 |
|
87 |
<servlet> |
|
88 |
<servlet-name>replication</servlet-name> |
|
89 |
<description> |
|
90 |
The marine incarnation of metacatServlet |
|
91 |
</description> |
|
92 |
<servlet-class>edu.ucsb.nceas.metacat.MetacatReplication</servlet-class> |
|
93 |
<load-on-startup>5</load-on-startup> |
|
94 |
</servlet> |
|
95 |
|
|
87 | 96 |
<!-- Define mappings that are used by the servlet container to |
88 | 97 |
translate a particular request URI (context-relative) to a |
89 | 98 |
particular servlet. The examples below correspond to the |
Also available in: Unified diff
added the replication servlet to the default web.xml file.