aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpeter.danner <peter.danner@d688527b-c9ab-4aba-bd8d-4036d912da1d>2005-11-15 10:58:17 +0000
committerpeter.danner <peter.danner@d688527b-c9ab-4aba-bd8d-4036d912da1d>2005-11-15 10:58:17 +0000
commitb8c2d5660bce61052a482da416fdb21373ccf0f2 (patch)
treebbcad7d650f4edbe222b04d0709f860945489faf
parent44bc27d79d40f14a1e5eb04abe43b346f044f178 (diff)
downloadmoa-id-spss-b8c2d5660bce61052a482da416fdb21373ccf0f2.tar.gz
moa-id-spss-b8c2d5660bce61052a482da416fdb21373ccf0f2.tar.bz2
moa-id-spss-b8c2d5660bce61052a482da416fdb21373ccf0f2.zip
Upgrade to be runable with Tomcat 5
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@565 d688527b-c9ab-4aba-bd8d-4036d912da1d
-rw-r--r--id.server/html/auth/WEB-INF/web.xml6
-rw-r--r--id.server/html/proxy/WEB-INF/web.xml6
2 files changed, 12 insertions, 0 deletions
diff --git a/id.server/html/auth/WEB-INF/web.xml b/id.server/html/auth/WEB-INF/web.xml
index 85fc3d87a..603758fb8 100644
--- a/id.server/html/auth/WEB-INF/web.xml
+++ b/id.server/html/auth/WEB-INF/web.xml
@@ -104,4 +104,10 @@
<auth-method>BASIC</auth-method>
<realm-name>UserDatabase</realm-name>
</login-config>
+ <security-role>
+ <description>
+ The role that is required to log in to the moa Application
+ </description>
+ <role-name>moa-admin</role-name>
+ </security-role>
</web-app>
diff --git a/id.server/html/proxy/WEB-INF/web.xml b/id.server/html/proxy/WEB-INF/web.xml
index f883714f9..b4e948a58 100644
--- a/id.server/html/proxy/WEB-INF/web.xml
+++ b/id.server/html/proxy/WEB-INF/web.xml
@@ -73,4 +73,10 @@
<auth-method>BASIC</auth-method>
<realm-name>UserDatabase</realm-name>
</login-config>
+ <security-role>
+ <description>
+ The role that is required to log in to the moa Application
+ </description>
+ <role-name>moa-admin</role-name>
+ </security-role>
</web-app>