HI, I am tryng to do a simple j2ee app with Jboss 4.0.3 & jaas...I have done it successfully in jboss 3.2.6 however I am running into problems now....
I have all the usual security stuff in web.xml, jboss-web.xml having the <security-domain> element for jaas, etc.... I also have the auth.conf on client as well as server (the server side having my login module configuration)...Also my login-config.xml is set up.... When I kick up the application, the browser challenge popup dialog appears as expected...I fill in user name & password & submit...The login module is called as I can see the trace (it passes the login stage)...But I am confronted with the Browser Login Dialog poping up repeatedly asking for username & password.... Also I am subclassing the AbstractServerLoginModule with CustomPrincipal..I have taken care to include the clientloginmodule in login-config.xml under my application policy as well as the policy file... Should I do any configuration with Tomcat 5.5 server.xml ? I did put in a realm tag when I was using it with jboss 3.2.6.... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940580#3940580 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3940580 ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
