摘要:
有关Tomcat的杂货店 一、修改端口号,并以IP访问 1.确保80端口没有程序占用。例如nginx等。 2.vi /tomcat/conf/server.xml 3.找到<Connector port="8080" protocol="HTTP/1.1" connectionTimeout="20 阅读全文
posted @ 2019-07-04 16:58
chxLonely
阅读(347)
评论(0)
推荐(0)
摘要:
SSM相关配置文件 <spring-mvc.xml>文件 <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:mvc="http://www.s 阅读全文
posted @ 2019-07-04 16:18
chxLonely
阅读(181)
评论(0)
推荐(0)