Re: Need help understanding support for Unix Domain Sockets in Tomcat 7.0.x

2015-09-28 Thread tomcat
On 28.09.2015 18:09, Christopher Schultz wrote: ... Not sure on this, as AJP is quite handy. Expecialy load balancing java webapps and i find mod_jk quite good at this. Remember, it's not mod_jk doing the load-balancing, it's Apache httpd. mod_jk is simply providing the channel over which th

Re: Need help understanding support for Unix Domain Sockets in Tomcat 7.0.x

2015-09-28 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Frederik, On 9/28/15 11:13 AM, Frederik Nosi wrote: > Hi, On 09/26/2015 02:04 AM, Christopher Schultz wrote: Graham, > > On 9/25/15 7:23 PM, Graham Leggett wrote: On 25 Sep 2015, at 10:33 PM, Christopher Schultz wrote: > While

Re: Need help understanding support for Unix Domain Sockets in Tomcat 7.0.x

2015-09-28 Thread Frederik Nosi
Hi, On 09/26/2015 02:04 AM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Graham, On 9/25/15 7:23 PM, Graham Leggett wrote: On 25 Sep 2015, at 10:33 PM, Christopher Schultz wrote: While I obviously agree with the sentiment, I do feel bad for the OP who has to fi

Re: Need help understanding support for Unix Domain Sockets in Tomcat 7.0.x

2015-09-25 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Graham, On 9/25/15 7:23 PM, Graham Leggett wrote: > On 25 Sep 2015, at 10:33 PM, Christopher Schultz > wrote: > >> While I obviously agree with the sentiment, I do feel bad for >> the OP who has to fight this battle. > > It is important however

Re: Need help understanding support for Unix Domain Sockets in Tomcat 7.0.x

2015-09-25 Thread Graham Leggett
On 25 Sep 2015, at 10:33 PM, Christopher Schultz wrote: > While I obviously agree with the sentiment, I do feel bad for the OP > who has to fight this battle. It is important however to clarify that this isn’t a typical scenario, lest someone cites this thread as to why they should be doing th

Re: Need help understanding support for Unix Domain Sockets in Tomcat 7.0.x

2015-09-25 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Graham, On 9/24/15 2:56 PM, Graham Leggett wrote: > On 23 Sep 2015, at 22:05, André Warnier (tomcat) > wrote: > >> - you convince whoever wrote that requirement, that an internal >> TCP connection within the same host, is no less secure than a >>

RE: Need help understanding support for Unix Domain Sockets in Tomcat 7.0.x

2015-09-25 Thread Srinivasan Raman
think from your recommendation, and that of the others that too responded to this email thread, it does not appear to be available out of the box. Thanks a lot for taking the time and trouble to clarify things... srini_ > Subject: Re: Need help understanding support for Unix Domain Sockets in

Re: Need help understanding support for Unix Domain Sockets in Tomcat 7.0.x

2015-09-24 Thread Graham Leggett
On 23 Sep 2015, at 22:05, André Warnier (tomcat) wrote: > - you convince whoever wrote that requirement, that an internal TCP > connection within the same host, is no less secure than a Unix Domain socket +1. Regards, Graham --

Re: Need help understanding support for Unix Domain Sockets in Tomcat 7.0.x

2015-09-23 Thread tomcat
give you an idea of what would be involved). Subject: Re: Need help understanding support for Unix Domain Sockets in Tomcat 7.0.x From: minf...@sharp.fm Date: Wed, 23 Sep 2015 18:11:06 +0200 To: users@tomcat.apache.org On 23 Sep 2015, at 5:55 PM, Srinivasan Raman wrote: Sorry, I should h

Re: Need help understanding support for Unix Domain Sockets in Tomcat 7.0.x

2015-09-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Srini, On 9/23/15 1:03 PM, Srinivasan Raman wrote: > Unfortunately, the data needs to be encrypted if the communication > is over TCP, even if it is to a process in the same VM. Any > alternatives that you can suggest for getting Unix domain sockets

Re: Need help understanding support for Unix Domain Sockets in Tomcat 7.0.x

2015-09-23 Thread Christopher Schultz
hris >> Subject: Re: Need help understanding support for Unix Domain >> Sockets in Tomcat 7.0.x To: users@tomcat.apache.org From: >> ch...@christopherschultz.net Date: Wed, 23 Sep 2015 10:03:07 >> -0400 >> > Srini, > > On 9/23/15 7:54 AM, Srinivasan Raman

RE: Need help understanding support for Unix Domain Sockets in Tomcat 7.0.x

2015-09-23 Thread Srinivasan Raman
Domain sockets - that's what got me interested in this. Thanks, srini_ > Subject: Re: Need help understanding support for Unix Domain Sockets in > Tomcat 7.0.x > From: minf...@sharp.fm > Date: Wed, 23 Sep 2015 18:11:06 +0200 > To: users@tomcat.apache.org > > On 23 Sep 20

Re: Need help understanding support for Unix Domain Sockets in Tomcat 7.0.x

2015-09-23 Thread Graham Leggett
On 23 Sep 2015, at 5:55 PM, Srinivasan Raman wrote: > Sorry, I should have provided more details while posting the query. > Due to a security policy that mandates that a certain type of sensitive data > flowing over a communication channel must be encrypted, we are using SSL. If > the communica

RE: Need help understanding support for Unix Domain Sockets in Tomcat 7.0.x

2015-09-23 Thread Srinivasan Raman
e data flowing over a communication channel must be encrypted, we are using SSL. If the communication channel were to be Unix Domain sockets, we do not need to encrypt the data, based on the data classification for this use-case. Thanks again, srini_ > Subject: Re: Need help understanding support

Re: Need help understanding support for Unix Domain Sockets in Tomcat 7.0.x

2015-09-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Srini, On 9/23/15 7:54 AM, Srinivasan Raman wrote: > In one use-case, for performance reasons, I wold like to explore > the option of connecting from a in-house software load balancer > running in a VM running Linux to a Tomcat instance running in t

Need help understanding support for Unix Domain Sockets in Tomcat 7.0.x

2015-09-23 Thread Srinivasan Raman
Hello folks, In one use-case, for performance reasons, I wold like to explore the option of connecting from a in-house software load balancer running in a VM running Linux to a Tomcat instance running in the same VM using Unix Domain sockets. Googling for this brought up some mention of Unix Doma