From: Vladimir G. <vga...@ne...> - 2010-01-29 17:33:42
|
On Jan 29, 2010, at 11:36 AM, Rutger Vos wrote: > 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. Here is a funny thing: jdbc.properties on my laptop defines mesquite.folder_dir=/home/rvosa/applications/mesquiteHeadless/ Mesquite_Folder/ (which does not exist) Despite this, mesquite appears to start and do its job when I run tests! As for the webapp, do you think there is a chance mesquite.folder_dir may hold a *relative* path, exactly to the treebase/lib directory that is created by unpacking the WAR? > This situation, by the way, is exactly as it is > described on the wiki page. That was the reason for the question -- I had a speck of hope I did not have to dig through that page ;-) --VG |