使用动态.war文件名配置jetty上下文路径

时间:2013-08-27 20:03:02

标签: jetty

是否可以部署在每次部署时具有不同名称但配置静态上下文路径的.war文件?

我仔细阅读了这些文档:http://www.eclipse.org/jetty/documentation/current/configuring-contexts.html但不确定这将成为哪个jetty xml配置:

<Configure class="org.eclipse.jetty.webapp.WebAppContext">
     <Set name="contextPath">/test</Set>
</Configure>

0 个答案:

没有答案