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