hi folks, what i'd like to do is avoid touching global server configuration files, and put all local/custom configuration into my application's *.ear file.
what i've done so far successfully is write my own LoginModule class and gotten it to work in my application using jboss-3.2.3, by (1) dropping the jar in the server/all/lib directory, (2) adding an application-policy element to server/all/conf/login-config.xml, and (3) referencing that policy in the jboss-web.xml of my web app. that works fine... but instead of putting stuff in the server-global login-config.xml etc., can i include something like a local-login-config.xml in my *.ear? no luck so far trying. even better, can i also put my LoginModule class's jar in the *.ear too? that would be true hot-deploy, if so! thanks in advance, mike View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822419#3822419 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3822419 ------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
