Revision 5032
Added by daigle about 15 years ago
web.xml.tomcat5 | ||
---|---|---|
174 | 174 |
<load-on-startup>3</load-on-startup> |
175 | 175 |
</servlet> |
176 | 176 |
|
177 |
<servlet> |
|
178 |
<servlet-name>MetacatWeb</servlet-name> |
|
179 |
<servlet-class>edu.ucsb.nceas.metacat.web.MetacatWebServlet</servlet-class> |
|
180 |
<init-param> |
|
181 |
<param-name>debug</param-name> |
|
182 |
<param-value>1</param-value> |
|
183 |
</init-param> |
|
184 |
<init-param> |
|
185 |
<param-name>listings</param-name> |
|
186 |
<param-value>true</param-value> |
|
187 |
</init-param> |
|
188 |
<load-on-startup>3</load-on-startup> |
|
189 |
</servlet> |
|
190 |
|
|
191 | 177 |
<servlet> |
192 | 178 |
<servlet-name>replication</servlet-name> |
193 | 179 |
<servlet-class>edu.ucsb.nceas.metacat.replication.ReplicationServlet</servlet-class> |
... | ... | |
320 | 306 |
</servlet-mapping> |
321 | 307 |
|
322 | 308 |
<servlet-mapping> |
323 |
<servlet-name>MetacatWeb</servlet-name> |
|
324 |
<url-pattern>/metacatweb</url-pattern> |
|
325 |
</servlet-mapping> |
|
326 |
|
|
327 |
<servlet-mapping> |
|
328 | 309 |
<servlet-name>replication</servlet-name> |
329 | 310 |
<url-pattern>replication</url-pattern> |
330 | 311 |
</servlet-mapping> |
Also available in: Unified diff
Remove metacat web servlet that was added last week