Re: SSLFilter Support

2008-07-16 Thread Janardhanan Vembunarayanan
Hi Ramesh, One solution is to have separate acceptor ports for HTTP and HTTPS and let the handlers be different which will decide if it is going to use http or https. Regards, Jana On Wed, Jul 16, 2008 at 11:23 AM, Ramesh Rao [EMAIL PROTECTED] wrote: Hi, We are using MINA framework in

Thread Pools Usage

2008-05-29 Thread Janardhanan Vembunarayanan
Hi All, I am using Mina version 1.0.9 and developed a routing server. The server has IoAcceptors for each protocol it supports and uses IoConnectors to forward the request to the actual service. Each acceptor and connector uses its own thread pool. The same code is given below. I am using

Re: Problems with SSLFilter

2008-05-12 Thread Janardhanan Vembunarayanan
, Janardhanan Vembunarayanan wrote: Hi, Any updates on this issue Regards, Jana On Fri, May 9, 2008 at 11:11 PM, Janardhanan Vembunarayanan [EMAIL PROTECTED] wrote: Hi All, I have updated the bug https://issues.apache.org/jira/browse/DIRMINA-580 After adding

Re: Problems with SSLFilter

2008-05-10 Thread Janardhanan Vembunarayanan
Hi, Any updates on this issue Regards, Jana On Fri, May 9, 2008 at 11:11 PM, Janardhanan Vembunarayanan [EMAIL PROTECTED] wrote: Hi All, I have updated the bug https://issues.apache.org/jira/browse/DIRMINA-580 After adding the following line it worked. But I am not sure

Re: Problems with SSLFilter

2008-05-09 Thread Janardhanan Vembunarayanan
this post with the same issue from June 2007: http://markmail.org/message/i4p374325cwnno66. I tried using the JAR file provided by Trustin, and it worked. Not sure if this related to that JIRA bug. On May 9, 2008, at 4:00 PM, Janardhanan Vembunarayanan wrote: Hi Kyle, I am seeing SSL issues

Re: Problems with SSLFilter

2008-05-09 Thread Janardhanan Vembunarayanan
) { handshake(nextFilter); } else { decrypt(nextFilter); } Regards, Jana On Fri, May 9, 2008 at 5:33 PM, Janardhanan Vembunarayanan [EMAIL PROTECTED] wrote: Hi, I have updated the bug https://issues.apache.org/jira/browse/DIRMINA-580with the stack trace for that session