Hi JB,
thank you very much for your quick answer to my questions

I have 3 questions about configuration files in karaf 2.3.3.
I have a bundle which includes a xml. The xml depend on 2 environment
variables, as below

*                       <list>
                                <value>
                                        
classpath:${project.env}.ems.topic1.properties
                                </value>
                                <value>
                                        
classpath:${project.env}.ems.topic2.properties
                                </value>
                        </list>*

I configured the 2 key-values in the system.properties file under the folder
etc. It works fine.

*But, I hope I can configure them to my own properties file, What should I
do?*


Actually I tried to configure the key-values in the custom.properties under
folder etc, it didn't work.
So what is use of the custom.properties?

*My last question is about the config commands. Actually there is a set of
config commands to add/delete/append/update configurations. I want to add a
new config file for my bundle, do you know how to bind the configuration
file to the specific bundle and how to get the values from the configuration
file in java class?*





--
View this message in context: 
http://karaf.922171.n3.nabble.com/Karaf-2-3-3-configuration-files-questions-tp4031040.html
Sent from the Karaf - User mailing list archive at Nabble.com.

Reply via email to