Ticket #652: jboss-web.xml
File jboss-web.xml, 422 bytes (added by , 18 years ago) |
---|
Line | |
---|---|
1 | <jboss-web> |
2 | <!-- Uncomment the security-domain to enable security. You will |
3 | need to edit the htmladaptor login configuration to setup the |
4 | login modules used to authentication users. |
5 | <security-domain>java:/jaas/jmx-console</security-domain> |
6 | --> |
7 | <enterprise-beans> |
8 | <session> |
9 | <ejb-name>Hello</ejb-name> |
10 | <jndi-name>HelloHome</jndi-name> |
11 | </session> |
12 | </enterprise-beans> |
13 | |
14 | |
15 | |
16 | |
17 | </jboss-web> |