Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 95778 invoked from network); 4 Dec 2003 23:57:33 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 4 Dec 2003 23:57:33 -0000 Received: (qmail 36591 invoked by uid 500); 4 Dec 2003 23:56:59 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 36572 invoked by uid 500); 4 Dec 2003 23:56:59 -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 36559 invoked from network); 4 Dec 2003 23:56:59 -0000 Received: from unknown (HELO www.JAMMConsulting.com) (66.54.79.4) by daedalus.apache.org with SMTP; 4 Dec 2003 23:56:59 -0000 Received: from dell5100 (www.JAMMConsulting.com [127.0.0.1]) (authenticated bits=0) by www.JAMMConsulting.com (8.12.5/8.12.5) with ESMTP id hB50YjcD019924; Thu, 4 Dec 2003 18:34:46 -0600 From: "Neil Aggarwal" To: "'Tomcat-User'" Subject: Instructions for compiling JK2 connector for tomcat 5? Date: Thu, 4 Dec 2003 17:57:37 -0600 Organization: JAMM Consulting, Inc. Message-ID: <000201c3bac2$668d1690$fd01a8c0@dell5100> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.3416 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hello: Are there any instructions for compiling the JK2 connector for Tomcat 5? I am trying to do this on a RedHat 9 machine with the IBM 1.4.1 SR1 JDK. I have ant 1.5.3 installed and the ANT_HOME variable set properly. I have apache 2.0.45 installed in /usr/local/apache I have an enviroment variable JAVA_HOME that points to the java sdk Here is what I did: cd /usr/local Grabbed the jakarta-tomcat-5.0.16.tar.gz from the tomcat 5 binaries directory. tar zxf jakarta-tomcat-5.0.16.tar.gz cd /usr/local Grabbed the jakarta-tomcat-connectors-jk2-2.0.2-src.tar.gz from the connectors source directory. tar zxf jakarta-tomcat-connectors-jk2-2.0.2-src.tar.gz cd /usr/local/jakarta-tomcat-connectors-jk2-2.0.2-src/jk cp build.properties.sample build.properties vi build.properties and set these directives: tomcat5.home=/usr/local/jakarta-tomcat-5.0.16 apache2.home=/usr/local/apache ant native I get this error: file:/usr/local/jakarta-tomcat-connectors-jk2-2.0.2-src/jk/build.xml:232 : srcdir "/usr/local/jakarta-tomcat-connectors-jk2-2.0.2-src/jk/jkant/java" does not exist! Any ideas on why this does not work? Thanks, Neil -- Neil Aggarwal, JAMM Consulting, (972)612-6056, www.JAMMConsulting.com FREE! Valuable info on how your business can reduce operating costs by 17% or more in 6 months or less! => http://newsletter.JAMMConsulting.com --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org