Hi, I have multiple spring applications hosted on tomcat7 which uses jackrabbit as a content repository, the apps content is not related to each other. Which is the best option to access jackrabbit in terms of resources utilization (memory and cpu), safety (repository data corruption or slow down) and performance :
1. Access a single repository using a shared tomcat resource 2. Access a single repository remotely using RMI 3. Access separate repository for each app directly as a spring bean Those apps are developed in house so monitoring for correct memory usage and profiling is also a requirement, so which option better suits my requirements. -- *BR, Yusuf * <http://www.gso.org.sa>
