Hi all,
We're looking into running multiple instances of Tomcat from the same copy of the code base. Our current setup is using a Root.xml context setting to load our application from an outside directory rather than from webapps or a war file, for example /build. What I'd like to do is start both instances using the same directory but I'm not sure if any file locking may cause performance issue or even bugs. Especially with regard to properties files and spring configuartion files. Does anyone have any advice on this?