Hello !

  I'm using SSO and Form authentication. Most of it works just fine.
The only problem I have, is that I have to have the login form in both
apps. Every time I change it, I have to update it in two places.

  I use the following code in web.xml :

<login-config>
  <auth-method>FORM</auth-method>
  <realm-name>SIEMS-ds</realm-name>
  <form-login-config>
    <form-login-page>/login.jsp</form-login-page>
    <form-error-page>/loginError.jsp</form-error-page>
  </form-login-config>
</login-config>

  I'd like to use something like :

<form-login-page>../otherServlet/login.jsp</form-login-page>

  Or any other way to have the login form only in one place. Is there
a possibility ?

  Thanks for your help !

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to