Re: [Resin-interest] Refreshing User Roles during a session

2010-04-21 Thread Alan Wright
Thanks Alex I was struggling to find the source download - for anyone interested the solution is along the following lines: Application app = (Application) session.getServletContext(); JaffaAuthenticator myAuth = (JaffaAuthenticator)app.getAuthenticator

Re: [Resin-interest] Accessing resin-admin

2010-04-21 Thread Mattias Jiderhamn
Thanks, that worked. I tried adding (or ) also to add some IP filtering ( vs ) 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 also. Is that intended...? Btw, in order to not mess up the login page I

Re: [Resin-interest] resin-interest Digest, Vol 46, Issue 21

2010-04-21 Thread Michael Stollaire
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: archangel_mich...@att.blackberr

Re: [Resin-interest] Accessing resin-admin

2010-04-21 Thread Emil Ong
On Wed, Apr 21, 2010 at 10:15:20AM +0200, Mattias Jiderhamn wrote: > Thanks, that worked. > > I tried adding (or ) also to add > some IP filtering ( vs ) 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

Re: [Resin-interest] Resin ~ Enterprise Management and Monitoring

2010-04-21 Thread Jamison Novak
Hi Michael, If you’re using Resin 4.x, you should take a look at these two Blog posts (and the Wiki page linked in the second post), if you haven’t already: http://blog.caucho.com/?p=325 http://blog.caucho.com/?p=238 We are currently doing some things with Resin 4.x, Nagios, and Cacti and those

Re: [Resin-interest] Resin ~ Enterprise Management and Monitoring

2010-04-21 Thread Emil Ong
Hi Michael, The best place to look is at our MBeans to see what they expose. Our own resin-admin is just a facade over these. The SNMP interface is documented here: http://caucho.com/resin-4.0/admin/resin-admin-console.xtp#Enabling%20SNMP%20support%20in%20Resin There are also different statist