"<distributable>" 태그가 web.xml에 설정했을 때, JBoss EAP 6.x/7.x에서 어떻게 동작하나요?
Issue
- 아래와 같이 web application의
web.xml에<distributable/>이 설정되어 있습니다. 동작에 어떤 영향을 미치나요?
<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.