> Anyone have some or know of examples of how to make a JSP and/or Servlet
> that reads in a name and password, checks it on a data base (JDBC) then
> forwards the user to a page (menu page if passed, error page if failed).
I'm
> doing one now and Just wana make sure I'm on track!
>
> thanks!
> Rich
>
> Redhat Linux 6, Apache 1.3, Tomcat 3.1, MS Access 97 (for now =P)

Check out Expresso at http://www.javacorporate.com. It is open source, so
you can look at just the login / logout / security portions of the code if
that is all you are interested in. Expresso has some neat features as far as
login and security are concerned, including security groups, nested groups,
encrypted passwords (in the 2.0 version in CVS), full logging, login events,
etc.

- Adam

-------------------
Adam Rossi
PlatinumSolutions, Inc.
[EMAIL PROTECTED]
http://www.platinumsolutions.com
P.O. Box 31   Oakton, VA 22124
PH: 703.352.8576  FAX: 703.352.8577

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to