diff options
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> | 
