Revision 8832
Added by ben leinfelder over 10 years ago
lib/web.xml.tomcat6 | ||
---|---|---|
323 | 323 |
</servlet-mapping> |
324 | 324 |
--> |
325 | 325 |
|
326 |
<!-- begin MyProxy portal delegation section --> |
|
326 |
<!-- begin MyProxy portal delegation section. Uncomment to enable MyProxy --> |
|
327 |
<!-- |
|
327 | 328 |
<servlet> |
328 | 329 |
<servlet-name>startRequest</servlet-name> |
329 | 330 |
<servlet-class>edu.ucsb.nceas.metacat.portal.StartRequest</servlet-class> |
... | ... | |
362 | 363 |
<listener-class>edu.uiuc.ncsa.myproxy.oa4mp.client.loader.ClientBootstrapper</listener-class> |
363 | 364 |
</listener> |
364 | 365 |
|
365 |
<!-- TODO: make relative path if possible --> |
|
366 | 366 |
<context-param> |
367 | 367 |
<param-name>oa4mp:client.config.file</param-name> |
368 | 368 |
<param-value>/WEB-INF/oa4mp_client.xml</param-value> |
369 | 369 |
</context-param> |
370 |
|
|
370 |
--> |
|
371 | 371 |
<!-- end MyProxy section --> |
372 | 372 |
|
373 | 373 |
<!-- currently the W3C havent settled on a media type for WSDL; |
Also available in: Unified diff
comment out myproxy servlets. https://redmine.dataone.org/issues/5742