You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We tried to use Togglz in a JBoss7 cluster but it doesn't work because the web-fragment.xml are not distributable. So I downloaded the source code and inserted the following line in all web-fragment.xml:
<distributable />
With this clustering works.
The text was updated successfully, but these errors were encountered:
We tried to use Togglz in a JBoss7 cluster but it doesn't work because the web-fragment.xml are not distributable. So I downloaded the source code and inserted the following line in all web-fragment.xml:
<distributable />
With this clustering works.
The text was updated successfully, but these errors were encountered: