WebSphere Application Server - Re: FormLoginServet servlet not found exception.

This is Interesting: Free IT Magazines  
Home > Archive > WebSphere Application Server > May 2004 > Re: FormLoginServet servlet not found exception.





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Re: FormLoginServet servlet not found exception.
Manglu

2004-05-17, 7:33 am

Ashok,

Have you turned on global Security?

The FormLoginServelt is available only when Securiyt is enabled and
your application states that it it uses FormBased Login in the web.xml


FYI: The implementation of j_security_check is the FormBasedLogin
Servlet.

HTH
Manglu
ashok

2004-05-17, 9:43 am

Hi Phil

I didn't enable security in WAS and was able to resolve the same by
enabling it. Thanks for mentioning the same.

btw, FormLoginServlet class is part of websphere library and is
present in securityimpl.jar under WebSphere/AppServer/lib.
FormLoginServlet is being used by WAS for form based authentication.

Thanks
ashok.



phill002evens@netscape.net (Phill) wrote in message news:<a5b80260.0405140617.6bb2e92a@posting.google.com>...
> What is FormLoginServlet? Is this a servlet that you have defined in
> your web.xml deployment descriptor? Is it a subclass of
> j_security_check servlet?
>
> I would use the j_security_check servlet as explained in the WebSphere
> Security Redbook (sg246573). Make sure you have global security
> enabled for it to work. Here is a sample logon.jsp that posts to the
> j_security_check servlet:
>
> <!-- ............... -->
> <form method="post" action="/itsobank/j_security_check">
> <table width="80%"><tr><td width="20%" align="right">
> Userid:</td><td><input size="20" type="text" name="j_username"
> maxlength="25">
> </td></tr><tr><td align="right">
> Password:</td><td><input size="20" type="password" name="j_password"
> maxlength="25">
> </td></tr><tr><td></td><td>
> <input type="submit" name="action" value="Login">&nbsp;<input
> type="reset"
> name="reset" value="Clear">
> </td></tr></table>
> </form>
> <!-- ............... -->

Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com