Hi Chris,
I did not get much in terms of reference, but here goes:
1.http://tomcat.apache.org/tomcat-7.0-doc/apr.html
Tomcat can use the Apache Portable Runtime to provide superior scalability,
performance, and better integration with native server technologies. The Apache
Portable Runtime is a highly portable library that is at the heart of Apache
HTTP Server 2.x. APR has many uses, including access to advanced IO
functionality (such as sendfile, epoll and OpenSSL), OS level functionality
(random number generation, system status etc), and native process handling
(shared memory, NT pipes and Unix sockets).
I assumed Unix sockets meant Unix domain sockets, but looks like that might not
be the right assumption.
2.https://tomcat.apache.org/connectors-doc-archive/jk2/jk2/configwebex.html
This page, in the section titled "/example using AF_UNIX socket", there is a
sample configuration that appeared like the configuration of a Tomcat instance
to enable it to communicate with an Apache instance over Unix domain sockets.
However, as this page is an archived page, it is likely this is old
functionality that might have been supported earlier, but no longer.
Anyways, I 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
> Tomcat 7.0.x
> To: users@tomcat.apache.org
> From: ch...@christopherschultz.net
> Date: Wed, 23 Sep 2015 15:28:04 -0400
>
> -----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
> > to work with Tomcat? I did come across mention of a connector, JK,
> > that mentions Unix Domain sockets - that's what got me interested
> > in this.
>
> Reference?
>
> The only thing I could find was the link I posted earlier where markt
> said "no you can't do that".
>
> - -chris
> -----BEGIN PGP SIGNATURE-----
> Comment: GPGTools - http://gpgtools.org
>
> iQIcBAEBCAAGBQJWAv1EAAoJEBzwKT+lPKRYSmoP/2eT39dBHcd9xBcDJ7XgV78g
> p/724e6cEeuzLozjf6belOPtnvS9W1JTznU/vQdY1ZbD6TTqy1kXsSV5U7m5I2v7
> GPZuPXswMsdgy1i2GvempMYhkQgOw39jGjHxoHIkyTga/eING3NOy5FH/JPjDVom
> iV64JFm06150lpKuXfS7cQj1mFb4ib0zmVw+t3e9VwSGQVO5tFZ0a7+ldBsLikg/
> P3fLFPOBZbD9TEUWaSlz/ArDvPjAO8NUoZK/Tz9PzHDWMdBgQEUBSfSka9mQ6BJv
> ggLqXxjCgfUEj8h+rWYe7Q6aPdrT6epMYbuhIslmPn02AUGuKfY4Ser+Io9tV74w
> +kHjap8gHdddQjzl5pPPWoc/BQkZhAa8jEvsNzYcZsNjtIJ6FoTjLofWfdwq+2lP
> XJuXr1EerC+hW5eG5lo/nGEZgzSW17nmsk7hrYXZBNb5GYLjGjATTDWuPzhICInC
> /RAO5qME3PtazFpHeHeNQnFVAM/mko6+b3DpognestCv+dGv8x8WY8sDWrJL3UNE
> VV6cM3ODSQMtqtjezw245ZBe1KivjW4enAa0ZYQexM069MI0eXeruTFjkt4fX4/Z
> 1l24xDBbDo2Cmv9KuSc/+DOgxizLXNmq2UaMffBcu+3T7MAg9bvarJdH90Jq1cPP
> DhrwRiHXgFeaTA/39qbn
> =tC8V
> -----END PGP SIGNATURE-----
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>