summaryrefslogtreecommitdiff
path: root/BKUOnline/src/main/webapp
diff options
context:
space:
mode:
authorclemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2009-07-01 16:05:52 +0000
committerclemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2009-07-01 16:05:52 +0000
commitb77e6fbc55f5b927bea11adf9559d480a64f0e53 (patch)
tree787d88d8f0fdb21cab6b0140edf5acf5862c8be2 /BKUOnline/src/main/webapp
parent53e29d4b811dc9dbd888e04b5dd8205b146a4d9d (diff)
downloadmocca-b77e6fbc55f5b927bea11adf9559d480a64f0e53.tar.gz
mocca-b77e6fbc55f5b927bea11adf9559d480a64f0e53.tar.bz2
mocca-b77e6fbc55f5b927bea11adf9559d480a64f0e53.zip
include webstart by default
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@389 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'BKUOnline/src/main/webapp')
-rw-r--r--BKUOnline/src/main/webapp/WEB-INF/web.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/BKUOnline/src/main/webapp/WEB-INF/web.xml b/BKUOnline/src/main/webapp/WEB-INF/web.xml
index e41e2265..e69c64f1 100644
--- a/BKUOnline/src/main/webapp/WEB-INF/web.xml
+++ b/BKUOnline/src/main/webapp/WEB-INF/web.xml
@@ -112,6 +112,7 @@
<!-- Begin BKU Web Start Config
| (activate 'include-webstart' profile)
+ -->
<servlet>
<servlet-name>JnlpDownloadServlet</servlet-name>
<servlet-class>jnlp.sample.servlet.JnlpDownloadServlet</servlet-class>
@@ -129,7 +130,6 @@
<servlet-name>JnlpDownloadServlet</servlet-name>
<url-pattern>/webstart/*</url-pattern>
</servlet-mapping>
- |-->
<!-- End BKU Web Start Config -->