On Sun, 30 Sep 2001, Justin Erenkrantz wrote: > On Mon, Oct 01, 2001 at 01:49:20AM -0700, [EMAIL PROTECTED] wrote: > > I think option 2 ( in-process ) is what mod_jk is doing - the code has > > been written and used quite a bit in the last year. It didn't got all the > > attention that Ajp got, because it doesn't work with Apache1.3, only > > with IIS and NES and Apache2 ( and AolServer ). > > I had a feeling you did this with other servers - just not with httpd. > With Apache 2.0? Eh, how? -- justin
Well, I had it working for a while, now it crashes with some VMs. It's a tricky thing - usually the signals are the biggest problem, java is very sensitive. Nothing special - just compile jk with support for jni worker, and follow the instructions. You may need to set LD_LIBRARY_PATH to include all the .so from java, and you may have problems with some VMs - JDK1.2.2 seems the easiest to get working, and surprisingly 1.4 worked also fine ( I'm talking about Linux versions here ). It's tricky, but I think it's worth it. Costin