Hello,Could any one guide me to read OSGI configuration in java.I have created OSGI:config under app\config folder and name is 'xx.yy.zz', I have add property as "myipaddress = XXXXX"Now I try to get the this config in the servlet. I tried like below @Reference private ConfigurationAdmin confi...