Revision 9183
Added by ben leinfelder over 9 years ago
web.xml.tomcat6 | ||
---|---|---|
323 | 323 |
</servlet-mapping> |
324 | 324 |
--> |
325 | 325 |
|
326 |
<!-- begin MyProxy portal delegation section. Uncomment to enable MyProxy --> |
|
327 |
<!-- |
|
328 |
<servlet> |
|
329 |
<servlet-name>startRequest</servlet-name> |
|
330 |
<servlet-class>edu.ucsb.nceas.metacat.portal.StartRequest</servlet-class> |
|
331 |
<load-on-startup>0</load-on-startup> |
|
332 |
</servlet> |
|
333 |
<servlet-mapping> |
|
334 |
<servlet-name>startRequest</servlet-name> |
|
335 |
<url-pattern>/startRequest</url-pattern> |
|
336 |
</servlet-mapping> |
|
337 |
|
|
338 |
<servlet> |
|
339 |
<servlet-name>ready</servlet-name> |
|
340 |
<servlet-class>edu.ucsb.nceas.metacat.portal.SuccessServlet</servlet-class> |
|
341 |
<load-on-startup>0</load-on-startup> |
|
342 |
</servlet> |
|
343 |
<servlet-mapping> |
|
344 |
<servlet-name>ready</servlet-name> |
|
345 |
<url-pattern>/ready</url-pattern> |
|
346 |
</servlet-mapping> |
|
347 | 326 |
|
348 |
<servlet> |
|
349 |
<servlet-name>error</servlet-name> |
|
350 |
<servlet-class>edu.ucsb.nceas.metacat.portal.FailureServlet</servlet-class> |
|
351 |
<load-on-startup>0</load-on-startup> |
|
352 |
</servlet> |
|
353 |
<servlet-mapping> |
|
354 |
<servlet-name>error</servlet-name> |
|
355 |
<url-pattern>/error</url-pattern> |
|
356 |
</servlet-mapping> |
|
357 |
|
|
358 |
<session-config> |
|
359 |
<session-timeout>30000</session-timeout> |
|
360 |
</session-config> |
|
361 |
|
|
362 |
<listener> |
|
363 |
<listener-class>edu.uiuc.ncsa.myproxy.oa4mp.client.loader.ClientBootstrapper</listener-class> |
|
364 |
</listener> |
|
365 |
|
|
366 |
<context-param> |
|
367 |
<param-name>oa4mp:client.config.file</param-name> |
|
368 |
<param-value>/WEB-INF/oa4mp_client.xml</param-value> |
|
369 |
</context-param> |
|
370 |
--> |
|
371 |
<!-- end MyProxy section --> |
|
372 |
|
|
373 | 327 |
<!-- currently the W3C havent settled on a media type for WSDL; |
374 | 328 |
http://www.w3.org/TR/2003/WD-wsdl12-20030303/#ietf-draft |
375 | 329 |
for now we go with the basic 'it's XML' response --> |
Also available in: Unified diff
remove portal servlet and configuration - no need for this if we are supporting auth tokens from authentication service.