参考:http://www-01.ibm.com/support/knowledgecenter/api/content/SSEQTP_8.5.5/com.ibm.websphere.wlp.doc/ae/twlp_dep_war.html?locale=en Liberty中应用的contextroot决定于以下几个地方指定的值 The context-root attribute specifies the entry point of the deployed application. T…
学习openstack,从devstack入手,是个不错的选择.devstack中,首先需要分析stack.sh都做了些什么! 这里面涉及到了很多shell的基础知识.我就做个简单的梳理,方便后续查阅! 1. 参数扩展(ParameterExpansion) ${parameter:-word} 使用默认值 If parameter is unset or null, the expansion of word is substituted. Otherwise, the value of pa…