Re: servlet filter not working over virtual directories in tomcat

2015-10-24 Thread tomcat
On 24.10.2015 05:11, Pradyut Bhattacharya wrote: The URL pattern therefore needs to be "/*" Could not do anything with the above statement. May be an example could suffice. Then maybe try this : Instead of : dir_filter /web/* try : dir_filter /* Explanation :

Re: Tomcat answers on port 80, not on 443

2015-10-24 Thread Christopher Schultz
André, On 10/23/15 4:16 PM, André Warnier (tomcat) wrote: > On 23.10.2015 16:53, Beyer, Gregory L wrote: > ... > ## > # Inbound SSL Settings > ## > > org.apache.felix.https.enable=true > org.osgi.service.http.port.sec

Re: Monitoring Connections

2015-10-24 Thread Christopher Schultz
Aurélien, On 10/23/15 6:47 PM, Aurélien Terrestris wrote: > "Live monitoring is the only way to go, unless you want your customers > to surprise you with performance problems on your own site. :)" > > Monitoring, ok, but alerting is critical for large scale production > environments. Apologies..

[ANN] New committer: Ognjen Blagojevic

2015-10-24 Thread Mark Thomas
On behalf of the Tomcat committers I am pleased to announce that Ognjen Blagojevic (ognjen) has been voted in as a new Tomcat committer. Please join me in welcoming him. Regards, Mark - To unsubscribe, e-mail: users-unsubscr...

Re: Monitoring Connections

2015-10-24 Thread Aurélien Terrestris
Chris, I disagree in some way with you ;) Instrumentation is difficult because you (as a developer ?) want to go deep, but it is not necessary for a production team to go that deep to know when something is going wrong. It's a developer challenge, and he could choose to rely only on good logging.