I use form based authentication with my
servlets (i.e., I specify <form-login-page>/login.jsp</form-login-page>
. I have set up two sites in my deployment descriptor (ex. /siteA and /siteB). Depending on what site I go to I need my login page to look different.
The deployment descriptor specification does not allow me to specify different login pages per site. Therefore, is there a way in this
JSP to know which site initiated the login?
Much appreciated!
- Kelly