Re: Unix socket communications on Tomcat 5.5

2005-11-06 Thread Nikola Milutinovic
Bill Barker wrote: Currently mod_jk doesn't support unix sockets (ditto for mod_proxy_ajp :). To use unix sockets currently, you must use (the currently unsupported) mod_jk2. However, there is some intial support for them in the new APR Connector. It's not complete (and so not usable :), bu

Re: Unix socket communications on Tomcat 5.5

2005-11-06 Thread Oliver Hookins
Bill Barker wrote: "Oliver Hookins" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Richard Mixon wrote: Oliver, Unless you have a special reason to use mod_jk2, you should probably be using mod_jk instead. See: http://tomcat.apache.org/connectors-doc/news/20041100.html#2004111

Re: Unix socket communications on Tomcat 5.5

2005-11-06 Thread Bill Barker
"Oliver Hookins" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Richard Mixon wrote: >> Oliver, >> >> Unless you have a special reason to use mod_jk2, you should probably be >> using mod_jk instead. See: >> http://tomcat.apache.org/connectors-doc/news/20041100.html#20041115.1 >>

Re: Unix socket communications on Tomcat 5.5

2005-11-04 Thread Pau Garcia i Quiles
Quoting Nikola Milutinovic <[EMAIL PROTECTED]>: Talking about JNI, Unix and Java, what about this? http://freshmeat.net/projects/nl.hen.ictjavapackage/ It may be useful. It has versions for Linux and Solaris and I do know the author would be pleased to provide the source code. Oliver Hookins

Re: Unix socket communications on Tomcat 5.5

2005-11-04 Thread Nikola Milutinovic
Oliver Hookins wrote: I've been trying to find some decent documentation on setting up Tomcat to communicate with mod_jk2 and Apache over unix sockets. So far what I've found suggests I only need to alter jk2.properties with details of the socket, and workers2.properties with the same details.

Re: Unix socket communications on Tomcat 5.5

2005-11-03 Thread Oliver Hookins
Richard Mixon wrote: Oliver, Unless you have a special reason to use mod_jk2, you should probably be using mod_jk instead. See: http://tomcat.apache.org/connectors-doc/news/20041100.html#20041115.1 The mod_jk documentation for 5.5. is here:: http://tomcat.apache.org/connectors-doc/ Now, if

RE: Unix socket communications on Tomcat 5.5

2005-11-03 Thread Richard Mixon
Oliver, Unless you have a special reason to use mod_jk2, you should probably be using mod_jk instead. See: http://tomcat.apache.org/connectors-doc/news/20041100.html#20041115.1 The mod_jk documentation for 5.5. is here:: http://tomcat.apache.org/connectors-doc/ Now, if you really need to sta