| Summary: | Docs: EPP 5.2 Installation Guide | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Portal Platform 5 | Reporter: | Michal Vanco <mvanco> |
| Component: | Documentation | Assignee: | Scott Mumford <smumford> |
| Status: | CLOSED NEXTRELEASE | QA Contact: | ecs-bugs |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 5.2.0.GA | CC: | 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
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. |