为了账号安全,请及时绑定邮箱和手机立即绑定

pom.xml文件中如何配置tomcat,使我这个服务只能被一个固定ip访问

pom.xml文件中如何配置tomcat,使我这个服务只能被一个固定ip访问

LEATH 2019-03-20 18:19:41
<plugin>            <groupId>org.apache.tomcat.maven</groupId>            <artifactId>tomcat7-maven-plugin</artifactId>            <version>2.2</version>            <configuration>                <uriEncoding>UTF-8</uriEncoding>                <port>9090</port>                <path>/test</path>            </configuration>        </plugin>
查看完整描述

3 回答

?
沧海一幻觉

TA贡献1824条经验 获得超5个赞

这个东西应该从服务器上直接限制,为什么要在tomcat里面做呢


查看完整回答
反对 回复 2019-04-24
?
智慧大石

TA贡献1946条经验 获得超3个赞

固定的ip就是你机器的所在的ip


查看完整回答
反对 回复 2019-04-24
  • 3 回答
  • 0 关注
  • 944 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信