How "<distributable>" setting of web.xml affects the behavior in JBoss EAP 6.x/7.x?
Issue
- We configure
<distributable/>
setting inweb.xml
of our web application as shown below. How does this affect the behavior?
<web-app>
<distributable/> // <= here
..snip..
</web-app>
Environment
- Red Hat JBoss Enterprise Application Platform (EAP)
- 6.x
- 7.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.