Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[corona-dev] CORONA_CONFIG_HOME and config.ini file.

Hi all,

 

            Glenn, you were asking about server configuration. It’s now possible to set CORONA_CONFIG_HOME variable inside config.ini file. It’s enough to define in that file following line:

CORONA_CONFIG_HOME=<your configuration directory>
 

            And this value will be taken as a configuration directory. I’ve used BundleContext.getProperty method for retrieving this value, and according to its java doc:

Returns the value of the specified property. If the key is not found in the Framework properties, the system properties are then searched.

 

            So it’s still possible to define the CORONA_CONFIG_HOME as an environment variable just please note that, environment variable will have lower priority than the one defined in config.ini file.

 

All connected with bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=165465

 

Cheers,

Piotr

The contents of this e-mail are intended for the named addressee only. It contains information that may be confidential. Unless you are the named addressee or an authorized designee, you may not copy or use it, or disclose it to anyone else. If you received it in error please notify us immediately and then destroy it.

Back to the top