• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

automatic forward to URL after j_security_check

 
Ranch Hand
Posts: 30
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
reply
    Bookmark Topic Watch Topic
  • New Topic