Skip to content

Commit

Permalink
wicket to deployment mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
1azyman committed May 19, 2014
1 parent 758bbf4 commit 6fefcbe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gui/admin-gui/src/main/webapp/WEB-INF/web.xml
Expand Up @@ -71,8 +71,8 @@
<filter-class>org.apache.wicket.protocol.http.WicketFilter</filter-class>
<init-param>
<param-name>configuration</param-name>
<param-value>development</param-value>
<!--<param-value>deployment</param-value>-->
<!--<param-value>development</param-value>-->
<param-value>deployment</param-value>
</init-param>
<init-param>
<param-name>applicationBean</param-name>
Expand Down Expand Up @@ -117,7 +117,7 @@
<!--<init-param>-->
<!--<param-name>configuration</param-name>-->
<!--<param-value>development</param-value>-->
<!--&lt;!&ndash;<param-value>deployment</param-value>&ndash;&gt;-->
<!--<!--<param-value>deployment</param-value>-->-->
<!--</init-param>-->
<!--<init-param>-->
<!--<param-name>applicationBean</param-name>-->
Expand Down Expand Up @@ -152,7 +152,7 @@
<!--<param-value>org.apache.wicket.atmosphere.TrackMessageSizeFilter</param-value>-->
<!--</init-param>-->
<!--<load-on-startup>1</load-on-startup>-->
<!--&lt;!&ndash;<async-supported>true</async-supported> supported in servlet 3.0 (tomcat 7) &ndash;&gt;-->
<!--<!--<async-supported>true</async-supported> supported in servlet 3.0 (tomcat 7) -->-->
<!--</servlet>-->
<!--<servlet-mapping>-->
<!--<servlet-name>Atmospherefilter</servlet-name>-->
Expand Down

0 comments on commit 6fefcbe

Please sign in to comment.