webSphere Liberty:如何从仅包含的 server.xml 生成输出文件

webSphere Liberty: How to generate an output file from an server.xml with only includes

我有一个 server.xml 只有包含。 但是我想看到在运行时使用的合并的。

是否有工具或脚本可以从 server.xml 生成输出文件,仅包含(也用于自由运行时?)

这将使收集文件的生活变得更加轻松...

提前感谢您的回答!

<!-- server.xml -->
<?xml version="1.0" encoding="UTF-8"?>
<server description="${servername} ${type} ${cluster} ${hostname}">
 <include location="${bla}/${bla2}/inc.${bla3}.certs-racf.xml"
  optional="true" onConflict="replace" />
 <include location="${bla6}/${bla2}/inc.${bla3}.certs-racf.xml"
  optional="false" onConflict="replace" />
 <include location="${bla7}/${bla8}/inc.${bla8}.certs-root.xml"
  optional="false" onConflict="replace" />
<!-- server.xml -->

运行时间是多少 server.xml?

WebSphere Developer Tools 确实提供了这个功能: https://www.ibm.com/support/knowledgecenter/SSEQTP_liberty/com.ibm.websphere.wlp.doc/ae/t_merged_configuration_viewer.html

然而,运行时本身目前不提供这样的功能,但是有一个 RFE 为它开放,你可以在这里投票以表达你的兴趣:https://www.ibm.com/developerworks/rfe/execute?use_case=viewRfe&CR_ID=103121