Mikolaj Rydzewski wrote:
David kerber wrote:
-DmyApp.configFileName="e:\TomcatClients\myApp\myApp.properties"

Then my webapp can read the filename using a System.getProperty() call.
System properties are at JVM level, so it is quite possible to have two webapps which will use common property names.

Not if I'm careful when writing the apps and naming their properties files. Definitely could be a consideration, though, depending on the environment they're running in.

D



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to