Bug 794311 (JBEPP-1360)

Summary: Docs: EPP 5.2 Installation Guide
Product: [JBoss] JBoss Enterprise Portal Platform 5 Reporter: Michal Vanco <mvanco>
Component: DocumentationAssignee: Scott Mumford <smumford>
Status: CLOSED NEXTRELEASE QA Contact: ecs-bugs
Severity: high Docs Contact:
Priority: high    
Version: 5.2.0.GACC: epp-bugs, mvanco, mvecera, smumford, trang.vu
Target Milestone: ---   
Target Release: 5.2.0.GA   
Hardware: Unspecified   
OS: Unspecified   
URL: http://jira.jboss.org/jira/browse/JBEPP-1360
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-11-28 22:51:56 UTC Type: Task
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Michal Vanco 2011-11-14 16:00:00 UTC
Affects: Documentation (Ref Guide, User Guide, etc.)
project_key: JBEPP

A tracker for issues in the EPP 5.2 Installation Guide.

Comment 1 Michal Vanco 2011-11-14 16:03:26 UTC
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

Comment 2 Michal Vanco 2011-11-14 16:04:40 UTC
5.1.2 Configuring the database datasource for JCR
 - local-tx-datasource is used for gatein-jcr datasource (since 5.2)

Comment 3 Michal Vanco 2011-11-14 16:09:31 UTC
5.1.4 Example with MySQL Server 5.1
 - update gatein-ds.xml file with local-tx-datasource for gatein-jcr

Comment 4 Michal Vanco 2011-11-14 16:19:07 UTC
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)

Comment 5 Michal Vanco 2011-11-14 16:24:08 UTC
Link: Added: This issue is related to JBQA-5503


Comment 6 Scott Mumford 2011-11-14 22:10:23 UTC
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.

Comment 8 Jared MORGAN 2011-11-15 22:40:19 UTC
Release Notes Docs Status: Added: Not Required
Primary SME: Added: mvanco


Comment 9 Scott Mumford 2011-11-28 22:51:56 UTC
Resolving as no further issues have been presented.