You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dj...@apache.org on 2006/12/02 01:51:14 UTC

svn commit: r481463 - /geronimo/sandbox/javaee5/configs-jee5/webconsole-jetty6/src/plan/plan.xml

Author: djencks
Date: Fri Dec  1 16:51:09 2006
New Revision: 481463

URL: http://svn.apache.org/viewvc?view=rev&rev=481463
Log:
securty realm name changed.... now the console works

Modified:
    geronimo/sandbox/javaee5/configs-jee5/webconsole-jetty6/src/plan/plan.xml

Modified: geronimo/sandbox/javaee5/configs-jee5/webconsole-jetty6/src/plan/plan.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/javaee5/configs-jee5/webconsole-jetty6/src/plan/plan.xml?view=diff&rev=481463&r1=481462&r2=481463
==============================================================================
--- geronimo/sandbox/javaee5/configs-jee5/webconsole-jetty6/src/plan/plan.xml (original)
+++ geronimo/sandbox/javaee5/configs-jee5/webconsole-jetty6/src/plan/plan.xml Fri Dec  1 16:51:09 2006
@@ -49,7 +49,7 @@
             </environment>
 
             <context-root>console</context-root>
-            <security-realm-name>geronimo-properties-realm</security-realm-name>
+            <security-realm-name>geronimo-admin</security-realm-name>
         </web-app>
     </module>
 
@@ -98,7 +98,7 @@
             </environment>
 
             <context-root>/console-standard</context-root>
-            <security-realm-name>geronimo-properties-realm</security-realm-name>
+            <security-realm-name>geronimo-admin</security-realm-name>
             <gbean name="PropertiesLoginManager" class="org.apache.geronimo.console.core.security.PropertiesLoginModuleManager">
                 <reference name="ServerInfo">
                     <name>ServerInfo</name>
@@ -111,12 +111,12 @@
     </module>
 
     <security>
-        <default-principal realm-name="geronimo-properties-realm">
+        <default-principal realm-name="geronimo-admin">
             <principal class="org.apache.geronimo.security.realm.providers.GeronimoUserPrincipal" name="system"/>
         </default-principal>
         <role-mappings>
             <role role-name="admin">
-                <realm realm-name="geronimo-properties-realm">
+                <realm realm-name="geronimo-admin">
                     <principal class="org.apache.geronimo.security.realm.providers.GeronimoGroupPrincipal" name="admin" designated-run-as="true"/>
                 </realm>
             </role>