[med-svn] r5748 - trunk/packages/biomaj/trunk/debian

olivier sallou osallou-guest at alioth.debian.org
Sat Jan 29 16:45:23 UTC 2011


Author: osallou-guest
Date: 2011-01-29 16:45:22 +0000 (Sat, 29 Jan 2011)
New Revision: 5748

Modified:
   trunk/packages/biomaj/trunk/debian/biomaj-watcher.postinst
Log:
set biomaj jar in tomcat shared libs

Modified: trunk/packages/biomaj/trunk/debian/biomaj-watcher.postinst
===================================================================
--- trunk/packages/biomaj/trunk/debian/biomaj-watcher.postinst	2011-01-29 16:32:01 UTC (rev 5747)
+++ trunk/packages/biomaj/trunk/debian/biomaj-watcher.postinst	2011-01-29 16:45:22 UTC (rev 5748)
@@ -37,7 +37,7 @@
 java -cp $biomajwatcher_root/bin WatcherConfigurator bmajroot:=$bmajroot bmajconf:=$bmajconf use_ldap:=$use_ldap ldap_host:=$ldap_host ldap_dn:=$ldap_dn opt_filter:=$opt_filter app_login:=$app_login app_passwd:=$app_passwd
 
 mkdir -p /usr/share/java/webapps/biomaj-watcher/WEB-INF/lib
-cp /usr/share/biomaj/lib/biomaj.jar /usr/share/java/webapps/biomaj-watcher/WEB-INF/lib
+cp /usr/share/biomaj/lib/biomaj.jar /var/lib/tomcat6/shared/
 
 cp /etc/biomaj-watcher/BmajWatcher*.xml /var/lib/tomcat6/conf/Catalina/localhost/
 




More information about the debian-med-commit mailing list