JBoss.orgCommunity Documentation
# navigation controller file gatein.portal.controller.config=${gatein.conf.dir}/controller.xml # global portlet.xml gatein.portlet.config=${gatein.conf.dir}/portlet.xml # JNDI Name of the IDM datasource # portal name will be appended to this name before the JNDI lookup # example : java:/comp/env/exo-idm in "portal" portal will result in a JNDI lookup on context : java:/comp/env/exo-idm_portal gatein.idm.datasource.name=java:exo-idm # IDM gatein.portal.idm.createuserportal=false gatein.portal.idm.destroyuserportal=true # IDM caches gatein.idm.api.cache.config=file:${gatein.conf.dir}/idm/jbosscache/${gatein.jcr.config.type}/api-cache-config.xml gatein.idm.store.cache.config=file:${gatein.conf.dir}/idm/jbosscache/${gatein.jcr.config.type}/store-cache-config.xml # Key files for gadget gatein.gadgets.securitytokenkeyfile=${exo.shared.dir}/gadgets/key.txt gatein.gadgets.signingkeyfile=${exo.shared.dir}/gadgets/oauthkey.pem