Hide Forgot
Affects: Documentation (Ref Guide, User Guide, etc.) project_key: JBEPP A tracker for issues in the EPP 5.2 Installation Guide.
4.4 Disabling Authentication - incorrect file links at "Disabling Authentication for HTTP Invoker" and "Disabling Authentication for JMX Invoker" sections JBOSS_HOME/server/<PROFILE>/deploy/management/console-mgr.sar/web-console.war/WEB-INF/web.xml/deploy/httpha-invoker.sar/invoker.war/WEB-INF/web.xml -> JBOSS_HOME/server/<PROFILE>/deploy/httpha-invoker.sar/invoker.war/WEB-INF/web.xml ------ JBOSS_HOME/server/<PROFILE>/deploy/management/console-mgr.sar/web-console.war/WEB-INF/web.xml/deploy/httpha-invoker.sar/invoker.war/WEB-INF/web.xml/deploy/jmx-invoker-service.xml -> JBOSS_HOME/server/<PROFILE>/jmx-invoker-service.xml
5.1.2 Configuring the database datasource for JCR - local-tx-datasource is used for gatein-jcr datasource (since 5.2)
5.1.4 Example with MySQL Server 5.1 - update gatein-ds.xml file with local-tx-datasource for gatein-jcr
5.3.3 configuration.properties - config file has been updated (jbosscache and jgroups configs) + there are also some new configuration options for PC, portal a gadgets # gatein.conf.dir=${jboss.server.home.dir}/conf/gatein gatein.data.dir=${jboss.server.data.dir}/gatein # DB gatein.db.data.dir=${gatein.data.dir}/db # JCR gatein.jcr.config.type=cluster gatein.jcr.datasource.name=java:gatein-jcr gatein.jcr.datasource.dialect=auto gatein.jcr.data.dir=${gatein.data.dir}/jcr gatein.jcr.storage.data.dir=${gatein.jcr.data.dir}/values gatein.jcr.cache.config=war:/conf/jcr/jbosscache/${gatein.jcr.config.type}/config.xml gatein.jcr.lock.cache.config=war:/conf/jcr/jbosscache/${gatein.jcr.config.type}/lock-config.xml gatein.jcr.index.data.dir=${gatein.jcr.data.dir}/lucene gatein.jcr.index.changefilterclass=org.exoplatform.services.jcr.impl.core.query.jbosscache.JBossCacheIndexChangesFilter gatein.jcr.index.cache.config=war:/conf/jcr/jbosscache/cluster/indexer-config.xml gatein.jcr.jgroups.config=classpath:/jgroups/gatein-${gatein.default.jgroups.stack:udp}.xml gatein.jcr.workspace.default=collaboration gatein.jcr.workspace.system=system ...(idm-ds, portlet container, portal, gadgets configs)
Link: Added: This issue is related to JBQA-5503
Thanks Michal, I've changed the file paths, swapped out references to no-tx-datasource with local-tx-datasource and updated the example config snippet. I'll stage a new version of the doc today for the BETA.
Release Notes Docs Status: Added: Not Required Primary SME: Added: mvanco
Resolving as no further issues have been presented.