Re: [OT] tomcat 5.5 authentication question

2007-08-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Eugen, Eugen Stoianovici wrote: > Since I can't intercept the login form (which goes to j_security_check) > where should i put the code for setting those session values? Ah, but you can intercept it! You just need to think outside the container. Or,

tomcat 5.5 authentication question

2007-08-14 Thread Eugen Stoianovici
I'm very new to struts (and java for that matter) so my question might be stupid but here goes: I have an application that is based on companies and employees. Each employee may have a single company. Also each employee has a user (which is used by tomcat for authentication/authorization) and