Hi!
If I've to use a .properties file and I'd like to have it in my apps. conf folder, how may I get hold of the file path of the file to read it with the Properties class' load method?
How can I've something like this in my application configuration?
<Properties>
<Property>
<Name>ConfigDir</Name>
<Value>${com.wowza.wms.ConfigHome}\settings.proper ties</Value>
</Property>
</Properties>
Thanks,
Attila


Reply With Quote