tomcat作为windows服务启动失败解决方法

再使用如下方法注册windows服务时,出现问题:

1 set CATALINA_BASE=E:\tomcat\tomcat-web-server
2 set CATALINA_HOME=E:\tomcat\tomcat-web-server
3 call E:\tomcat\tomcat-web-server\bin\service.bat install tomcat-web-server

原因是CATALINA_BASE路径设置错了,尾部包含了空格,要格外注意。

tomcat作为windows服务启动失败解决方法

上一篇:摸索门径之ASP.NET 5 出现 "The following projects are not supported as references:"**.csproj""的原因


下一篇:How to install Apache Server on Windows