RE: JK2 connector binary for solaris8

2004-05-28 Thread Kommuru, Bhaskar
Matt [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 25, 2004 10:31 AM To: Tomcat Users List Subject: RE: JK2 connector binary for solaris8 Try following the instructions below, these are what I use when building the connector. cd jakarta-tomcat-connectors-jk2-2.0.4-src/jk/native2 ./configure --

RE: JK2 connector binary for solaris8

2004-05-27 Thread Kommuru, Bhaskar
Matt, Thanks for your help so far. Now i am using Mod_jk2.0.2 + Apache2.0.43 +JBoss3.2.3. It is running perfect. Now my problem is I will have to use 2 apache servers on 2 different mechines. Apach_box_1 has two tomcat/jboss (load balanceing) Apach_box_2 has two tomcat/jboss (load balanceing)

RE: JK2 connector binary for solaris8

2004-05-25 Thread Igor Galperin
uild/jk2/apache2/mod_jk2.so apache2_0_49_ld/modules > cp jakarta-tomcat-connectors-jk2-2.0.4-src/jk/build/jk2/apache2/libjkjni.so apache2_0_49_ld/modules Igor. -Original Message- From: Dale, Matt [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 25, 2004 4:31 AM To: Tomcat Users List

RE: JK2 connector binary for solaris8

2004-05-25 Thread Dale, Matt
Try following the instructions below, these are what I use when building the connector. cd jakarta-tomcat-connectors-jk2-2.0.4-src/jk/native2 ./configure --with-apxs2=/usr/local/apache2.0.49/bin/apxs --with-tomcat-41=/usr/local/jakarta-tomcat-5.0.25 \ --with-apr-lib=/usr/local/apache2.0.49/lib -