Home > Documentation > User's guide > Security > Replace default realm with others |
This article is about how to replace default properties realm geronimo-admin
with SQL or LDAP realms in v2.1.
By default, Geronimo is using a properties realm for authentication named geronimo-admin
, which is used by JMX server, Admin Console, Online-deploy and MEJB application. However, you may not want to use it for production use. Alternatively, you can use database(SQL) or LDAP realms in a production environment. To replace the default realm, you must do the following:
console.realm/geronimo-admin/1.0/car
. At the mean time, a new line is added into var/config/config.xml
under Geronimo installation directory like
org.apache.geronimo.framework/server-security-config/2.1/car
in config.xml
when the server is stopped and disable the default realm. The updated config.xml
will be looked like this
Bookmark this on Delicious Digg this | Privacy Policy - Copyright © 2003-2011, The Apache Software Foundation, Licensed under ASL 2.0. |