Hide Forgot
project_key: JBEPP Location of key.txt and oauthkey.pem files is defined in $JBOSS_HOME/server/<server-profile>/conf/gatein/configuration.properties file as gatein.gadgets.securitytokenkeyfile and gatein.gadgets.signingkeyfile while ExoContainerConfig.java file [1] is trying to get the following: gatein.gadgets.securityTokenKeyFile and gatein.gadgets.signingKeyFile. So, currently, when running the default installation of EPP 5.2 the following is logged in the log file: WARN [org.exoplatform.portal.gadget.core.ExoContainerConfig] (main) The gadgets token key is not configured. The default key.txt file in /bin will be used ... WARN [org.exoplatform.portal.gadget.core.ExoContainerConfig] (main) The gadgets signing key is not configured. The default oauthkey.pem file in /bin will be used The following JIRA [2], partially fixed above issue [3]. [1] http://anonsvn.jboss.org/repos/gatein/epp/portal/tags/EPP_5_2_0_GA/gadgets/core/src/main/java/org/exoplatform/portal/gadget/core/ExoContainerConfig.java [2] https://issues.jboss.org/browse/GTNPORTAL-2175 [3] https://source.jboss.org/changelog/GateIn?cs=7760