Hi all, I have an application that has a custom JAAS module, a web application, EJBs, and JMX beans. Currently I have the Web application and the Web application in an .ear file, but what I'd like to do is bundle the JMX and JAAS module together as well.
The JMX beans are bundled into a .sar file. And I've bundled the JAAS module into a Jarfile that I've been sticking in the server/default/lib directory. Can I bundle everything into an .ear including the .sar file? What would the application.xml look like if I were to do that? Do I just add the .sar as another <module><java>... section? And is it okay to put the JAAS login module into an .ear? Thanks for any insights. -Neal ------------------------------------------------------- This sf.net email is sponsored by: Influence the future of Java(TM) technology. Join the Java Community Process(SM) (JCP(SM)) program now. http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0004en _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
