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)

Re: HttpServletRequest - getHeaders() vs getCookies()

2014-07-25 Thread Simon Kulessa
Hi Christopher, Am 22.07.2014 17:00, schrieb Christopher Schultz: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Simon, On 7/22/14, 5:47 AM, Simon Kulessa wrote: Hi Christopher, see below Am 17.07.2014 16:18, schrieb Christopher Schultz: Simon, On 7/17/14, 3:52 AM, Simon Kulessa wrote

Re: HttpServletRequest - getHeaders() vs getCookies()

2014-07-22 Thread Simon Kulessa
Hi Christopher, see below Am 17.07.2014 16:18, schrieb Christopher Schultz: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Simon, On 7/17/14, 3:52 AM, Simon Kulessa wrote: Hi Christopher, Am 16.07.2014 14:45, schrieb Christopher Schultz: Simon, On 7/16/14, 4:02 AM, Simon Kulessa wrote

Re: HttpServletRequest - getHeaders() vs getCookies()

2014-07-17 Thread Simon Kulessa
Hi Christopher, Am 16.07.2014 14:45, schrieb Christopher Schultz: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Simon, On 7/16/14, 4:02 AM, Simon Kulessa wrote: Am 15.07.2014 16:12, schrieb Christopher Schultz: Simon, On 7/9/14, 4:51 AM, Simon Kulessa wrote: I had a look

Re: HttpServletRequest - getHeaders() vs getCookies()

2014-07-16 Thread Simon Kulessa
Hello Christopher, thanks for your answer. Am 15.07.2014 16:12, schrieb Christopher Schultz: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Simon, On 7/9/14, 4:51 AM, Simon Kulessa wrote: I had a look at the documentation and the tomcat source to get a better understanding of what

Re: HttpServletRequest - getHeaders() vs getCookies()

2014-07-09 Thread Simon Kulessa
) at java.lang.Thread.run(Unknown Source) I am not sure whether this is somewhat related to the problem scenario, but at least this looks like something that should not happen. Regards, Simon Kulessa Am 08.07.2014 11:35, schrieb Simon Kulessa: Hi Konstantin, thanks for you answer. Am

HttpServletRequest - getHeaders() vs getCookies()

2014-07-08 Thread Simon Kulessa
the cookie go that was defined in the header? Regards, Simon Kulessa. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: HttpServletRequest - getHeaders() vs getCookies()

2014-07-08 Thread Simon Kulessa
Hi Konstantin, thanks for you answer. Am 08.07.2014 10:22, schrieb Konstantin Kolinko: 2014-07-08 11:48 GMT+04:00 Simon Kulessa kule...@flexsecure.de: Hi, we are running a server on Apache Tomcat 7.0.29 with usage of the servlet-api 3.0.1. 1. The current version is 7.0.54 We updated

Re: Jakarta Connector 1.2.28 with Windows Server 2008 64bit, IIS 7.0 and Tomcat 6.0.18

2009-07-14 Thread Simon Kulessa
was not found is because I missed a / at the end of the url. Regards, Simon. Rainer Jung schrieb: On 13.07.2009 15:04, Simon Kulessa wrote: Hello, I am trying to configure IIS 7.0 and Tomcat 6.0.18 with the JK 1.2.28 Connector. OS is Windows Server 2008 64bit. I have followed the tutorial from http

Jakarta Connector 1.2.28 with Windows Server 2008 64bit, IIS 7.0 and Tomcat 6.0.18

2009-07-13 Thread Simon Kulessa
Hello, I am trying to configure IIS 7.0 and Tomcat 6.0.18 with the JK 1.2.28 Connector. OS is Windows Server 2008 64bit. I have followed the tutorial from http://www.iisadmin.co.uk/?p=72 but all i get is a 404 error. It seems that the isapi_redirector.dll is not loaded. Let me explain