How do i setup Login module in my web application? in Java?
        Posted  
        
            by Nitesh Panchal
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Nitesh Panchal
        
        
        
        Published on 2010-03-12T11:42:30Z
        Indexed on 
            2010/03/12
            11:47 UTC
        
        
        Read the original article
        Hit count: 248
        
java
Hello, I am making web application in java. My username and passwords as well as roles are stored in database. I could use jdbcRealm, but it forces me to use a specific structure which i dont have in my project. So, how do i do it? I am using Glassfish v3.0 with Netbeans 6.8. I read few tutorials about custom LoginModule but i am not getting anything out of it. How do you all people do it practically in your projects? If you can show me code of custom LoginModule then also it will do.
Waiting for replies.
© Stack Overflow or respective owner