最近发现Tomcate8的版本解压后在使用过程中可能会出现Unable to open the service,不能够启动服务的情况(指定的服务未安装),此时我们需要将Tomcate的服务启动人为的启动下。

1、打开-运行-输入cmd,进入命令行提示符窗口环境;

Tomcate8 Unable to open the service的解决方法_Tomcate 不启用

2、进入到你的Tomcate安装目录的bin文件夹下,输入“service.bat install”启动Tomcate的服务,正常情况大家就成功启动service;

Tomcate8 Unable to open the service的解决方法_Tomcate 不启用_02

3、我的电脑64位可能又出现了意外,以至于版本不兼容,只好重新下载了32位安装,再次运行后服务启动了(然后我删除了32位,重新使用64位的Tomcate),效果如下:

Tomcate8 Unable to open the service的解决方法_Tomcate 不启用_03

已可正常使用。