[JBoss-user] Another Security Question

2002-06-26 Thread Wood, Alan
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

Re: [JBoss-user] Another security question

2002-06-18 Thread GL
; 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

Re: [JBoss-user] Another security question

2002-06-18 Thread Scott M Stark
: "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

[JBoss-user] Another security question

2002-06-18 Thread GL
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