Hi Rickard,

I read your interesting reply to in the group.
One problem that I face is the authentification and the impact it has
on our EJB/servlet/jsp design.

The problem, simply stated, is:
- Say we have 10 modules of 100 static pages and 10 modules of 100 dynamic pages.
- We have to dynamically (depending on what name you logged in under) grant access
  to the various pages.
- One obvious way to do this is to put a servlet in, autho, and *all* accesses go
  through this servlet (which redirects if necessary) - (if session exists continue 
else
        go to login page)

My question is, how do people usually do authenticiation of applications and
vast quantities of static/dynamic pages, and how scalable is it.

Would be grateful for any input,
Regards,
Jon

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to