Return-Path: X-Original-To: apmail-tomcat-users-archive@www.apache.org Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C3C9611F35 for ; Sat, 30 Aug 2014 13:34:22 +0000 (UTC) Received: (qmail 20958 invoked by uid 500); 30 Aug 2014 13:34:17 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 20875 invoked by uid 500); 30 Aug 2014 13:34:17 -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 20862 invoked by uid 99); 30 Aug 2014 13:34:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 30 Aug 2014 13:34:17 +0000 X-ASF-Spam-Status: No, hits=1.7 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of skov555@gmail.com designates 74.125.82.51 as permitted sender) Received: from [74.125.82.51] (HELO mail-wg0-f51.google.com) (74.125.82.51) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 30 Aug 2014 13:33:52 +0000 Received: by mail-wg0-f51.google.com with SMTP id l18so3317904wgh.10 for ; Sat, 30 Aug 2014 06:33:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=nqqTjGn5XZU7PspuXs0Q13zcmBsyQolvychQUQ8hMd8=; b=R+Vknqd0LlEbXev4XvZ6EQwwzqDrJUBo6ANU/xoX/t9DQIMhyJ0k/+jxGjHZ2PmARI jPfZtoGt6qq0vCq/iBqZwzjYsAUTVzy8yIj3BFSmUnf0U+/6azDCRqqkREEilSH5zxHE gNk9Hojq1+IjJqoxZA8PElhKOlwsCKs7s2GtkAEjnhUJLBQKVk+9ahOMrODA5KJ8sfP+ ZEt8OmCQePbdwEM8BgkZdzz9rDHou7rcCxRdHsIg6+yUY3y7XKzdiWHIKnbHjW3w7WQN bZXlwU2Ap9xqQX+7MgSB6C3YKcu7g5L+cJ4jgL6KgM4PSBytc0sQRiL+RaUF7yfl+ykT TQtQ== MIME-Version: 1.0 X-Received: by 10.180.38.114 with SMTP id f18mr3064332wik.24.1409405631521; Sat, 30 Aug 2014 06:33:51 -0700 (PDT) Received: by 10.194.89.36 with HTTP; Sat, 30 Aug 2014 06:33:51 -0700 (PDT) In-Reply-To: References: Date: Sat, 30 Aug 2014 09:33:51 -0400 Message-ID: Subject: Re: can't make external lib jars loaded with Resources in tomcat 8 From: Sergei Kovalev To: Tomcat Users List Content-Type: multipart/alternative; boundary=e89a8f6439c602e81d0501d8d2d0 X-Virus-Checked: Checked by ClamAV on apache.org --e89a8f6439c602e81d0501d8d2d0 Content-Type: text/plain; charset=UTF-8 Got it working, I changed root.xml to ROOT.xml and it fixed it. Those little mistakes make us work ) Thanks On Sat, Aug 30, 2014 at 8:32 AM, Daniel Mikusa wrote: > On Aug 29, 2014 4:56 PM, "Sergei Kovalev" wrote: > > > > Can anybody provide working example how to externalize libs for > application > > under tomcat 8? > > I have done below but it does not work, libs not getting loaded. > > > > > > > > > base="C:\Projects\tomcat\apache-tomcat-8.0.11\hostlibs\myhost" > > className="org.apache.catalina.webresources.DirResourceSet" > > webAppMount="/WEB-INF/lib"/> > > > > > > This looks ok at first glance. > > I haven't used it on Windows though. Have you tried using forward slashes > in the path? What about doubling up the backslashes? > > Dan > > > > > > > Thanks > --e89a8f6439c602e81d0501d8d2d0--