<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" id="WebApp_ID" version="2.5">
<display-name>CollectionSpace Services</display-name>
- <!--
- <login-config>
- <auth-method>BASIC</auth-method>
- <realm-name>CollectionSpace realm</realm-name>
- </login-config>
- -->
-
<env-entry>
<description>Sets the logging context for the Tiger web-app</description>
<env-entry-name>cspace-logging-context</env-entry-name>
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
- Copyright 2009 University of California at Berkeley
- Licensed under the Educational Community License (ECL), Version 2.0.
- You may not use this file except in compliance with this License.
-
- Document : jboss-web-security-config.xml
- Created on : June 19, 2009, 9:58 AM
- Author :
- Description:
- jboss-web.xml snippet for config for JAAS
--->
-
-<!-- copy the following into jboss-web.xml of cspace-services.war -->
- <!-- All secure web resources will use this security domain -->
-<security-domain>java:/jaas/cspace</security-domain>
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
- Copyright 2009 University of California at Berkeley
- Licensed under the Educational Community License (ECL), Version 2.0.
- You may not use this file except in compliance with this License.
-
- Document : web-security-config.xml.xml
- Created on : June 19, 2009, 10:04 AM
- Author :
- Description:
- web.xml snippet for security configuration
--->
-<!-- copy the following into web.xml of cspace-services.war -->
- <security-constraint>
- <web-resource-collection>
- <web-resource-name>CollectionSpace Services</web-resource-name>
- <url-pattern>/*</url-pattern>
- </web-resource-collection>
- <auth-constraint>
- <role-name>*</role-name>
- </auth-constraint>
-
- <user-data-constraint>
- <transport-guarantee>NONE</transport-guarantee>
- </user-data-constraint>
- </security-constraint>
-
- <login-config>
- <auth-method>BASIC</auth-method>
- <realm-name>CollectionSpace realm</realm-name>
- </login-config>
\ No newline at end of file