web.xml localhost servlet映射

时间:2018-02-27 06:34:53

标签: servlets web.xml servlet-mapping

我在eclipse中有一个UI5项目,并尝试在web.xml中进行servlet映射,并希望更新localhost指向db条目的odata url,现在UI加载正常但是它给来自odata的数据带来了错误网址。这就是我想要做的事情

    <servlet-mapping>
    <servlet-name>SearchPage</servlet-name>
    <url-pattern>http://my.abc.com/xyz/odata/abc</url-pattern>
    </servlet-mapping>

0 个答案:

没有答案