You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2018/05/16 13:12:50 UTC

[myfaces-tobago] branch master updated: use in TomEE the same context path "ROOT" as in Jetty

This is an automated email from the ASF dual-hosted git repository.

lofwyr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/master by this push:
     new 86d747a  use in TomEE the same context path "ROOT" as in Jetty
86d747a is described below

commit 86d747abe0f8068f20d81a41aa3fc969662847ed
Author: Udo Schnurpfeil <lo...@apache.org>
AuthorDate: Wed May 16 15:12:41 2018 +0200

    use in TomEE the same context path "ROOT" as in Jetty
---
 tobago-example/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tobago-example/pom.xml b/tobago-example/pom.xml
index e4daa78..1b72dd8 100644
--- a/tobago-example/pom.xml
+++ b/tobago-example/pom.xml
@@ -71,6 +71,7 @@
           <tomeeVersion>1.7.4</tomeeVersion>
           <tomeeClassifier>plus</tomeeClassifier>
           <!--<tomeeHttpPort>9090</tomeeHttpPort>-->
+          <context>ROOT</context>
           <!--<context>/demo</context>-->
           <config>${project.basedir}/src/test/tomee/conf</config>
         </configuration>

-- 
To stop receiving notification emails like this one, please contact
lofwyr@apache.org.