Re: Apache Tomcat will close connection on slow file download with non blocking http protocol

2015-10-29 Thread Mark Thomas
On 29/10/2015 07:53, Pentzlin, David wrote: > Per default the protocol in server.xml is configured as protocol="HTTP/1.1". > with newer tomcat versions this will use a non blocking protocol if possible. > > Problem: > Setup Tomcat (8.0.28) with default settings. Copy a file in a webapp e.g. >

Re: AW: Suppress or replace WWW-Authorization header

2015-10-29 Thread tomcat
On 29.10.2015 10:12, chris derham wrote: Torsten, Add an interceptor to AngularJS to detect the 401 and do whatever you want, e.g. redirect to a login page. Then when you have the credentials, submit to login rest api, get a token, and then make all other calls passing this token. There are

Re: mod_jk make error with OSX 10.11.1

2015-10-29 Thread Christopher Schultz
Rainer, On 10/29/15 5:31 AM, Rainer Jung wrote: > Am 29.10.2015 um 03:59 schrieb Christopher Schultz: >> Youngho, >> >> On 10/28/15 10:35 PM, Youngho Cho wrote: >>> Just before I upgrade to OSX 10.11.1 >>> >>> And try to compile Apache mod_jk 1.2.41. >>> >>> But the make is fail. >>> >>>

Re: AW: Suppress or replace WWW-Authorization header

2015-10-29 Thread Christopher Schultz
Chris, On 10/29/15 5:12 AM, chris derham wrote: >>> Torsten, >>> >>> Add an interceptor to AngularJS to detect the 401 and do whatever you >>> want, e.g. redirect to a login page. Then when you have the >>> credentials, submit to login rest api, get a token, and then make all >>> other calls

RE: Tomcat answers on port 80, not on 443

2015-10-29 Thread Beyer, Gregory L
Thank you, Chris. You've cut it down to the crux which, in my ignorance of felix vs Tomcats role, I didn't understand. Essentially, chasing the solution in Tomcat is a red herring. Looking at the apps config file, it references "org.apache.felix.https" several times which is a strong sign

Re: Apache Tomcat will close connection on slow file download with non blocking http protocol

2015-10-29 Thread Christopher Schultz
Pentzlin, On 10/29/15 8:41 AM, Mark Thomas wrote: > On 29/10/2015 07:53, Pentzlin, David wrote: >> Per default the protocol in server.xml is configured as protocol="HTTP/1.1". >> with newer tomcat versions this will use a non blocking protocol if possible. >> >> Problem: >> Setup Tomcat (8.0.28)

Re: AW: AW: AW: Tomcat 6, DB2 Driver Problems

2015-10-29 Thread Christopher Schultz
Simon, On 10/29/15 4:28 AM, simone.rodenbach@devk.de wrote: > Thx, > > I hope this information helps: (The > org.apache.commons.pool.impl.GenericObjectPool starts a timer ... ) > > ava.util.TimerThread @ 0xc0772288 > |Timer-0|

Tomcat 7.0.66 expected release date?

2015-10-29 Thread Ryan Fong
G'day. I'd like to know if there is an expected release date for Tomcat 7.0.66. I was unable to locate a build schedule or calendar for Tomcat. Thank you.

X-FRame-Option

2015-10-29 Thread Walsh, Joseph
good afternoon all... I have been recently been "relocated" within our IT dept and now tasked with supporting Apache Tomcat on windows... Our cyber dept scanner has identified my app as vulnerable to clickjacking ... Anyone have any luck adding the X-Frame-Option in a windows environment? I

Re: Tomcat 7.0.66 expected release date?

2015-10-29 Thread Mark Thomas
On 29/10/2015 18:09, Ryan Fong wrote: > G'day. I'd like to know if there is an expected release date for Tomcat > 7.0.66. No. Releases happen roughly monthly but that can vary due to a variety of factors. 7.0.65 was second week of October so probably by the end of November for 7.0.66. But there

Re: X-FRame-Option

2015-10-29 Thread Konstantin Kolinko
2015-10-29 22:35 GMT+03:00 Walsh, Joseph : > good afternoon all... > > I have been recently been "relocated" within our IT dept and now tasked with > supporting Apache Tomcat on windows... Our cyber dept scanner has identified > my app as vulnerable to clickjacking ... > > Anyone

RE: X-FRame-Option

2015-10-29 Thread Walsh, Joseph
Konstantin good afternoon .. my servers are being scanned by a "security Center" by Tenable-- complaining --server is not returning x-frame-option heading -- I can confirm this with Mozilla firebug.. within the tomcat\conf\web.xml file there is "built in filters" as I have configured below:

80ms delay switching between worker threads

2015-10-29 Thread Farzad Panahi
Hi, I am using tomcat 8.0.23 to terminate my websocket connections. I was looking at my trace logs and noticed that when tomcat worker thread responsible for processing websocket messages switches to a different thread, there is about 80ms delay. In my OnMessage implementation I let the work done

Re: X-FRame-Option

2015-10-29 Thread Konstantin Kolinko
2015-10-29 23:03 GMT+03:00 Walsh, Joseph : > Konstantin good afternoon .. > > my servers are being scanned by a "security Center" by Tenable-- > complaining --server is not returning x-frame-option heading -- > I can confirm this with Mozilla firebug.. > > within the

Re: X-FRame-Option

2015-10-29 Thread Mark Eggers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Joseph, As per list conventions, I'm posting at the bottom. I'll copy over the relevant parts of your XML. On 10/29/2015 1:03 PM, Walsh, Joseph wrote: > Konstantin good afternoon .. > > my servers are being scanned by a "security Center" by

Apache Tomcat will close connection on slow file download with non blocking http protocol

2015-10-29 Thread Pentzlin, David
Per default the protocol in server.xml is configured as protocol="HTTP/1.1". with newer tomcat versions this will use a non blocking protocol if possible. Problem: Setup Tomcat (8.0.28) with default settings. Copy a file in a webapp e.g. webapps/root and download the file with limited speed to

AW: AW: Tomcat 6, DB2 Driver Problems

2015-10-29 Thread Simone.Rodenbach.ext
Hi Christopher, I attachted some pictures of the threads. Thx, Simone -Ursprüngliche Nachricht- Von: Christopher Schultz [mailto:ch...@christopherschultz.net] Gesendet: Mittwoch, 28. Oktober 2015 15:30 An: Tomcat Users List Betreff: Re: AW: Tomcat 6, DB2 Driver Problems Simone, On

Re: AW: AW: Tomcat 6, DB2 Driver Problems

2015-10-29 Thread tomcat
On 29.10.2015 09:09, simone.rodenbach@devk.de wrote: Hi Christopher, I attachted some pictures of the threads. Thx, Simone Hi Simone. Christopher is in the USA, so it will take some time before he responds. For the sake of gaining some time however : your attachments did not make it

AW: AW: AW: Tomcat 6, DB2 Driver Problems

2015-10-29 Thread Simone.Rodenbach.ext
Thx, I hope this information helps: (The org.apache.commons.pool.impl.GenericObjectPool starts a timer ... ) ava.util.TimerThread @ 0xc0772288 |Timer-0| 128 | 384 |org.apache.catalina.loader.WebappClassLoader @

Re: mod_jk make error with OSX 10.11.1

2015-10-29 Thread Rainer Jung
Am 29.10.2015 um 03:59 schrieb Christopher Schultz: Youngho, On 10/28/15 10:35 PM, Youngho Cho wrote: Just before I upgrade to OSX 10.11.1 And try to compile Apache mod_jk 1.2.41. But the make is fail. YounghoiMac:native youngho$ sudo make Making all in common

Re: AW: Suppress or replace WWW-Authorization header

2015-10-29 Thread chris derham
>> Torsten, >> >> Add an interceptor to AngularJS to detect the 401 and do whatever you >> want, e.g. redirect to a login page. Then when you have the >> credentials, submit to login rest api, get a token, and then make all >> other calls passing this token. >> >> There are loads of examples on