Hello everyone. I'm using apache jackrabbit-stanalone-2.12.1 I'm starting and stopping it according to instruction on http://jackrabbit.apache.org/jcr/standalone-server.html with parameters -c repository.xml -r data. So I noticed that it creates new 56 jar files (Jetty-***.jar) under './data/tmp/lib' folder each time it starts, and doesn't clean this folder after shutdown. As written in documentation I should stop jackrabbit standalone server before producing repository dump, so the size of repository increases very fast in case of frequent dumps.
What should I do to avoid this? Is it safe to clean './data/tmp/lib' folder after each jackrabbit shutdown? Is it possible to specify some variables in config (repository.xml) to clean this folder after stopping jackrabbit and if it is possible how to do this? -- View this message in context: http://jackrabbit.510166.n4.nabble.com/Apache-Jackrabbit-Standalone-and-temporary-files-tp4664167.html Sent from the Jackrabbit - Users mailing list archive at Nabble.com.
