If I log into a web application, with FORM based authentication, and then go to
another context, should I have to log in again?
I'd like to be able to deploy a bunch of WARS, and have any of them be able to
authenticate for that session. Then have all the applications logged in. Does this
re
; From: "GL" <[EMAIL PROTECTED]>
> To: "jboss" <[EMAIL PROTECTED]>
> Sent: Tuesday, June 18, 2002 11:54 AM
> Subject: [JBoss-user] Another security question
>
>
> > I'm pretty new to EJB, but I managed to deploy a
> set
> > of
: "GL" <[EMAIL PROTECTED]>
To: "jboss" <[EMAIL PROTECTED]>
Sent: Tuesday, June 18, 2002 11:54 AM
Subject: [JBoss-user] Another security question
> I'm pretty new to EJB, but I managed to deploy a set
> of CMP entity beans to JBoss 3 and access them fr
I'm pretty new to EJB, but I managed to deploy a set
of CMP entity beans to JBoss 3 and access them from a
client running outside the server VM.
I had to create a SecurityManager instance and define
a policy file in my client code before things started
working. What I want to know is if I can set