Hello,
I am trying to access the settings in the TurbineResources.properties file
from an application that is not running as a servlet.
I try to do the following:
TurbineConfig config = new
TurbineConfig("/usr/tdk-2.2/webapps/patterns/WEB-INF",
"/conf/TurbineResources.properties");
config.initialize();
Enumeration e = config.getAttributeNames();
while(e.hasMoreElements()) {
System.out.println(e.nextElement());
}
But I get no output. Any ideas about how to do this?
Ilan
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]