Cor Hofman wrote:
> That's indeed very simple. But it makes me
> wonder if I could run into trouble when I
> use this mechanism within a servlet. How
> do I avoid that I have to login over and
> over again? Because I think I do not have
> any control over the thread my servlet is
> running in. Or am I approaching this issue
> from the wrong side?

Simple again: it's configurable whether to associate the login info with
a thread (=server usage) or the entire JVM (=standalone app usage).
Check the archives and (I think) manuals for references.

regards,
  Rickard

-- 
Rickard Öberg
Email: [EMAIL PROTECTED]



--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
List Help?:          [EMAIL PROTECTED]

Reply via email to