Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 45127 invoked from network); 27 Jan 2011 10:27:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 27 Jan 2011 10:27:49 -0000 Received: (qmail 78010 invoked by uid 500); 27 Jan 2011 10:27:45 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 77688 invoked by uid 500); 27 Jan 2011 10:27:42 -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 77670 invoked by uid 99); 27 Jan 2011 10:27:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Jan 2011 10:27:40 +0000 X-ASF-Spam-Status: No, hits=2.5 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of mailinglists.nw@googlemail.com designates 209.85.210.173 as permitted sender) Received: from [209.85.210.173] (HELO mail-iy0-f173.google.com) (209.85.210.173) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Jan 2011 10:27:33 +0000 Received: by iye19 with SMTP id 19so1430377iye.18 for ; Thu, 27 Jan 2011 02:27:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=I3K7NWtRjL7wdtJ0oTB3xQUMfg6QcVfHK8+fg2n1los=; b=BZ9pbHhQ7Y12gghODukb508Aj5IGrVWx5Zvcw9q+aZA3MIeBvENEFi7s9FEMc9G/mz fAPYJfsHWVR7/xgNYbIYUMsFpfALWHF8wKzq3M1c2mRhCRQiDiklgDywTVrQM1hZajg+ j6Tevv1/wY5RFXHZpCXPYpmjSqbyndFbP9kMY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=Z3/bepMRedNucQOhuJrCDQtGzR71nNmPwvTnmWSW40Q4P21ZvI3vCHMb8Y7OGEkReY EIGilEur1O8zlhe2ktZvnV/Qw0RGwCcRmalQrTQXYuzO7jCnhtFAeG+iAd7J4sbMblvM S1yYiJevhBuNLY7TEG9jUNmh1YpcWtM7uO5Ik= MIME-Version: 1.0 Received: by 10.231.36.7 with SMTP id r7mr678630ibd.136.1296124031906; Thu, 27 Jan 2011 02:27:11 -0800 (PST) Received: by 10.231.190.129 with HTTP; Thu, 27 Jan 2011 02:27:11 -0800 (PST) Date: Thu, 27 Jan 2011 11:27:11 +0100 Message-ID: Subject: tomcat-juli.jar not on classpath of bootstrap.jar MANIFEST.MF anymore in Tomcat 7 From: =?ISO-8859-1?Q?Nick_Wiedenbr=FCck?= To: users@tomcat.apache.org Content-Type: multipart/alternative; boundary=00221504878f81b494049ad1647c X-Virus-Checked: Checked by ClamAV on apache.org --00221504878f81b494049ad1647c Content-Type: text/plain; charset=ISO-8859-1 Trying to start Tomcat 7 with "java -jar bootstrap.jar" doesn't work anymore, because tomcat-juli.jar is not on classpath (it was on Tomcat 6). Looks like the Class-Path in MANIFEST.MF does not contain it anymore. Is there a reason for this? It's still possible to start Tomcat by calling java -classpath "tomcat-juli.jar;bootstrap.jar" org.apache.catalina.startup.Bootstrap but that's not quite as concise. --00221504878f81b494049ad1647c--