diff options
author | clemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2009-08-14 12:17:32 +0000 |
---|---|---|
committer | clemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2009-08-14 12:17:32 +0000 |
commit | aab7c6c216ec2a6f3e7b242d33c8fda774d1559e (patch) | |
tree | 4d57b78dac2c8b8d1f433c624e48d9cbf738bce3 /BKUOnline/src | |
parent | 3125332260699b8ffd28188c9038cc106c4751d6 (diff) | |
download | mocca-aab7c6c216ec2a6f3e7b242d33c8fda774d1559e.tar.gz mocca-aab7c6c216ec2a6f3e7b242d33c8fda774d1559e.tar.bz2 mocca-aab7c6c216ec2a6f3e7b242d33c8fda774d1559e.zip |
don't include BKU Web Start in default (don't activate JNLPDownloadServlet)
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@438 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'BKUOnline/src')
-rw-r--r-- | BKUOnline/src/main/webapp/WEB-INF/web.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/BKUOnline/src/main/webapp/WEB-INF/web.xml b/BKUOnline/src/main/webapp/WEB-INF/web.xml index 74622552..e454c344 100644 --- a/BKUOnline/src/main/webapp/WEB-INF/web.xml +++ b/BKUOnline/src/main/webapp/WEB-INF/web.xml @@ -103,7 +103,6 @@ <!-- Begin BKU Web Start Config | (activate 'include-webstart' profile) - --> <servlet> <servlet-name>JnlpDownloadServlet</servlet-name> <servlet-class>jnlp.sample.servlet.JnlpDownloadServlet</servlet-class> @@ -121,7 +120,7 @@ <servlet-name>JnlpDownloadServlet</servlet-name> <url-pattern>/webstart/*</url-pattern> </servlet-mapping> - + --> <!-- End BKU Web Start Config --> <servlet-mapping> |