Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 54920 invoked from network); 26 Jul 2009 15:59:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 26 Jul 2009 15:59:06 -0000 Received: (qmail 52696 invoked by uid 500); 26 Jul 2009 16:00:06 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 52665 invoked by uid 500); 26 Jul 2009 16:00:06 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 52654 invoked by uid 99); 26 Jul 2009 16:00:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 26 Jul 2009 16:00:06 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of wesley.acheson@gmail.com designates 209.85.218.208 as permitted sender) Received: from [209.85.218.208] (HELO mail-bw0-f208.google.com) (209.85.218.208) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 26 Jul 2009 15:59:56 +0000 Received: by bwz4 with SMTP id 4so3090700bwz.0 for ; Sun, 26 Jul 2009 08:59:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=hSs+fwau+Kkzekwb/4WZUmOVlcnmOMsjsN4yCdBEaGI=; b=RAdJ67Xn7zDOrGbVkaJNv21EWjLRN/+RLfT9+JwIk+1LLD2Vg+MKH7IBQkxZt0/eSy KbJDlca5H/okeARAMYCjOL9rB6Fy9CPE4thixttSv8RHIF3P56Vsq2hg6D9QO7rLt+XV 5U9T3VWY2SkN9txhLia9wlLZUXJvZ08pUlcTs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=Z/e9uFrv+fanetsQ8Toia3C416k2sk72u9ahyLpBhjhn4Ff8t68pR9X1bkr9eZaFgh bWJJyNZ6P0L6poHdnwI6tFeIXjR564nPhRFfm5BXxI/glCjOuPnMwQEROLC6vfvo/gwo CDr5NCaaNAnjv8A65ut6S3+RNSXipMFYNP3JY= MIME-Version: 1.0 Received: by 10.204.120.70 with SMTP id c6mr2060797bkr.144.1248623976435; Sun, 26 Jul 2009 08:59:36 -0700 (PDT) In-Reply-To: <4A6B5B0E.9030603@cornell.edu> References: <4e6e55300907251206w1606a90xc328bbcda2db2aaa@mail.gmail.com> <4A6B5B0E.9030603@cornell.edu> Date: Sun, 26 Jul 2009 17:59:36 +0200 Message-ID: Subject: Re: Tomcat upgrade 5.5 -> 6 affecting apache server From: Wesley Acheson To: Tomcat Users List Content-Type: multipart/alternative; boundary=0016e6d460a792d200046f9decca X-Virus-Checked: Checked by ClamAV on apache.org --0016e6d460a792d200046f9decca Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit I'd probably copy and change it. see http://tomcat.apache.org/connectors-doc/generic_howto/quick.html It requrired to list the tomcat instances and what ports they listen to AJP over. On Sat, Jul 25, 2009 at 9:20 PM, David Smith wrote: > If I remember write, this file has all the mount directives for various > webapps hosted by tomcat. It might have even been auto-generated in > your tomcat 5.5 environment by the tomcat service. I would migrate the > stuff in workers.properties to their equivalent in apache httpd config > files and drop the reference from jk.conf. > > --David > > Lucas Vickers wrote: > > Hello, > > I'm on a pre-configured box (I'm learning). > > I upgraded my tomcat from 5.5 to 6, and I found that my apache server can > > not start because: > > > > /usr/local/apache/conf/jk.conf > > references > > > > JkWorkersFile /usr/local/jakarta/tomcat/conf/workers.properties > > > > which is not available in tomcat 6. > > > > what should be done in this situation? remove the reference, copy the > file > > over from my 5.5 dir? > > > > thanks! > > Lucas > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org > For additional commands, e-mail: users-help@tomcat.apache.org > > --0016e6d460a792d200046f9decca--