Hi,
are you able to redirect after login. ?

Shalu Rajkumar Gupta
Tata Consultancy Services Limited
Ph:- 020 4042631
Mailto: [EMAIL PROTECTED]
Website: http://www.tcs.com



Guillaume Lederrey <[EMAIL PROTECTED]> 
04/20/2005 02:58 PM

Please respond to
"Tomcat Users List" <[email protected]>


To
Tomcat Users List <[email protected]>
cc

Subject
SingleSignOn and Form Authentication






  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]


ForwardSourceID:NT0000D0CE 


Notice: The information contained in this e-mail message and/or attachments to 
it may contain confidential or privileged information.   If you are not the 
intended recipient, any dissemination, use, review, distribution, printing or 
copying of the information contained in this e-mail message and/or attachments 
to it are strictly prohibited.   If you have received this communication in 
error, please notify us by reply e-mail or telephone and immediately and 
permanently delete the message and any attachments.  Thank you

Reply via email to