是否可以通过java服务器Faces层上的faces-config.xml读取Websphere Liberty bootstrap.properties?
我的应用程序正在faces-config上静态地填充几个变量,但是我们想使用Liberty属性中的外部文件来修改这些变量,并在faces-config.xml上使用它们,如下例所示,但是当Web应用程序正在运行时,变量未呈现:
bootstrap.properties:
bootstrap.csc.ds.serverproviders=PRODUCTION 9.4;https://0.0.000.000:31116/twsd/
jsf faces-config.xml:
<value>"${bootstrap.csc.ds.serverproviders}"</value>