I have an application that uses Webspheres authentication with the j_security_check
servlet. The problem I have is that another application outside of websphere will be posting the username and password to my application directly to the j_security_check servlet. Question...how do I redirect to a URL in case authentication succeeds?Is there a hidden variable or something that I can set on the login page form (in addtion to j_username,j_password) that is automatically recognized by websphere so that after authentication it will direct it to that page? I know that during the logout you can set a hidden variable called "logoutExitPage" that redirects to that page. Is there a similar mechanism for the login as well?
Thanks in advance,
Jacob