any advice on how to modify the login.jsp page?
Cantor, Scott
cantor.2 at osu.edu
Mon Apr 16 21:41:25 BST 2012
> I am asked to modify shib login.jsp page so the form with take multiple
> submit command. Depending on the submit button value, we send the form
> to different places.
>
> I did some testing, tried to add a new jsp page to handle it. But I can't find a
> place to define the servlet definition for the new jsp page.
Modifying the servlets means that you're creating a custom loging handler, not just modifying the login form. You have to take over the entire process. And then you can do whatever you want, provided you interface to the authentication engine as defined.
You need to be good with Java and do a lot of reading of source code to do this.
-- Scott
More information about the users
mailing list