Has anyone successfully managed Resin with OpenView, etc., and if so, how? Thanks!
Stay Strong, Michael "OpenView Mike" Stollaire CEO and Senior Consultant EHI-INSM Inc. TEL: 818.358.3729 MOBILE: 818.802.0653 eFax: 509.275.9260 Skype: Michael.Stollaire BlackBerry: [email protected] [http://mail.ehiinsm.com/mail6a/vendor/FCKeditor/editor/[email protected]] [email protected] [http://www.ehiinsm.com/] http://www.ehiinsm.com -----Original Message----- From: [email protected] Sent: Wednesday, April 21, 2010 10:00 To: [email protected] Subject: resin-interest Digest, Vol 46, Issue 21 Send resin-interest mailing list submissions to [email protected] To subscribe or unsubscribe via the World Wide Web, visit http://maillist.caucho.com/mailman/listinfo/resin-interest or, via email, send a message with subject or body 'help' to [email protected] You can reach the person managing the list at [email protected] When replying, please edit your Subject line so it is more specific than "Re: Contents of resin-interest digest..." Today's Topics: 1. Re: Accessing resin-admin (Mattias Jiderhamn) ---------------------------------------------------------------------- Message: 1 Date: Wed, 21 Apr 2010 10:15:20 +0200 From: Mattias Jiderhamn <[email protected]> Subject: Re: [Resin-interest] Accessing resin-admin To: General Discussion for the Resin application server <[email protected]> Message-ID: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Thanks, that worked. I tried adding <resin:Allow> (or <security-constraint>) also to add some IP filtering (<resin:IfNetwork> vs <ip-constraint>) and then the authenticator seems to be overridden. In case the request comes from a trusted IP range, no login is required. I have to add <resin:And> <resin:IfUserInRole role="resin-admin"/> also. Is that intended...? Btw, in order to not mess up the login page I set url-pattern="*.php". Any risk this will change in a future release "without further notice"? Maybe it's better/safer to allow "/images/*" and "*.css"? </Mattias> Emil Ong wrote (2010-04-16 23:17): > Hi Mattias, > > Are you using a custom resin.xml/resin.conf? If so, you might try > copying the<resin:AdminAuthenticator> configuration from the default. > It looks like this: > > <resin:AdminAuthenticator> > <resin:import path="${__DIR__}/admin-users.xml" optional="true"/> > </resin:AdminAuthenticator> > > This part of the install document may also be helpful: > > http://caucho.com/resin-4.0/admin/starting-resin-install.xtp#Creating%20a%20password%20for%20the%20Resin%20Administration%20Console > > Best, > Emil > > > On Fri, Apr 16, 2010 at 09:46:33AM +0200, Mattias Jiderhamn wrote: > >> I feel like a newbie for having to ask this, but admittedly I have never >> used the J2EE authentication mechanism since we have a proprietary one. >> >> I'm trying to set up resin-admin following a combination of the >> instructions at >> http://caucho.com/resin-4.0/admin/resin-admin-console.xtp and the >> instructions shown when accessing the admin app. >> I have configured the web-app and had it generate a admin-users.xml so >> that I can log in. However I have no access, apparently since my user is >> not in the "resin-admin" role. >> Doing a bit of debugging I end up in a NullAuthenticator that only >> accepts the "user" role. So I guess I need to configure some other >> authenticator, right...? >> >> -- >> >> </Mattias> >> ------------------------------ _______________________________________________ resin-interest mailing list [email protected] http://maillist.caucho.com/mailman/listinfo/resin-interest End of resin-interest Digest, Vol 46, Issue 21 **********************************************
_______________________________________________ resin-interest mailing list [email protected] http://maillist.caucho.com/mailman/listinfo/resin-interest
