Login « Form « JSP-Servlet Q&A





1. Login form in JSP    stackoverflow.com

enter code hereHiya, so far I didn't use JSP at all and I find some online tutorials to be very complicated to learn from them, I need to make simple login ...

2. Determine target URL within login page using Forms authentication with WebLogic    stackoverflow.com

I have an application running under WebLogic that is using standard forms authentication. The login page is a JSP that presents the login form that will post to j_security_check. ...

3. Login system in .jsp    stackoverflow.com

I have a login.jsp page which contains a login form . Once logged in the user will be taken to index.jsp and this index.jsp should know which user is logged in ...

4. Why does Alfresco Explorer 3.4e CE show no Login form, when deployed in Glassfish 3.1.1?    stackoverflow.com

I just deployed alfresco.war into Glassfish 3.1.1. After that, I saw that the login page is white except the background image, no login form is show. I viewed the HTML source and ...

5. How wise it is to use a servlet for a login form?    stackoverflow.com

I'm developing some web service using Resin and at the beginning I was using a servlet to log users but I quit and decided to user a class provided by resin ...

7. encrypt password on login form?    coderanch.com

Hello, I have developed a site for our intranet. To begin, the user must type in his username and password. At the moment, the password is stored as clear text in the database. For obvious reasons, we need to change the passwords to be encrypted. I have been doing some research in the Java Cryptography package and have some questions: 1) ...

8. Form-Based Login    coderanch.com

Hi, I'm attempting a simple Form-Based login to authenticate a user and give access to my site. I authenticate their username and password against a database and based on the role they have (also stored in the database) I grant them access. I'm using Tomcat 4's JDBCRealm to authenticate. Unfortunately my results are very inconsistent. Sometimes I'm able to login and ...

9. Login form in JSP    coderanch.com





12. JDBCRealm and Form Login    coderanch.com

13. Get data from Login form on webpage    java-forums.org

Hi guys, I'm using this guide and creating a login page for my site. I am using a jdbc-odbc bridge and have changed the connection. What I can't figure out is how to get the data from the bean to the login class (the class that connects to the database. Whenever I try to run the site, I get the error ...

14. Issues in jsp login form.    java.net