Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 34081 invoked from network); 3 Aug 2002 22:49:05 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 3 Aug 2002 22:49:05 -0000 Received: (qmail 9349 invoked by uid 97); 3 Aug 2002 22:49:15 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@jakarta.apache.org Received: (qmail 9333 invoked by uid 97); 3 Aug 2002 22:49:15 -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 9321 invoked by uid 98); 3 Aug 2002 22:49:14 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) Date: Sat, 03 Aug 2002 17:16:48 -0400 From: Trask Subject: RE: Apache 2 and Tomcat 4 In-reply-to: To: 'Tomcat Users List' Message-id: <000001c23b33$14131140$9701a8c0@proteus> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Mailer: Microsoft Outlook, Build 10.0.2627 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT Importance: Normal X-Priority: 3 (Normal) X-MSMail-priority: Normal X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Robert, Is the JAVA_HOME/conf directory the correct place to put jk2.properties file, because I do not have a conf file in my JAVA_HOME directory? Thanks Trask -----Original Message----- From: Robert L Sowders [mailto:rsowders@usgs.gov] Sent: Saturday, August 03, 2002 12:18 AM To: tomcat-user@jakarta.apache.org Subject: Re: Apache 2 and Tomcat 4 Sure thing, But it's for Tomcat 4.1.8 Install J2sdk1.4.0_01 http://java.sun.com/j2se/1.4/download.html No need to install src or demos. I chose an install path of c:\1\java, try to keep it simple. Add the java bin directory to the system PATH variable in my case it is C:\1\java\bin Add JAVA_HOME to the system variables pointing it at where you installed JSDK mine is C:\1\java Install Apache 2.0.39 http://www.apache.org/dist/httpd/binaries/win32/apache_2.0.39-win32-x86- no_ssl.msi Make a nice short path without any blank spaces for the installation. Mine is C:\1\Apache2 During installation set domain and ServerName to localhost. Install Tomcat 4.1.8 http://jakarta.apache.org/builds/jakarta-tomcat-4.0/test/v4.1.8/bin/jaka rta-tomcat-4.1.8-LE-jdk14.exe Again make sure to chose a nice short install path without any blanks in the names. Mine is C:\1\Tomcat Note: During installation you don't have select the check box for nt service. Tomcat will be started by Apache as it's needed. Set system environment variables for Tomcat home; TOMCAT_HOME= C:\1\Tomcat Install and configure mod_jk2.dll http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/nightly/w in32/ Save mod_jk2.dll to the APACHE_HOME/modules directory. In the httpd.conf file add this LoadModule statement to the beginning of the LoadModule section; LoadModule jk2_module modules/mod_jk2.dll In your APACHE_HOME/logs directory create three empty files; stdout.log stderr.log jk2.shm Drop the attached workers2.properties file into the APACHE_HOME/conf directory. (Edit paths to suit) Cut and paste the following jk2.properties file into the JAVA_HOME\conf directory (Edit paths to suit) Reboot to make all the variables active Open http://localhost/examples to test. Have fun rls >Hello All, >I am trying to find a configuration that will allow apache 2 and tomcat 4 to >talk to each other on a windows platform. Does anyone have any pointers on >where to look? >Thanks. >Stephen. -- To unsubscribe, e-mail: For additional commands, e-mail: