1. How to access user-defined functions of a servlet? stackoverflow.comI 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 ... |
2. Accessing user-defined java classes from JSP coderanch.com |
3. check if user has access to a specific page. coderanch.comI'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.comOne 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 ... |
5. How to limit the user to access JSP Application? coderanch.com |
6. can't 2 users access the same jsp page at time coderanch.comi 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.comHi 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), ... |
8. how t prevent the user to access certain link coderanch.com |
9. Access denied for user coderanch.com |
10. Creating users and controlling access based upon roles coderanch.comhi, 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 |