cvs commit: jakarta-tomcat-connectors/jk/native2/tomcat UnixSocket.c

2002-03-27 Thread costin
costin 02/03/27 16:10:30 Removed: jk/native2/tomcat UnixSocket.c Log: Confusing - this file was not used ( the actual impl. is part of jni/ dir ) -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: cvs commit: jakarta-tomcat-connectors/jk/native2/tomcat UnixSocket.c

2002-01-10 Thread jean-frederic clere
[EMAIL PROTECTED] wrote: > > I've also wrote the unix socket code, in the jni directory. APR is going to support unix sockets. So I will wait a little before going on ;-)) > > I'll check in my version too, and try a merge later ( I've also got the > jkservlet working with both 3.3 and 4.0, thi

Re: cvs commit: jakarta-tomcat-connectors/jk/native2/tomcat UnixSocket.c

2002-01-05 Thread cmanolache
I've also wrote the unix socket code, in the jni directory. I'll check in my version too, and try a merge later ( I've also got the jkservlet working with both 3.3 and 4.0, things look pretty good ) Costin On 5 Jan 2002 [EMAIL PROTECTED] wrote: > jfclere 02/01/05 02:03:43 > > Modified:

cvs commit: jakarta-tomcat-connectors/jk/native2/tomcat UnixSocket.c

2002-01-05 Thread jfclere
jfclere 02/01/05 02:03:43 Modified:jk/java/org/apache/jk/server JkMain.java jk/native2 build.xml Added: jk/java/org/apache/jk/common ChannelUnixSocket.java jk/native2/tomcat UnixSocket.c Log: Add code for AF_UNIX sockets. Revision Changes