Re: Handling requests when under load - ACCEPT and RST vs non-ACCEPT

2012-11-01 Thread Asankha C. Perera
Hi Chris I was connecting locally to the same node over the local interface on both EC2 and locally. Since this went unresolved for sometime now for me, I investigated this a bit myself, first looking at the Coyote source code, and then experimenting with plain Java sockets. It seems like

Re: context.xml - how to escape a double quote in an attribute value

2012-11-01 Thread Daniel Mikusa
On Nov 1, 2012, at 11:32 AM, Campbell, Lance wrote: In a context.xml file in a Resource I need a value of an attribute to contain a double quote. Is there any way to escape a double quote so it will work as a value in an attribute? Have you tried quot;? Dan Thanks, Lance

Problem with JAASMemoryLoginModule?

2012-11-01 Thread Jim Doble
I am experimenting with JAAS on Tomcat 7.0.30 and am trying to use JAASMemoryLoginModule as a simple test. Unfortunately, I am getting a null pointer exception when I try to login to my web application. My tomcat-users.xml file is basically equivalent to: tomcat-users role rolename=role1/

RE: Handling requests when under load - ACCEPT and RST vs non-ACCEPT

2012-11-01 Thread Esmond Pitt
Asankha What you are looking at is TCP platform-dependent behaviour. There is a 'backlog' queue of inbound connections that have been completed by the TCP stack but not yet accepted by the application via the accept() API. This is the queue whose length is specified in the 'C' listen() method

nsapi connector 1.2.37 build fails on Solaris 9 Sparc

2012-11-01 Thread Vladimir Liapko
Hi, I am getting error during linking ld: fatal: relocations remain against allocatable but non-writable sections collect2: ld returned 1 exit status *** Error code 1 make: Fatal error: Command failed for target `nsapi_redirector.so' The server I compile on is Solaris 9, sparc. Connector