This content has been marked as final.
Show 2 replies
-
1. Re: Jboss Migration from 4.3 to 6.4(stuck for a month)
ctomc Aug 14, 2017 5:13 AM (in response to surivishal83)Probably easiest would be to upgrade to EAP 7.x and add below config to WEB-INF of both apps.
<jboss umlns="urn:jboss:1.0">
<shared-session-config xmlns="urn:jboss:shared-session-config:1.0">
<session-config>
<cookie-config>
<path>/</path>
</cookie-config>
</session-config>
</shared-session-config>
</jboss> -
2. Re: Jboss Migration from 4.3 to 6.4(stuck for a month)
surivishal83 Aug 14, 2017 5:31 AM (in response to ctomc)Thanks for suggestion Tomas, but we cannot go to 7.x for now due to some
agreements already made with client.