summaryrefslogtreecommitdiffstats
path: root/WebContent/WEB-INF/web.xml
diff options
context:
space:
mode:
Diffstat (limited to 'WebContent/WEB-INF/web.xml')
-rw-r--r--WebContent/WEB-INF/web.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/WebContent/WEB-INF/web.xml b/WebContent/WEB-INF/web.xml
index d2efa61f31..3a59bc005a 100644
--- a/WebContent/WEB-INF/web.xml
+++ b/WebContent/WEB-INF/web.xml
@@ -341,6 +341,14 @@
<param-value>com.itmill.toolkit.demo.WindowedDemos</param-value>
</init-param>
</servlet>
+ <servlet>
+ <servlet-name>ApplicationDemo</servlet-name>
+ <servlet-class>com.itmill.toolkit.terminal.gwt.server.ApplicationServlet</servlet-class>
+ <init-param>
+ <param-name>application</param-name>
+ <param-value>com.itmill.toolkit.demo.ApplicationDemo</param-value>
+ </init-param>
+ </servlet>
<servlet-mapping>
<servlet-name>DemoTestBench</servlet-name>
@@ -502,6 +510,10 @@
<servlet-name>WindowedDemos</servlet-name>
<url-pattern>/WindowedDemos/*</url-pattern>
</servlet-mapping>
+ <servlet-mapping>
+ <servlet-name>ApplicationDemo</servlet-name>
+ <url-pattern>/ApplicationDemo/*</url-pattern>
+ </servlet-mapping>
<welcome-file-list>
<welcome-file>index.jsp</welcome-file>