Ate Douma pushed to branch feature/translations-psp1 at cms / 
hippo-project-archetype


Commits:
aca46f91 by Ate Douma at 2016-02-16T00:19:55+01:00
ARCHE-468 fix merge errors

- - - - -


1 changed file:

- src/main/resources/archetype-resources/site/src/main/webapp/WEB-INF/web.xml


Changes:

=====================================
src/main/resources/archetype-resources/site/src/main/webapp/WEB-INF/web.xml
=====================================
--- 
a/src/main/resources/archetype-resources/site/src/main/webapp/WEB-INF/web.xml
+++ 
b/src/main/resources/archetype-resources/site/src/main/webapp/WEB-INF/web.xml
@@ -100,28 +100,17 @@
     <url-pattern>/*</url-pattern>
   </filter-mapping>
 
+  <!-- HstContextLoaderListener configuring/initializing/destroying HST 
Container -->
+  <listener>
+    
<listener-class>org.hippoecm.hst.site.container.HstContextLoaderListener</listener-class>
+  </listener>
+
   <!-- Listener that dispatches http session events to ComponentManager. -->
   <listener>
     
<listener-class>org.hippoecm.hst.site.container.session.HttpSessionEventPublisher</listener-class>
   </listener>
 
   <servlet>
-    <servlet-name>HstSiteConfigServlet</servlet-name>
-    
<servlet-class>org.hippoecm.hst.site.container.HstSiteConfigServlet</servlet-class>
-    <!--
-      If 'hst-config-refresh-delay' parameter is greater than 0,
-      then the HST configuration file changes will be monitored to 
re-initialize the HST Container.
-      The value is in ms. If set to 0 or missing, the re-initialization option 
on configuration file changes is not turned on.
-      Default below is set to 3 sec
-    -->
-    <init-param>
-      <param-name>hst-config-refresh-delay</param-name>
-      <param-value>3000</param-value>
-    </init-param>
-    <load-on-startup>1</load-on-startup>
-  </servlet>
-
-  <servlet>
     <servlet-name>BinariesServlet</servlet-name>
     <servlet-class>org.hippoecm.hst.servlet.BinariesServlet</servlet-class>
   </servlet>



View it on GitLab: 
https://code.onehippo.org/cms/hippo-project-archetype/commit/aca46f91eb33d68a771d3fc985763832d829de51
_______________________________________________
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn

Reply via email to