authorization for web app in ear.

2005-11-27 Thread Milan Unger
Hallo, I have a J2EE application deployed on geronimo M5 and could not get security working as intended. I use geronimo-properties-realm and set up some security constranits in the web.xml but it seems as if geronimo ignores them. If I access protected resource without beign logged in there

Re: authorization for web app in ear.

2005-11-27 Thread Aaron Mulder
Have you tried a URL pattern of *.page instead of /*.page? You'd have to look at the URL pattern rules to be sure, but I think if it begins with a / that indicates a pattern based on the beginning of the URL path not a pattern based on the file extension. Aaron On Sun, 27 Nov 2005 09:44:19 UT,

Reference to TransactionManager gbean

2005-11-27 Thread Guglielmo . Lichtner
Can somebody please send me the xml text I can use to get a reference to the transaction manager in my gbean? I tried nameTransactionManager/name but it didn't work. Thanks Guglielmo * <<>> In compliance with applicable rules and

Re: Reference to TransactionManager gbean

2005-11-27 Thread David Jencks
On Nov 27, 2005, at 5:55 PM, [EMAIL PROTECTED] wrote: Can somebody please send me the xml text I can use to get a reference to the transaction manager in my gbean? I tried nameTransactionManager/name but it didn't work. In your gbean info building code include something like this:

Re: Multiple geronimo instances

2005-11-27 Thread Guglielmo . Lichtner
What would work just as well for me would be to be able to check in a skeleton and then deploy the plans the first time I build and deploy the application. I am even willing to copy all the files over, as long as I am not checking them in. If I can help it I will not check in things which can be

Re: Multiple geronimo instances

2005-11-27 Thread David Jencks
On Nov 24, 2005, at 11:49 AM, [EMAIL PROTECTED] wrote: What would work just as well for me would be to be able to check in a skeleton and then deploy the plans the first time I build and deploy the application. I am even willing to copy all the files over, as long as I am not checking them