Subject: adapt xml for Tomcat8
Description: use tomcat8, this impact the context descriptor
Author: Olivier Sallou <osallou@debian.org>
Last-Updated: 2014-12-15
Forwarded: No
--- a/usr/share/biomaj-watcher/bin/WatcherConfigurator.java
+++ b/usr/share/biomaj-watcher/bin/WatcherConfigurator.java
@@ -45,7 +45,8 @@
 			PrintWriter pw = new PrintWriter(biomajConf + "/BmajWatcher.xml");
 			
 			pw.println("<?xml version=\"1.0\" encoding=\"UTF-8\"?>");
-			pw.println("<Context path=\"/BmajWatcher\" docBase=\"/usr/share/java/webapps/biomaj-watcher\"  reloadable=\"false\" allowLinking=\"true\">");
+			pw.println("<Context path=\"/BmajWatcher\" docBase=\"/usr/share/java/webapps/biomaj-watcher\"  reloadable=\"false\" >");
+			pw.println("<Resources allowLinking=\"true\"/>");
 
 			pw.println("<Parameter name=\"ADMIN_LOGIN\" value=\"" + params.get("app_login") + "\" override=\"false\"/>");
 			
