On the server side, you just have to put your classes in a jar (only the classes in the jar) and put it in the $JBOSS_HOME/server/default/lib folder. Then just configure your ejb using the jboss.xml and web.xml files and configure the server using the login-config.xml. The access to ejb is now secured. On the client side, just use the ClientLoginModule, it will call the right LoginModule when you will try to access an ejb
I hope I have understood your questions and it will help you View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828098#3828098 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3828098 ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
