Hi there. I'm using Struts and Jaas for my sample application and I'm logging in with the help of the DatabaseServerLoginModule. I get the username and the password and the roles from a mySql database. Everything works fine so far. But if I close the mySql Server or stop it after I logged in, I can't relogin after the logout. That is normal cuz the databse is not reachable. If I restart the database now and try to login again, the LoginModule wont recognize that the mySql Server is running again :( So how can I tell Jboss or the LoinModule, that the mySql Server is up running again, without restarting JBoss ?
Thanks for any help. If you need files or infos just tell me. greetz Mad View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838106#3838106 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3838106 ------------------------------------------------------- This SF.Net email is sponsored by: GNOME Foundation Hackers Unite! GUADEC: The world's #1 Open Source Desktop Event. GNOME Users and Developers European Conference, 28-30th June in Norway http://2004/guadec.org _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
