Configuration of realm.xml

Also see mandatory and optional elements.

Example

<?xml version="1.0"?>

<!-- IMPORTANT: Check if local.realm.xml exists and check if you might have to make modifications there instead! -->

<realm-config xmlns="http://www.wyona.org/yanel/realm/1.0">
  <name>Yanel Website</name>

  <rti>config/res-config-repository.xml</rti>
  <data>config/repository.xml</data>
  <ac-policies>config/ac-policies-repository.xml</ac-policies>
  <ac-identities>config/ac-identities-repository.xml</ac-identities>

  <default-language>en</default-language>

  <languages>
    <language>en</language>
    <language>de</language>
    <language>es</language>
  </languages>
  <translation-manager class="org.wyona.yanel.core.attributes.translatable.PrefixTranslationManager"/>

  <menu class="org.wyona.yanel.servlet.menu.impl.YanelWebsiteMenu"/>
</realm-config>
      


Your comments are much appreciated

Is the content of this page unclear or you think it could be improved? Please add a comment and we will try to improve it accordingly.