?????? ?????? ?????? why only 2 requests for async request can raise from a end-point?

2015-06-30 Thread ????
sorry, it's a .net problem .net - How can I programmatically remove the 2 connection limit in WebClient - Stack Overflow http://stackoverflow.com/questions/866350/how-can-i-programmatically-remove-the-2-connection-limit-in-webclient There is a limit in the number of simultaneous outgoing HTTP

?????? ?????? ?????? why only 2 requests for async request can raise from a end-point?

2015-06-30 Thread ????
Hi Christopher, after your advise, i recheck all arround, and it's really raise from the c# test program. :( there is a bug in WebRequest, i dont know what happend in this class, since requesting to localhost is ok. and if pure Socket, or WebClient.DownloadStringAsync wont meet this bug. if

application frequently down

2015-06-30 Thread Yon,
Hi all, we have application that frequently down, from log file(catalina.out) with the information below: # # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x003d66934012, pid=2956, tid=140037724735232 # # JRE version: Java(TM) SE Runtime Environmen

[OT] Re: SSL configuration using PFX as keystore

2015-06-30 Thread Mark Thomas
This is probably off-topic now so marking as such. On 29/06/2015 14:29, André Warnier wrote: > Mark Thomas wrote: >> On 26/06/2015 19:37, Mark Thomas wrote: >>> On 22/06/2015 11:56, Mark Thomas wrote: On 22/06/2015 09:39, Mark Thomas wrote: >>> >>> Prompting for authentication in respon

Tomcat 8 AprEndpoint Poller thread consuming high CPU

2015-06-30 Thread Rich Mayfield
Moved from Tomcat 7.0.55 to Tomcat 8.0.23 and now see the AJP Poller thread churning through a lot of CPU in a pretty much quiet system. This seems like a bug. * Restarting does not resolve the issue * I've seen some mention of bumping up the memory. Doubling the max heap (-Xmx from 506m to 1012m

Re: 回复: 回复: why only 2 requests for async request can raise from a end-point?

2015-06-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 许明, On 6/30/15 1:22 PM, 许明 wrote: > yes, i connect tomcat directly, port is 8080. > > I wrote the test tool in pure non-block mode, so just one thread > in c#, and i used webbrowser, wget, telnet to perform this test > too. So you have a single th

Re: AIX OS Patch Breaks Apache/Tomcat

2015-06-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 David, On 6/30/15 1:10 PM, RAY, DAVID wrote: > I am running Apache 2.2.29 and Tomcat 7.0.59 with tomcat > connector(mod_jk) version 1.2.40 on AIX version 7.1 server. > > Started having problems this morning after AIX OS was patched to > AIX 7.1 TL

Re: Distinct servlets for different domains in one web application

2015-06-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Christian, On 6/28/15 12:01 PM, Christian wrote: > is it somehow possible to create a web application with multiple > servlets that are registered to different domains for the same url > paths using tomcat 8? Yes, but it has nothing to do with To

?????? ?????? why only 2 requests for async request can raise from a end-point?

2015-06-30 Thread ????
Hi, Christopher, yes, i connect tomcat directly, port is 8080. I wrote the test tool in pure non-block mode, so just one thread in c#, and i used webbrowser, wget, telnet to perform this test too. It's very strange that it wont happen when the tomcat run in localhost, this problem exist on

Re: Tomcat - OOM Perm gen

2015-06-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Kiran, On 6/29/15 10:21 AM, Kiran Badi wrote: > Christopher Schultz wrote: >> The number of users shouldn't impact your PermGen space. Perhaps >> only once you get to that stage are you hitting enough of your >> features to load classes into PermG

AIX OS Patch Breaks Apache/Tomcat

2015-06-30 Thread RAY, DAVID
Hello. I am running Apache 2.2.29 and Tomcat 7.0.59 with tomcat connector(mod_jk) version 1.2.40 on AIX version 7.1 server. Started having problems this morning after AIX OS was patched to AIX 7.1 TL 03 SP 04 and openssh to 6.0.0.6108. WebAdvisor runs fine immediately after apache is started

Re: 回复: why only 2 requests for async request can raise from a end-point?

2015-06-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 许明, On 6/29/15 5:37 AM, 许明 wrote: > I wrote a test tool with c#, not with browser, and each request > has it's own session, that browser not support now. > > And, PHP and IIS can change option to set the limitation of one > end-point requests, so

RE: why is Tomcat 7 invoking WebSocket protocol?

2015-06-30 Thread Caldarale, Charles R
> From: Kiran Badi [mailto:ki...@poonam.org] > Subject: Re: why is Tomcat 7 invoking WebSocket protocol? > I know for sure I am not using websockets in my application, but stack > trace shows me wsfilter used by tomcat getting called for some reason, As it should be. > Just for understanding pu

RE: why is Tomcat 7 invoking WebSocket protocol?

2015-06-30 Thread Caldarale, Charles R
> From: André Warnier [mailto:a...@ice-sa.com] > Subject: Re: why is Tomcat 7 invoking WebSocket protocol? > But maybe the solution consists simply in renaming that filter, so that it > does not > give the mistaken impression that the WebSocket protocol is necessarily being > used ? That can'

Re: why is Tomcat 7 invoking WebSocket protocol?

2015-06-30 Thread Kiran Badi
I know for sure I am not using websockets in my application, but stack trace shows me wsfilter used by tomcat getting called for some reason, Below is one of the stack trace I had in my application, exception was valid but if you look at complete stack trace below we can see exception propagates

Re: why is Tomcat 7 invoking WebSocket protocol?

2015-06-30 Thread André Warnier
Hi. Sorry to jump in, and to top-post, and maybe make an irreverential comment : But maybe the solution consists simply in renaming that filter, so that it does not give the mistaken impression that the WebSocket protocol is necessarily being used ? Kiran Badi wrote: Hi Mark, Sorry to jumpi

Re: why is Tomcat 7 invoking WebSocket protocol?

2015-06-30 Thread Kiran Badi
Hi Mark, Sorry to jumping in But even I have seen this in few of my exception traces though I never use websockets.Some where down the line when exception is thrown wsfilter shows up in traces.I am guessing it should be some kind of exception filter so it bubbles up for exception types irrespecti

tcnative CVE-2015-4000 (Logjam) (UNCLASSIFIED)

2015-06-30 Thread Wunder, Greg P CTR (US)
Classification: UNCLASSIFIED Caveats: NONE http://mail-archives.apache.org/mod_mbox/tomcat-users/201506.mbox/%3c557cce04.4020...@mediture.com%3E Related to this link here, does anyone have a binary distro for Windows x86 and x64 for Tomcat 8.0.23 of tcnative-1.dll that is version 1.1.34? I've be