Re: ExtendedAccessLogValve.class overloaded timezone and set it to GMT

2017-01-20 Thread Farhan Tariq
hi, we have tomcat 7.0.68 deployed on linux. To capture the log in local system timezone using ExtendedAccessLogValve class we change the following line "currentTimestampFormat.setTimeZone(TimeZone.getTimeZone("GMT"))" into "currentTimestampFormat.setTimeZone(TimeZone.getDefault())" in

RE: https redirect failed for POST request when behind a load balancer

2017-01-20 Thread Bin Chen
Peter: Our Load balancer uses a VIP to do the redirect, so when a request coming in as http://lb-api:8080, it changes it into https://lb-api:8443 and submit to the api server behind. I could not see any redirect logged into the access log. However, if I submit a request to the api server

Re: FW: tomcat 8080 thread not reduced

2017-01-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Smith, On 1/19/17 9:59 PM, smith wrote: >> "busy" is the same as "active". > > When not use , our busy thread always keep under 10 > while the currentThreadCount keeps high (these are get from tomcat > manager), So we really don't know how many

Re: [ANN] New committer: Emmanuel Bourg

2017-01-20 Thread Rainer Jung
Am 20.01.2017 um 18:12 schrieb Mark Thomas: On behalf of the Tomcat committers I am pleased to announce that Emmanuel Bourg (ebourg) has been voted in as a new Tomcat committer. Please join me in welcoming him. Congratulations and welcome! Rainer

Re: [ANN] New committer: Emmanuel Bourg

2017-01-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Emmanuel, On 1/20/17 12:12 PM, Mark Thomas wrote: > On behalf of the Tomcat committers I am pleased to announce that > Emmanuel Bourg (ebourg) has been voted in as a new Tomcat > committer. > > Please join me in welcoming him. Congratulations!

Re: Can Tomcat act as an HTTPS proxy?

2017-01-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 David, On 1/19/17 12:21 PM, David P. Caldwell wrote: > 1. The backend server serves files via HTTPS. (I control this, and > may switch it to HTTP; see below.) Ok. > 2. The proxy server has an HTTPS connector like this (but under my > initial

Re: [ANN] New committer: Emmanuel Bourg

2017-01-20 Thread Violeta Georgieva
2017-01-20 19:12 GMT+02:00 Mark Thomas : > > On behalf of the Tomcat committers I am pleased to announce that > Emmanuel Bourg (ebourg) has been voted in as a new Tomcat committer. > > Please join me in welcoming him. Welcome! Regards, Violeta > Regards, > > Mark > >

Re: [ANN] New committer: Emmanuel Bourg

2017-01-20 Thread tomcat
Et les miennes ! On 20.01.2017 18:14, Zala Pierre GOUPIL wrote: Toutes mes félicitations ! Le 20 janv. 2017 18:12, "Mark Thomas" a écrit : On behalf of the Tomcat committers I am pleased to announce that Emmanuel Bourg (ebourg) has been voted in as a new Tomcat committer.

Re: [ANN] New committer: Emmanuel Bourg

2017-01-20 Thread Zala Pierre GOUPIL
Toutes mes félicitations ! Le 20 janv. 2017 18:12, "Mark Thomas" a écrit : > On behalf of the Tomcat committers I am pleased to announce that > Emmanuel Bourg (ebourg) has been voted in as a new Tomcat committer. > > Please join me in welcoming him. > > Regards, > > Mark > >

[ANN] New committer: Emmanuel Bourg

2017-01-20 Thread Mark Thomas
On behalf of the Tomcat committers I am pleased to announce that Emmanuel Bourg (ebourg) has been voted in as a new Tomcat committer. Please join me in welcoming him. Regards, Mark - To unsubscribe, e-mail:

Re: TomcatCon @ ApacheCon

2017-01-20 Thread tomcat
Maybe in the "thought-provoking" category : Compare and discuss : https://news.netcraft.com/archives/2016/12/21/december-2016-web-server-survey.html https://w3techs.com/technologies/overview/web_server/all https://plumbr.eu/uncategorized/most-popular-java-ee-servers-2016-edition or (being

Separate and Redirect Tomcat Embedded 8.5.6 Log

2017-01-20 Thread Costin Giorgian Papuc
I have an app that can take a war file and deploy it with embedded tomcat .5.6. So, for each uploaded war file I do the following Tomcat tomcat = new Tomcat(); tomcat.setPort(port); File catalinaHome = new File(TOMCAT_DIR + port); catalinaHome.mkdirs(); File webapp = new File(TOMCAT_DIR + port +

AW: https redirect failed for POST request when behind a load balancer

2017-01-20 Thread Kreuser, Peter
Hi Bin > Konstantin: > Thank you very much for your reply. To answer your question > > 1. The api-lb and lb-api was a typo. > > 2. I was able to reproduce this problem with a single server behind the > load balancer. > Where http://lb-test-api:8080 was set to forward to

Re: FW: tomcat 8080 thread not reduced

2017-01-20 Thread tomcat
On 20.01.2017 03:59, smith wrote: Hi, chris: "busy" is the same as "active". When not use , our busy thread always keep under 10 while the currentThreadCount keeps high (these are get from tomcat manager), So we really don't know how many threads are truly free. How many are in