java - pom.xml文件中如何配置tomcat,使我这个服务只能被一个固定ip访问
PHP中文网
PHP中文网 2017-04-18 10:01:53
0
3
554
PHP中文网
PHP中文网

认证高级PHP讲师

Antworte allen(3)
迷茫

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

洪涛

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

阿神

你这个思路不对啊,你pom里的这个配置是配置的maven的插件啊,
你难道要在你们服务器上执行 maven tomcat:run? 你们的服务器应该不会安装maven吧?

你需要调整的是服务器上 你们运行的那个tomcat的server.xml文件,

<Engine>里面新添加一个<host>,像这样:

<Host name="xxx.com" appBase="/var/www/demo"
       unpackWARs="true" autoDeploy="true"
       xmlValidation="false" xmlNamespaceAware="false"></Host>
Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage