From: Rutger V. <rut...@gm...> - 2010-01-29 16:36:23
|
> We both were under the impression that all Mesquite dependencies have > now been hidden inside the WAR, so that there is no need to do > anything special about Mesquite if one wants to install TB2 on a new > server. I don't know where that impression came from. Mesquite CANNOT run from inside a war or a jar. We have a mesquite jar (managed by maven) only for compiling. At runtime that jar is useless, what you need is the class folder structure inside treebase-core/lib in a location where the webapp can find it, and that location must be specified as a java property under the key "mesquite.folder_dir", for example inside the jdbc.properties file. This situation, by the way, is exactly as it is described on the wiki page. -- Dr. Rutger A. Vos School of Biological Sciences Philip Lyle Building, Level 4 University of Reading Reading RG6 6BX United Kingdom Tel: +44 (0) 118 378 7535 http://www.nexml.org http://rutgervos.blogspot.com |