BUG日志:Windows Server 2016下tomcat执行缓慢

Windows Server 2016 下以startup.bat 方式启动比在Windows Server 2012 下执行JAVA程序速度慢很多。

解决方案:将tomcat注册成为服务,service.bat install tomcat,在服务中启动tomcat,速度就明显上去了

另外备注:而且点击tomcat控制台会让程序终端 中止,ctrl+c会让程序继续运行

你可能感兴趣的:(BUG日志:Windows Server 2016下tomcat执行缓慢)