Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 43452 invoked by uid 500); 4 Oct 2001 00:50:30 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk Reply-To: tomcat-user@jakarta.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 43441 invoked from network); 4 Oct 2001 00:50:30 -0000 Message-ID: <003501c14c6e$b6e50360$2d5b900a@jacobpc> From: "=?utf-8?Q?Jacob_FanChiang_\=28=E8=8C=83=E5=A7=9C\=29?=" To: , References: Subject: Re: Using mod_jk with Apache-Tomcat Date: Thu, 4 Oct 2001 08:51:13 +0800 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-Mimeole: Produced By Microsoft MimeOLE V5.50.4522.1200 X-scanner: scanned by Inflex 1.0.7 - (http://pldaniels.com/inflex/) X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Don't use the "include". Add these in the end of httpd.conf LoadModule jk_module lib/modules/mod_jk.so AddModule mod_jk.c JkWorkersFile /disk1/tomcat/conf/jk/workers.properties JkLogFile /disk1/tomcat/logs/mod_jk.log JkLogLevel error JkMount /*.jsp ajp13 AllowOverride None deny from all AllowOverride None deny from all And modify the workers.properties three lines. workers.tomcat_home=/opt/tomcat workers.java_home=/opt/java1.2 ps=/ (\ for windows) change the path for yours. Jacob FanChiang Assoiciate Researcher Customer Care and Billing System Dept. Telecommunication Laboratories Chunghwa Telecom Co., Ltd. Tel: +886 2 3707 1098 Fax +886 2 2325 5844 Email: jacob@cht.com.tw ----- Original Message ----- From: "Nathan Pfrimmer" To: Sent: Wednesday, October 03, 2001 9:23 PM Subject: Using mod_jk with Apache-Tomcat > I don't think my Apache-Tomcat connection is working. > > If I add the line: > Include "d:\jakarta-tomcat-3.2.3\conf\tomcat.conf" > > to the Apache/conf/httpd.conf file (as directed by the documentation), and > then try to start the Apache server I get an error pop-up box: > > "Microsoft Management Console - Could not start the Apache service on Local > Computer. The service did not return an error. This could be an internal > Windows error or an internal service error. If the problem persists, > contact your system administrator." > > Platform: > Windows 2000 > Apache 1.3 > Tomcat 3.2.3 > > Nathan Pfrimmer > Co-op Student > Professional Services, Central Europe > Open Text Corporation > Munich, Germany >