再使用如下方法注册windows服务时,出现问题:
set CATALINA_BASE=E:\tomcat\tomcat-web-server
set CATALINA_HOME=E:\tomcat\tomcat-web-server
call E:\tomcat\tomcat-web-server\bin\service.bat install tomcat-web-server
原因是CATALINA_BASE路径设置错了,尾部包含了空格,要格外注意。
再使用如下方法注册windows服务时,出现问题:
set CATALINA_BASE=E:\tomcat\tomcat-web-server
set CATALINA_HOME=E:\tomcat\tomcat-web-server
call E:\tomcat\tomcat-web-server\bin\service.bat install tomcat-web-server
原因是CATALINA_BASE路径设置错了,尾部包含了空格,要格外注意。