You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Ryan Daly <da...@ctc.com> on 2005/03/31 22:33:11 UTC

Changing .systemPrefs location

All:

I'm running various Tomcat instances on the same system, using the same
JDK.  One problem I'm running into is:

 * One web app is running as user1
 * Another web app is running as user2
 * Both web apps use the same JDK
 * Both web apps use system preferences
 * When one web app is started, it writes .system.lock, 
   and .systemRootModFile, and won't allow the other web app to start 
   cleanly because those files are not writable.

Is there a way to tell one Tomcat instance to use /a/.systemPrefs, and
the other to use /b/.systemPrefs to avoid this deadlock?

Thanks.

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org