Re: Tomcat and HTTPD on the same box: What's the best mod_jk2 protocol?

2004-05-16 Thread Andrew Clute
/httpd/modules cd ../../build cd jk2/ cd apache2/ cp *.so /etc/httpd/modules/ On Friday 14 May 2004 16:43, Chong Yu Meng wrote: Hi Andrew ! Clute, Andrew wrote: If it is channelUnix, I just now need to figure out this crazy 'undefined symbols: apr_md5_final' error. I wrote a document for compiling

Re: Tomcat and HTTPD on the same box: What's the best mod_jk2 protocol?

2004-05-15 Thread Andrew Clute
.3 = /usr/lib/libk5crypto.so.3 (0x0025a000) libz.so.1 = /usr/lib/libz.so.1 (0x0027c000) Or something similar. Do you see this ? Regards, pascal chong Andrew Clute wrote: I originally used the RPM's I found somewhere, but I didn't see the libjkjni.so in it, so I built from source then. On May 14

Re: Tomcat and HTTPD on the same box: What's the best mod_jk2 protocol?

2004-05-15 Thread Andrew Clute
substitute your JAVA_HOME in with-java-home Ok, I gotta go open the fridge or something. Tell me how it goes. How hot is it where you are ? Regards, pascal chong Andrew Clute wrote: Sounds like we are on to something I used the following for my configure: ./configure --with-apxs2=/usr/sbin

Re: Tomcat and HTTPD on the same box: What's the best mod_jk2 protocol?

2004-05-15 Thread Andrew Clute
] downloads]# cd jakarta-tomcat-connectors-jk2-2.0.4-src/jk/build/jk2/apache2 [EMAIL PROTECTED] apache2]# /usr/sbin/apxs -n jk2 -i mod_jk2.so You should not need libaprutil sources, I don't think. I never had to download them. Regards, pascal chong Andrew Clute wrote: Not hot here at all in Ohio

Re: Tomcat and HTTPD on the same box: What's the best mod_jk2 protocol?

2004-05-15 Thread Andrew Clute
On May 15, 2004, at 1:50 PM, Chong Yu Meng wrote: Andrew Clute wrote: /usr/sbin/apxs exist -- as I have used it to do the second statement you talked about. Although I am not sure how running apxs against mod_jk2.so will change libjkjni.so Err, it won't. Just reminding you that you have to run

Re: Tomcat and HTTPD on the same box: What's the best mod_jk2 protocol?

2004-05-14 Thread Andrew Clute
I originally used the RPM's I found somewhere, but I didn't see the libjkjni.so in it, so I built from source then. On May 14, 2004, at 11:35 PM, Chong Yu Meng wrote: Are you using mod_jk2 binaries (RPM packages) or source ? Clute, Andrew wrote: Yeah, I have the file: [EMAIL PROTECTED] /]# find

Disable Coyote Connector at runtime?

2004-03-19 Thread Andrew Clute
Is there a way to turn off one of the Coyote connectors (specifically the port 8009 one) at runtime? What I am trying to accomplish is that I have a collection of JBoss servers (with integrated Tomcat) that are clustered together using mod_jk as the load balancer. Every once in awhile I want