[jboss-user] [Security & JAAS/JBoss] - Re: Custom login-module and EJB

dabek do-not-reply at jboss.com
Wed Jan 14 09:23:14 EST 2009


My ear structure is like this:

  | myapppliaction.ear
  | ---lib (directory contains libraries used by ejb modules and webapp)
  | ---META-INF
  | ------application.xml
  | ------jboss-app.xml
  | ------security-config.xml
  | ---jboss-service.xml
  | ---firstEJBmodule.jar
  | ---secondEJBmodule.jar
  | ---mywebapp.war
  | 

And previously I forgot mention that I have a jboss-app.xml which looks like this:

  | <?xml version="1.0" encoding="UTF-8"?>
  | <!DOCTYPE jboss-app PUBLIC
  | 	"-//JBoss//DTD J2EE Application 1.4//EN"
  | 	"http://www.jboss.org/j2ee/dtd/jboss-app_4_2.dtd">
  | <jboss-app>
  |   <security-domain>MyRealm</security-domain>
  |   <module>
  |     <service>jboss-service.xml</service>
  |   </module>
  | </jboss-app>
  | 

I'll try my application with .sar module.

Thanks,
Marcin

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4201801#4201801

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4201801



More information about the jboss-user mailing list