web service access name

1,web.xml
<context-param>
    <param-name>webAppRootKey</param-name>
    <param-value>esteelds</param-value>
  </context-param>

2,web root setting

3,maven
<groupId>esteelds</groupId>
  <artifactId>esteelds</artifactId>
  <version>0.0.1-SNAPSHOT</version>
  <packaging>war</packaging>
这里update会自动改
TOMCAT发布时自动加(以前原因)
<Context docBase="esteelds" path="/esteelds" reloadable="true" source="org.eclipse.jst.jee.server:esteelds"/>

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326569762&siteId=291194637