[JBoss-user] [Security & JAAS/JBoss] - Re: How i can get the j_password and save it in a session

2006-05-22 Thread j2ee_junkie
http://wiki.jboss.org/wiki/Wiki.jsp?page=CustomizingSecurityUsingValves View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945429#3945429 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3945429 -

[JBoss-user] [Security & JAAS/JBoss] - Re: How i can get the j_password and save it in a session

2006-05-22 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=ExtendedFormAuthenticator is all u need. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945469#3945469 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3945469 ---

[JBoss-user] [Security & JAAS/JBoss] - Re: How i can get the j_password and save it in a session

2006-05-23 Thread edwardva
i did these two case (extendedformauthenticator and formauthvalve) and its not function for me... i need to make another think? i am using JBoss 4.0.3. I made the context-xml file under WEB-INF, my web.xml is: action org.apache.struts.action.ActionServlet

[JBoss-user] [Security & JAAS/JBoss] - Re: How i can get the j_password and save it in a session

2006-05-25 Thread j2ee_junkie
Please re-submit and use the code tags provided on this forum around your file contents. Also, I do not think you can create a security-role in your web.xml with the name of '*'. cgriffith View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946496#3946496 Reply

[JBoss-user] [Security & JAAS/JBoss] - Re: How i can get the j_password and save it in a session

2006-05-29 Thread edwardva
now it function for me; it function with http://wiki.jboss.org/wiki/Wiki.jsp?page=CustomizingSecurityUsingValves. just i had to change my version of Jboss from 4.0.3 to 4.0.4 And the security Role function with '*'; with that, all role in your application can acces at resources. Thanks to all.