| Summary: | Governance wars are not distributable by default | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Fuse Service Works 6 | Reporter: | Stefan Bunciak <sbunciak> |
| Component: | DT Governance | Assignee: | Eric Wittmann <eric.wittmann> |
| Status: | MODIFIED --- | QA Contact: | Matej Melko <mmelko> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.0.0 | CC: | atangrin, sbunciak, soa-p-jira |
| Target Milestone: | --- | ||
| Target Release: | FUTURE | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: |
The Governance WAR files are not distributable by default. To work around this, users must add the <programlisting><![CDATA[ <distributable/> ]]></programlisting> tag to all Design Time Governance web applications.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | Type: | Bug | |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Stefan Bunciak
2013-11-27 13:34:45 UTC
I'm sorry to say I don't know what this means (although it sounds easy to fix!). Could you give me some additional context or a link to relevant documentation? Also - what are the 5 web applications? Here is a list off the top of my head: s-ramp-server s-ramp-ui dtgov dtgov-ui Additionally we have: rtgov-server gadget-web bpel-console bpel-console-server (In reply to Eric Wittmann from comment #1) > I'm sorry to say I don't know what this means (although it sounds easy to > fix!). Could you give me some additional context or a link to relevant > documentation? > https://access.redhat.com/site/documentation/en-US/JBoss_Enterprise_Application_Platform/6.1/html-single/Development_Guide/index.html#Enable_Session_Replication_in_Your_Application Basically, they do not have <distributable/> tag in web.xml. So yes, it's an easy fix :-) > Also - what are the 5 web applications? Here is a list off the top of my > head: > > s-ramp-server > s-ramp-ui > dtgov > dtgov-ui > Yes, we have web applications other than for design-time governance but my points of interest are dtgov&sramp. I did not inspect other wars so maybe this issue applies to others as well. > Additionally we have: > > rtgov-server > gadget-web > bpel-console > bpel-console-server Hi Stefan - when the wars are marked as distributable, do they still function correctly, with respect to SSO, across the clustered servers if a session migrates? Hi, I was able to configure overlord sso to propagate authorization among the server nodes. Steps I made: * set-up FSW server as described in https://bugzilla.redhat.com/show_bug.cgi?id=1035315 * add to the web subsystem of every standalone-ha.xml, under the "virtual-server" named "default-host": <sso cache-container="web" cache-name="sso" reauthenticate="false"/> * put <distributable/> to web.xml, and * <replication-config> <cache-name>web/sso</cache-name> </replication-config> to jboss-web.xml in all governance wars. Eric Wittmann <eric.wittmann> updated the status of jira OVERLORD-141 to Resolved Eric Wittmann <eric.wittmann> updated the status of jira OVERLORD-141 to Closed I *believe* this has been addressed for all WARs in community. |