jetty9配置contextPath

来源:互联网 发布:淘宝店铺装修克隆 编辑:程序博客网 时间:2024/05/17 21:48

jetty9配置contextPath 说明:

目录结构:

webapps

-------demo.war

-------demo.xml


demo.xml文件内容

 <?xml version="1.0"  encoding="ISO-8859-1"?> <!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure.dtd"> <Configure class="org.eclipse.jetty.webapp.WebAppContext">     <Set name="contextPath">/</Set>     <Set name="war"><SystemProperty name="jetty.home" default="."/>/webapps/demo.war</Set> </Configure>


1 0
原创粉丝点击