From: Michael W. <wes...@ja...> - 2025-07-23 08:01:23
|
Hi Tony, Okay. Let's first find EXIST_HOME by finding where the conf.xml file is. find /usr/local -name conf.xml If /usr/local is EXIST_HOME, then run.sh will be in /usr/local/bin along with all of the other eXist executables. This conf.xml file will then specify where the data directory is: <db-connection cacheSize="256M" checkMaxCacheSize="true" collectionCache="64M" database="native" files="*webapp/WEB-INF/data*" pageSize="4096" nodesBuffer="1000" cacheShrinkThreshold="10000" doc-ids="default" minDiskSpace="128M"> [Emphasis added] You could also search for run.sh the same way: find /usr/local -name run.sh Once we know where the executables are, let's go from there. Take care. > On Linux and installed from the installer jar. I don't have 'run.sh', -- Michael Westbay Writer/System Administrator http://www.japanesebaseball.com/ |