I have an ear deployed in the WAS.I don't have much information on WAS because it is very secured from a developer.Also there is a form based login provided by another application.Without loggin in,if user tries to access a page or action,this login form will be dispalyed to enter the user name and password.Once the user is authenticated he will be redirected to my application.But in my
servlet the request.getRemoteUser() and request.getUserPrincipal is null.
Could you please tell me why this is happening?What kind of information you would like to get to resolve this?
Thanks in advance,
Vinod