EAR Security Realm Configuration

2007-09-24 Thread Mark Aufdencamp
Hi All, I'm having a slight problem with a security realm in an EAR. I have two webapps that I would like to authenticate via a container managed FORM Auth, webapp and webappadmin. I have the webapp realm functioning without any issues. Of course, I cut and pasted from webapp to webappadmin

Re: EAR Security Realm Configuration

2007-09-24 Thread David Jencks
you only specify the security configuration itself once per ear. For each web-app you specify the security-realm that comes right before the security configuration. You might put the security element at the top level of the ear plan rather than in one or the other web app plan. hope

RE: EAR Security Realm Configuration

2007-09-24 Thread Mark Aufdencamp
does this go in the EAR? The geronimo-application.xml? I'll check on the syntax:) For future reference, do all the EAR's webapps need to utilize the same realm, or can each webapp have its own relm? Original Message Subject: Re: EAR Security Realm Configuration From: David

RE: EAR Security Realm Configuration

2007-09-24 Thread Mark Aufdencamp
Thanks! Geronimo Rocks! Original Message Subject: Re: EAR Security Realm Configuration From: Vamsavardhana Reddy [EMAIL PROTECTED] Date: Mon, September 24, 2007 12:21 pm To: user@geronimo.apache.org On 9/24/07, Mark Aufdencamp [EMAIL PROTECTED] wrote: Thanks