Name

<distributable>

Synopsis

<!ELEMENT distributable EMPTY>

Description

The <distributable> element, by its presence in a web application deployment descriptor, indicates that the web application is programmed appropriately to be deployed into a distributed servlet container.

<web-app>
    <description>
        All servlets and JSPs are ready for distributed deployment
    </description>

    <distributable/>
...

Get Java Servlet Programming, 2nd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.