diff options
author | clemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2009-06-25 11:59:02 +0000 |
---|---|---|
committer | clemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2009-06-25 11:59:02 +0000 |
commit | 0b932a745f42c2c54fbbdbe358dc54825495952e (patch) | |
tree | a0bcaf97e5fd1991d13f6f3d2ffbf40f4756c558 /BKUOnline/src | |
parent | d2f2d2b83fab3928e3fe76263bf0bbb7fa28e51e (diff) | |
download | mocca-0b932a745f42c2c54fbbdbe358dc54825495952e.tar.gz mocca-0b932a745f42c2c54fbbdbe358dc54825495952e.tar.bz2 mocca-0b932a745f42c2c54fbbdbe358dc54825495952e.zip |
include-webstart profile
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@373 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'BKUOnline/src')
-rw-r--r-- | BKUOnline/src/main/webapp/WEB-INF/web.xml | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/BKUOnline/src/main/webapp/WEB-INF/web.xml b/BKUOnline/src/main/webapp/WEB-INF/web.xml index eda18378..a164a384 100644 --- a/BKUOnline/src/main/webapp/WEB-INF/web.xml +++ b/BKUOnline/src/main/webapp/WEB-INF/web.xml @@ -110,9 +110,9 @@ </servlet-mapping> <!-- End STAL Config --> - <!-- Begin BKU Web Start Config - | (activate 'include-webstart' profile) --> - <!--servlet> + <!-- Begin BKU Web Start Config + | (activate 'include-webstart' profile) + <servlet> <servlet-name>JnlpDownloadServlet</servlet-name> <servlet-class>jnlp.sample.servlet.JnlpDownloadServlet</servlet-class> <init-param> @@ -128,7 +128,9 @@ <servlet-mapping> <servlet-name>JnlpDownloadServlet</servlet-name> <url-pattern>/webstart/*</url-pattern> - </servlet-mapping--> + </servlet-mapping> + |--> + <!-- End BKU Web Start Config --> <welcome-file-list> |