修改tomcat目录下conf/server.xml内容
<host name="www.xuzengzhi.cn" appBase="webapps" unpackWARs="true" autoDeploy="true">
将port改成80端口,默认用输入端口号
<Connector port="8080" protocol="HTTP/1.1" connectionTimeout="20000" redirectPort="8443" />
修改tomcat目录下conf/server.xml内容
<host name="www.xuzengzhi.cn" appBase="webapps" unpackWARs="true" autoDeploy="true">
将port改成80端口,默认用输入端口号
<Connector port="8080" protocol="HTTP/1.1" connectionTimeout="20000" redirectPort="8443" />