Try to build running *.war for Tomcat as default
diff --git a/tobago-example/pom.xml b/tobago-example/pom.xml
index 4430b90..1189159 100644
--- a/tobago-example/pom.xml
+++ b/tobago-example/pom.xml
@@ -410,6 +410,9 @@
 
     <profile>
       <id>tomcat</id>
+      <activation>
+        <activeByDefault>true</activeByDefault>
+      </activation>
       <dependencies>
         <dependency>
           <groupId>org.apache.myfaces.core</groupId>