Statistics
| Branch: | Tag: | Revision:

root / jboss-config / 5.1.0 / deploy / management / console-mgr.sar / web-console.war / WEB-INF / jboss-web.xml @ 517:2b4539e4de83

History | View | Annotate | Download (533 Bytes)

1
<?xml version='1.0' encoding='UTF-8' ?>
2
 
3
<!DOCTYPE jboss-web
4
    PUBLIC "-//JBoss//DTD Web Application 2.3V2//EN"
5
    "http://www.jboss.org/j2ee/dtd/jboss-web_3_2.dtd">
6

    
7
<jboss-web>
8

    
9
   <!-- Uncomment the security-domain to enable security. You will
10
   need to edit the htmladaptor login configuration to setup the
11
   login modules used to authentication users. -->
12
   <security-domain>java:/jaas/web-console</security-domain>
13

    
14
   <!-- The war depends on the -->
15
   <depends>jboss.admin:service=PluginManager</depends>
16
</jboss-web>