Hi all,

I'm trying to configure my Karaf instance with environment variables
as described in
https://karaf.apache.org/manual/latest/#_environment_variables_system_properties

However I cannot find how to configure a String array as required by
for instance the Felix Healthchecks when I want to configre the
tags-property in
org.apache.felix.hc.core.impl.servlet.HealthCheckExecutorServlet-default.config

Does anybody know how to configure it (for instance
["tag1","tag2","-tag3"]) using
ORG_APACHE_FELIX_HC_CORE_IMPL_SERVLET_HEALTHCHECKEXECUTORSERVLET_DEFAULT_TAGS
?


This did not work for me:

ORG_APACHE_FELIX_HC_CORE_IMPL_SERVLET_HEALTHCHECKEXECUTORSERVLET_DEFAULT_TAGS=["tag1","tag2","-tag3"]




Kind regards,
Steven

Reply via email to