Re: Monitoring Tomcat

2016-03-31 Thread Anthony Biacco
On Wed, Mar 30, 2016 at 5:23 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > Anthony, > > On 3/30/16 6:08 PM, Anthony Biacco wrote: > > On Wed, Mar 30, 2016 at 9:13 AM, Christopher Schultz < > > ch...@christopherschultz.net> wrote: > > > > Edwin, > > > > > > For my money, I

Re: Job priority (AS/400s)

2016-03-31 Thread James H. H. Lampert
On 3/31/16, 2:30 PM, Christopher Schultz wrote: Wild Googling has produced this page: http://www.texas400.com/b400tip16.html ...which claims that priority *30* is the same as "interactive". Something tells me that it's going to come down to a matter of opinion what exact priority should be

Re: Setting up filters

2016-03-31 Thread Rahulkumar Godse
On 3/31/16, 2:43 PM, "Rahulkumar Godse" wrote: >Hi, > >Tomcat version: >apache-tomcat-8.0.28 > >Issue: >I am trying to open an external url in an iframe in our application. The >external url has X-FRAME-OPTIONS set to DENY in their jsp code which I am >trying

Setting up filters

2016-03-31 Thread Rahulkumar Godse
Hi, Tomcat version: apache-tomcat-8.0.28 Issue: I am trying to open an external url in an iframe in our application. The external url has X-FRAME-OPTIONS set to DENY in their jsp code which I am trying to override using filters in web.xml Here’s the code where I added the filters in web.xml

Re: Monitoring Tomcat

2016-03-31 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Edwin, On 3/31/16 4:43 PM, Edwin Quijada wrote: > manager-jmx security role in tomcat come with Tomcat installation > ? Yes, manager-jmx is used to access the JMXProxyServlet. Define any user with that role and you're good to go. I would *highly*

Re: Job priority (AS/400s)

2016-03-31 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mark, On 3/31/16 3:08 PM, Mark Thomas wrote: > On 31/03/2016 18:52, Christopher Schultz wrote: >> On 3/30/16 8:01 PM, James H. H. Lampert wrote: > > > >>> Is there a reason for this? Or was it a simple misunderstanding >>> of how priority works on

Re: Monitoring Tomcat

2016-03-31 Thread Edwin Quijada
manager-jmx security role in tomcat come with Tomcat installation ? From: Christopher Schultz Sent: Wednesday, March 30, 2016 11:23 PM To: Tomcat Users List Subject: Re: Monitoring Tomcat Anthony, On 3/30/16 6:08 PM,

Re: Monitoring Tomcat

2016-03-31 Thread Edwin Quijada
Thks!! From: Christopher Schultz Sent: Wednesday, March 30, 2016 3:13 PM To: Tomcat Users List Subject: Re: Monitoring Tomcat -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Edwin, On 3/29/16 2:32 PM, Edwin Quijada wrote: >

Re: WebEx meeting rescheduled: Introducing Apache Tomcat 8.5

2016-03-31 Thread Thad Humphries
On Fri, Mar 25, 2016 at 6:13 PM, Mark Thomas wrote: > Hello, > Mark Thomas changed the time for this WebEx meeting. > > *Introducing Apache Tomcat 8.5* > Wednesday, 30 March 2016 > 10:00 | GMT Summer Time (London, GMT+01:00) | 1 hr > > *Join WebEx meeting* >

Re: Job priority (AS/400s)

2016-03-31 Thread Mark Thomas
On 31/03/2016 18:52, Christopher Schultz wrote: > On 3/30/16 8:01 PM, James H. H. Lampert wrote: >> Is there a reason for this? Or was it a simple misunderstanding of >> how priority works on AS/400s? > > Unfortunately, the commit log shows Rémy committing that back in 2006 > in r421604 where

Re: Job priority (AS/400s)

2016-03-31 Thread James H. H. Lampert
On 3/31/16, 10:52 AM, Christopher Schultz wrote: . . . I don't see any particular reason not to change this from priority 6 to priority 20. If you've got a (publicly-available) reference for AS/400 that lists the appropriate priorities of different kinds of jobs, I can change the priority there

Re: Job priority (AS/400s)

2016-03-31 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 James, On 3/30/16 8:01 PM, James H. H. Lampert wrote: > Earlier this week, we noticed that the JVM job (QP0ZPWT) assocated > with the CATALINA job of a Tomcat server runs at Priority 6. This > priority level puts it ahead of everything but the

JMX - Adding NotificationListener for existing MBean

2016-03-31 Thread Simon Kulessa
Hi, Tomcat (7.0.54) publishes certain information about itself into JMX so I would like to add a NotificationListener to some of these beans in case some specific values are changing. To be more specific I would like to get a notification if the number of current threads (currentThreadCount)