Revision 5014
Added by daigle over 15 years ago
web.xml.tomcat5 | ||
---|---|---|
170 | 170 |
|
171 | 171 |
<servlet> |
172 | 172 |
<servlet-name>replication</servlet-name> |
173 |
<servlet-class>edu.ucsb.nceas.metacat.MetacatReplication</servlet-class>
|
|
173 |
<servlet-class>edu.ucsb.nceas.metacat.ReplicationServlet</servlet-class>
|
|
174 | 174 |
<init-param> |
175 | 175 |
<param-name>debug</param-name> |
176 | 176 |
<param-value>1</param-value> |
Also available in: Unified diff
Create replication directory. Move replication code there. Use log4j for replication logging (rollingfileappender). Beef up replication logging and error control.