Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 48089200B82 for ; Sat, 17 Sep 2016 00:03:15 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 46A3B160ADC; Fri, 16 Sep 2016 22:03:15 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 940E8160AC4 for ; Sat, 17 Sep 2016 00:03:14 +0200 (CEST) Received: (qmail 83884 invoked by uid 500); 16 Sep 2016 22:03:13 -0000 Mailing-List: contact commits-help@tamaya.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tamaya.incubator.apache.org Delivered-To: mailing list commits@tamaya.incubator.apache.org Received: (qmail 83874 invoked by uid 99); 16 Sep 2016 22:03:13 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Sep 2016 22:03:13 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 6B10CC0B4C for ; Fri, 16 Sep 2016 22:03:13 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -4.646 X-Spam-Level: X-Spam-Status: No, score=-4.646 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-1.426] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id JAcuXSyxdhRe for ; Fri, 16 Sep 2016 22:03:12 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with SMTP id E77A75F242 for ; Fri, 16 Sep 2016 22:03:11 +0000 (UTC) Received: (qmail 83747 invoked by uid 99); 16 Sep 2016 22:03:11 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Sep 2016 22:03:11 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 072EFE00C4; Fri, 16 Sep 2016 22:03:11 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: plexus@apache.org To: commits@tamaya.incubator.apache.org Date: Fri, 16 Sep 2016 22:03:11 -0000 Message-Id: <68e3a92b2eef45a283e33dface1dbaa3@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [01/50] [abbrv] incubator-tamaya-extensions git commit: Removed comment line. archived-at: Fri, 16 Sep 2016 22:03:15 -0000 Repository: incubator-tamaya-extensions Updated Branches: refs/heads/master [created] 681f275e5 Removed comment line. Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/commit/60d17ad4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/tree/60d17ad4 Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/diff/60d17ad4 Branch: refs/heads/master Commit: 60d17ad4aa9d82e5e6bc8d62ad660890f9302b91 Parents: a65715f Author: anatole Authored: Sun Apr 17 22:26:01 2016 +0200 Committer: anatole Committed: Tue Apr 19 13:53:44 2016 +0200 ---------------------------------------------------------------------- server/src/main/java/org/apache/tamaya/server/ConfigServiceApp.java | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/60d17ad4/server/src/main/java/org/apache/tamaya/server/ConfigServiceApp.java ---------------------------------------------------------------------- diff --git a/server/src/main/java/org/apache/tamaya/server/ConfigServiceApp.java b/server/src/main/java/org/apache/tamaya/server/ConfigServiceApp.java index 73944d9..22422b3 100644 --- a/server/src/main/java/org/apache/tamaya/server/ConfigServiceApp.java +++ b/server/src/main/java/org/apache/tamaya/server/ConfigServiceApp.java @@ -60,7 +60,6 @@ public class ConfigServiceApp { // Define a web application context. Context context = tomcat.addWebapp(contextPath, new File( appBase).getAbsolutePath()); -// tomcat.getHost().setAppBase(appBase); // Add servlet that will register Jersey REST resources Wrapper wrapper = tomcat.addServlet(context, "jersey-container-servlet", ServletContainer.class.getName());