Re: mod_jk2 doesn't create jk2.socket

2004-01-12 Thread Faine, Mark
"PS - My preferred way of dealing with Solaris installs has been to get gcc up and running, and then build everything else from source. This can be a pain on a slow box . . . building the latest version of gcc and perl take a while. However, in the end I think the effort is worth it. Check to see

Re: mod_jk2 doesn't create jk2.socket

2004-01-09 Thread Mark Eggers
Mark, It should be more or less the same. You probably can get away with not setting the environment variables if you've installed the libraries in their usual places (/usr/local or /opt). The --with-apxs2=/bin/apxs should take care of finding the proper libapr. If you've installed one of the S

mod_jk2 doesn't create jk2.socket

2004-01-09 Thread Faine, Mark
This looks like you are running on Linux . . . Or at least I've seen the same behavior on Linux as you're seeing here. It also looks like you're trying UNIX sockets as opposed to IP sockets. I've had some success doing this on the following environment. Fedora Core 1 2.4.22-1.2138.nptl Java 1.4.

Re: mod_jk2 doesn't create jk2.socket

2004-01-09 Thread Mark Eggers
This looks like you are running on Linux . . . Or at least I've seen the same behavior on Linux as you're seeing here. It also looks like you're trying UNIX sockets as opposed to IP sockets. I've had some success doing this on the following environment. Fedora Core 1 2.4.22-1.2138.nptl Java 1.4.

mod_jk2 doesn't create jk2.socket

2004-01-09 Thread Faine, Mark
I think I've discovered the real source of the problem but I don't understand how to fix it. Here is the output form catalina.out: Exception during startup processing java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at su

mod_jk2 doesn't create jk2.socket

2004-01-09 Thread Faine, Mark
Thought I'd post some additional information that may be helpful: Apache Error Logs: [Fri Jan 09 09:32:43 2004] [error] channelUn.connect() connect failed 2 No such file or directory [Fri Jan 09 09:32:43 2004] [error] ajp13.connect() failed ajp13:/usr/local/tomcat/work/jk2.socket [Fri Jan 09 09

mod_jk2 doesn't create jk2.socket

2004-01-09 Thread Faine, Mark
Apache 2.0.48 Tomcat 4.1.27 mod_jk2 2.0.2 Everything is built and configured but there is no jk2.socket being created. I'm not sure exactly which process (apache or tomcat ) should be creating the socket? I can post my config files if it would help but I'm hoping there is a simple solution. Th