Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 28481 invoked from network); 28 Jan 2003 18:55:55 -0000 Received: from exchange.sun.com (192.18.33.10) by 208.185.179.12 with SMTP; 28 Jan 2003 18:55:55 -0000 Received: (qmail 14704 invoked by uid 97); 28 Jan 2003 18:55:40 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@jakarta.apache.org Received: (qmail 14688 invoked by uid 97); 28 Jan 2003 18:55:39 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 14676 invoked by uid 98); 28 Jan 2003 18:55:39 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) Message-ID: <20030128185354.75642.qmail@web10806.mail.yahoo.com> Date: Tue, 28 Jan 2003 10:53:54 -0800 (PST) From: vivek karkun Subject: RE: tomcat mod_jk issue To: Tomcat Users List In-Reply-To: <236962C89F82D511BB330090279CC7DD04CF62B6@xboi07.boi.hp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: 208.185.179.12 1.6.2 0/1000/N cool cool, that actually worked, i have been racking my brains for the past 24 hrs on this issue and wow dodnt knwo it was so easy. once again thank you --- "PELOQUIN,JEFFREY (HP-Boise,ex1)" wrote: > try changing > worker.ajp13.host=www.mytest.com > > to > worker.ajp13.host=localhost > > sometimes this helps, sometimes it doesn't > > -----Original Message----- > From: vivek karkun [mailto:vivi74@rocketmail.com] > Sent: Tuesday, January 28, 2003 11:19 AM > To: tomcat-user@jakarta.apache.org > Subject: tomcat mod_jk issue > > > Hello everyone, > > I am having a problem with stronghold(apache 1.3) > and > tomcat 4.1.18 using the mod_jk module on solaris 8. > Here are the modification i did to folowing > configuration files. Any help would be appreciated. > > httpd.conf: > > LoadModule jk_module > modules/libexec/mod_jk-1.3-eapi.so > AddModule mod_jk.c > > > JkWorkersFile > /opt/jakarta-tomcat-4.1.18/conf/workers.properties > JkLogFile > /main/webRoot/stronghold/logs/mod_jk.log > JkLogLevel info > JkLogStampFormat "[%a %b %d %H:%M:%S %Y] " > JkMount /*.jsp ajp13 > JkMount /*/servlet/ ajp13 > > > > workers.properties: > > workers.tomcat_home=/opt/jakarta-tomcat-4.1.18 > workers.java_home=/opt/j2sdk1.4.1_01 > ps=/ > worker.list=ajp13 > > worker.ajp13.port=8009 > worker.ajp13.host=www.mytest.com > worker.ajp13.type=ajp13 > > Here are the following log files > > mod_jk.log: > > [Mon Jan 27 16:57:51 2003] [jk_ajp_common.c (874)]: > Error connecting to the Tomcat process. > [Mon Jan 27 16:57:51 2003] [jk_ajp_common.c > (1190)]: > sending request to tomcat failed in send loop. err=2 > [Mon Jan 27 16:57:51 2003] [jk_ajp_common.c > (1198)]: > Error connecting to tomcat. Tomcat is probably not > started > or is listenning on the wrong port. Failed errno = > 145 > > server.xml: > > i enabled the the ajp1.3 protocol for mod_jk module, > and i changed all localhost settings to > www.mytest.com > > > Also when i see the ports, 8009 is running, i dont > know why apache wouldnt talk to tomcat. The amazing > part is everything works if i access the site > thorugh > tomcat alone(http://www.mytest.com:8080/index.jsp), > but nothing shows up using > (http://www.mytest.com/index.jsp) > > Am i missing anything here. Thanks in advance for > any > help > > vic > > __________________________________________________ > Do you Yahoo!? > Yahoo! Mail Plus - Powerful. Affordable. Sign up > now. > http://mailplus.yahoo.com > > -- > To unsubscribe, e-mail: > > For additional commands, e-mail: > > > -- > To unsubscribe, e-mail: > > For additional commands, e-mail: > > __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com -- To unsubscribe, e-mail: For additional commands, e-mail: