I'm trying to get Form based Authentication working under WAS 4 AE, (not the single server edition) and I'm having a problem when it tries to find the login page. If the secured area is /secure/ and /secure/* and the login page is defined as either login.jsp or /login.jsp, I get the following behaviour: If /secure/ is requested, we get redirected to the login page. If /secure/index.jsp is requested, it attempts to redirect to /secure/login.jsp (ie the login page in the current directory) If I move the login and error page to /login/login.jsp and /login/loginError.jsp respectively (as a test), again a request for /secure/ sends to the login page correctly and the /secure/index.jsp tries to find /secure/login/login.jsp To further complicate matters, if I fail to authenticate, it tries to find /login/login/loginError.jsp as the login error page... Can anyone explain the behaviour I'm seeing and why I can't get the authentication to work ta, Dave
heh. Its "Edition Independant" ie any edition. Serves me right for listening to the admin guy rather than looking for myself. I'll get them to drop in PQ59684 and see how we go, thanks again...