RE: Almost figured out how to satisfy container and managed bean login.

2010-05-10 Thread Leo Donahue - PLANDEVX
anyone know why? Without seeing your web.xml, I have no idea. it never reaches the j_security check servlet However, are you trying to do FORM based authentication? Then read this: http://java.sun.com/javaee/5/docs/tutorial/doc/bncbe.html#bncbq And here is an example:

Re: Almost figured out how to satisfy container and managed bean login.

2010-05-09 Thread André Warnier
Yucca Nel wrote: I have a double login requirement because I need some finer detals that tomcst's container authentication does not seem to provide. I need a way to atore username in business logic scope when logged in (mainly just the username) my current solution is not working as follows:

Re: Almost figured out how to satisfy container and managed bean login.

2010-05-09 Thread Pid
On 09/05/2010 21:22, Yucca Nel wrote: I have a double login requirement because I need some finer detals that tomcst's container authentication does not seem to provide. I need a way to atore username in business logic scope when logged in (mainly just the username) my current solution is