如何将eclipse中项目部署到tomcat

项目路径:

\tmp0\wtpwebapps\test

复制test目录到 D:\software_install\apache-tomcat-8.0.33-windows-x64\apache-tomcat-8.0.33\webapps

启动tomcat即可

tomcat开启并发配置:

<Connector port="80" protocol="HTTP/1.1"
connectionTimeout="20000"
redirectPort="443" maxThreads="1500" minSpareThreads="400" maxSpareThreads="500" acceptCount="750"/>

猜你喜欢

转载自www.cnblogs.com/daxiong225/p/10489786.html
今日推荐