You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by an...@apache.org on 2016/04/19 13:54:46 UTC

[13/15] incubator-tamaya git commit: Removed comment line.

Removed comment line.


Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/commit/56318ab1
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/tree/56318ab1
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/diff/56318ab1

Branch: refs/heads/master
Commit: 56318ab1721feac4aaf92a39245223a30e427275
Parents: 8852db0
Author: anatole <an...@apache.org>
Authored: Sun Apr 17 22:26:01 2016 +0200
Committer: anatole <an...@apache.org>
Committed: Tue Apr 19 13:53:44 2016 +0200

----------------------------------------------------------------------
 .../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/blob/56318ab1/modules/server/src/main/java/org/apache/tamaya/server/ConfigServiceApp.java
----------------------------------------------------------------------
diff --git a/modules/server/src/main/java/org/apache/tamaya/server/ConfigServiceApp.java b/modules/server/src/main/java/org/apache/tamaya/server/ConfigServiceApp.java
index 73944d9..22422b3 100644
--- a/modules/server/src/main/java/org/apache/tamaya/server/ConfigServiceApp.java
+++ b/modules/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());