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
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 (alt
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:
My jaas.config file is
On Nov 1, 2012, at 11:32 AM, Campbell, Lance wrote:
> In a context.xml file in a 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 """?
Dan
>
>
> Thanks,
>
> Lance Campbel
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 th