March 2002
Intermediate to advanced
528 pages
11h 44m
English
The jboss-web.xml descriptor provides the JBoss server specific deployment environment settings for the standard web.xml descriptor. Listing B.3 gives the jboss_2_4.dtd file.
<?xml version='1.0' encoding='UTF-8' ?> <!-- The JBoss specific elements used to integrate the servlet web.xml elements into a JBoss deployment. DOCTYPE jboss-web PUBLIC "-//JBoss//DTD Web Application 2.2//EN" "http://www.jboss.org/j2ee/dtds/jboss-web.dtd" --> <!-- The jboss-web element is the root element. --> <!ELEMENT jboss-web (security-domain? , resource-env-ref* , resource-ref* , ejb-ref*)> <!-- The security-domain element allows one to specify a module wide security manager domain. ... |
Read now
Unlock full access