access « User « JSP-Servlet Q&A





1. How to access user-defined functions of a servlet?    stackoverflow.com

I tried searching about this, but didnt got a solid answer. Is it possible to call functions other than doGet or doPost of a servlet from a JSP. I know you ...

3. check if user has access to a specific page.    coderanch.com

I'm fairly new to the java/jsp world. For authentication on jsp pages I understand I should use some kind of servlet to check if a user has access to a specific page, right? A user gets presented with a login screen, they enter their usr/pwd, and click the login button. The login form action should go to a authentication servlet to ...

4. Storing pages a user can access    coderanch.com

One way to handle this could be to assign each user a role. Each page requires certain roles in order to be accessed. For example, admin pages require users to have the "ADMININSTRATOR" role. There are lots of ways to keep track of which roles each page requires. One of the simplest might be a Map in the application context that ...

6. can't 2 users access the same jsp page at time    coderanch.com

i have a jsp page which is written for retreving the data from the data base now this program works very fine when one user usses it but when more users use it giving the same criteria for retrevial then it shows no data found exception. my database is in sql server does it got to do anything with it. kindly ...

7. User access Restrictions    coderanch.com

Hi All, I m working on a web project where several pages are used by variety of user roles (users have different authorities for the application). There are few users how have a application login but do not have authority to view some of the pages. I need to restrict users from getting the restricted pages (not meant for his/her authority), ...

9. Access denied for user    coderanch.com





10. Creating users and controlling access based upon roles    coderanch.com

hi, i am creating a page where i need to give user access to some pages on the basic of his role. this page can be common for all user or may be there will be different pages on the basic of his role. Please help me on this & tell me how can i do this. Praveen Kumar Singh