[jboss-user] [JBoss Portal] - Re: Calling JAAS

2007-08-01 Thread gersonjohan
creative77 wrote : I was able to solve this quite simply. I will post the code for others who might be interested. Hi, i'm interested in the code. Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4069741#4069741 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Portal Login

2007-08-01 Thread gersonjohan
hello damchy I have the same problem as you in jboss portal 2.6. It seems that session is erased before arriving at login.jsp. You could solve the problem? Thanks, Gerson Samaniego View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4069746#4069746 Reply to the

[jboss-user] [JBoss Portal] - Re: Calling JAAS

2007-08-01 Thread gersonjohan
I treated to login using a LoginContext as the following: | | String username = request.getParameter(username); | String password = request.getParameter(password); | | boolean loginOk = false; | | if (username != null password != null){ | | LoginContext lc =