Re: Apache Tomcat Inerconnection

2004-06-24 Thread Ashish-Kumar . Balyan
Hello David, I have followed the steps defined on the web page but still I am facing following problem when Apache and Tomcat are on two different machines. Following are the excerpts from mod_jk.log file [Wed Jun 23 17:27:49 2004] [jk_ajp_common.c (874)]: Error connecting to the Tomcat process

Apache Tomcat Inerconnection

2004-06-23 Thread Ashish-Kumar . Balyan
Hi, I need some help on Apache and TOmcat interconnectivity I have Apache1.3.19 and Tomcat4.1.24 running on two different machines. I need to run servlets. Can anyone help me on this subject. Any pointers for configuration using JK2 as I need to use loadbalancing Regads -AB -

Re: AJP13 connection problem

2004-06-23 Thread Ashish-Kumar . Balyan
|-+---> | | Ashish-Kumar| | | BALYAN/IN/ALCATE| | | [EMAIL PROTECTED] | | | | | | 06/23/2004 02:49| | |

AJP13 connection problem

2004-06-23 Thread Ashish-Kumar . Balyan
Hi, I have Apache and Tomcat running on two different SUN machines. I get following error on trying to access a servlet. Though things work fine if Tomcat and Apache are running on same machine. [Tue Jun 22 15:09:01 2004] [jk_uri_worker_map.c (460)]: Into jk_uri_worker_map_t::map_uri_to_worker

Re: Load balancing with 2xTC5, 1xIIS and jk2

2003-09-15 Thread Ashish-Kumar . Balyan
Hi, My reply was for load balancing with Apache What I mean is that there should be something similar for IIS. Regards AB |-+---> | | Mats Andersson | | | | | | | | |

Re: Load balancing with 2xTC5, 1xIIS and jk2

2003-09-15 Thread Ashish-Kumar . Balyan
Hi here is a sample workers.properties that you can use. worker.list=tomcat0, tomcat1, loadbalancer worker.tomcat0.type=ajp13 worker.tomcat0.host=localhost worker.tomcat0.port=8009 worker.tomcat0.cachesize=100 worker.tomcat0.lbfactor=100 worker.tomcat1.type=ajp13 worker.tomcat1.host=localhost wo

Compilation of mod_jk

2003-09-04 Thread Ashish-Kumar . Balyan
Hi, I am using Apache 1.3.19 with Tomcat 4.1.24 I need to do a 64 bit compilation of mod_jk . I tried to do a 32 bit compilation but there were some problems in the Makefile. I need to know following things. 1. Where to get the source code for mod_jk. 2. Detailed compilation procedures. TIA Ash