Hi Suresh

we are using this approach:

- create a tree in your site containing the information to be secured
- associate that tree with your session tracking servlet
- session tracking servlet can do basically two things:
        - process login form and create user session (->see HttpSession)
        - on file request check for validated session
- secure each of the involved servlets by check for validated session
(inherit servlets from a custom class that performs that e.g. in the service
method

Regards

Daniel


-----Urspr�ngliche Nachricht-----
Von: A mailing list for discussion about Sun Microsystem's Java Servlet
API Technology. [mailto:[EMAIL PROTECTED]]Im Auftrag von
Suresh Mathur
Gesendet am: Donnerstag, 29. Juli 1999 13:44
An: [EMAIL PROTECTED]
Betreff: Login Screen

Hi,
     I am new to the list, so please forgive me if the following
question is already answered.
I am looking for the design of Login Screen. We have got nine servlets.
We want a login id and passwd for the user so that he access the
servlets. Once user has got a access, he should be able to access to all
nine servlets. Can any one help me with the design . If possible any
site, which has above information.
Thanks & Regards
Suresh Mathur

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to