The AbstractWebContainer Class

The org.jboss.web.AbstractWebContainer class is an implementation of a template pattern for Web container integration into JBoss. Web container providers that want to integrate their container into a JBoss server should create a subclass of AbstractWebContainer and provide the Web container specific setup and Web application archive (WAR) deployment steps. The AbstractWebContainer provides support for parsing the standard J2EE web.xml Web application deployment descriptor JNDI and security elements as well as support for parsing the JBoss specific jboss-web.xml descriptor. Parsing of these deployment descriptors is performed to generate an integrated JNDI environment and security context. You have already seen the ...

Get JBoss™ Administration and Development 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.