Re: multiple login pages within one webapp

2008-06-19 Thread exkor
BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Assaf, > > exkor wrote: > | Is it possible to have multiple login forms, configured to work with > | mutually exclusive tables. in the same webapp? > > Not when using TC's container-managed authentication and authorizat

multiple login pages within one webapp

2008-06-19 Thread exkor
Hi Is it possible to have multiple login forms, configured to work with mutually exclusive tables. in the same webapp? For example I want to have a login page for users of type A and a different login page for users of type B. Users of type A have no relation to users of type B and vice-versa. Th

Re: URL is "null" and HTTP 404 error when using FROM authentication

2008-06-14 Thread exkor
/community.jsp GET POST admin manager FORM /index.jsp /index.jsp The role that is required to access

Re: URL is "null" and HTTP 404 error when using FROM authentication

2008-06-13 Thread exkor
hat's wrong here?? How can I get more details on why and what part of the authentication is failing?? Thanks -Assaf On Fri, Jun 13, 2008 at 4:26 PM, exkor <[EMAIL PROTECTED]> wrote: > Hi Thanks for the feedback Chuck. > I've done the changes you've suggested and I sti

Re: URL is "null" and HTTP 404 error when using FROM authentication

2008-06-13 Thread exkor
FORM /index.jsp /index.jsp The role that is required to access registered user functions and pages admin manager myapp/META-INF/context.xml: $CATALINA_HOME/conf/server.xml:

URL is "null" and HTTP 404 error when using FROM authentication

2008-06-12 Thread exkor
Hi I have this wierd problem i am trying to sovle for a week now, and i already have gray hair from this mess. My setup is Apache 2.0, Tomcat 6.0, MySQL 5.0. I am requesting a protected page in my application: http://127.0.0.1/myapp/home.jsp and it takes me to the login page: http://127.0.0.1/my