运行tomcat7w.exe tomcat7.exe ,提示 指定的服务未安装 unable to open the service 'tomcat7'(用的是绿色的Tomcat7) 解决方法: 打开命令行提示符窗口=> 进入Tomcat安装目录==> 进入bin目录下==> 输入:service.bat install 即可 直接到目录点击这个service.batt会不会也可以?经过验证:不可以
错误:运行tomcat6w.exe ,提示 指定的服务未安装 unable to open the service 'tomcat6'(我用的是官网下载的解压版) 解决方法: 打开命令行提示符窗口=> 进入Tomcat安装目录==> 进入bin目录下==> 输入:service.bat install 即可 安装成功: 注意:在执行上面的步骤时可能会出现:tomcat.exe未找到.The CATALINA_HOME environment variable is not defined
错误:运行tomcat6w.exe ,提示 指定的服务未安装 unable to open the service 'tomcat6'(我用的是官网下载的解压版) 解决方法: 打开命令行提示符窗口=> 进入Tomcat安装目录==> 进入bin目录下==> 输入:service.bat install 即可 安装成功: 注意:在执行上面的步骤时可能会出现:tomcat.exe未找到.The CATALINA_HOME environment variable is not defined
新下载的Tomcat7.0 解压缩完了运行tomcat7.exe屏幕一闪就没了 运行tomcat7w.exe弹出个筐 指定的服务并未以已安装的服务存在 Unable to open the Service 'tomcat6' 我安装了tomcat7,双击startup.bat可以正常启动Tomcat,也可以显示http://localhost:8080/,但是貌似安装版的不好用.卸载之后,也把tomcat的一些服务给卸载了.双击绿色版的tomcat7w.exe却出现"指定的服务并未以已安装的服务
原文地址:http://blog.csdn.net/yilip/article/details/8066246 新下载的Tomcat7.0 解压缩完了运行tomcat7.exe屏幕一闪就没了 运行tomcat7w.exe弹出个筐 指定的服务并未以已安装的服务存在 Unable to open the Service 'tomcat6' 我安装了tomcat7,双击startup.bat可以正常启动Tomcat,也可以显示http://localhost:8080/,但是貌似安装版的不好用.卸载之
新下载的Tomcat8 解压版,解压缩完成后,双击tomcat8.exe出现个DOS样子的窗口一闪而过消失了,tomcat也没有启动成功.双击tomcat8w.exe 弹出个错误对话框,说“指定的服务并未以安装的服务存在.Unable to open the service tomcat8”,如下图: 查找原因,其实这两个文件要起作用,必须先为这个tomcat安装服务. 注:tomcat8.exe 这个文件是用来启动tomcat的,tomcat8w.exe是管理tomcat服务的. 具体安装方法
tomcat6w.exe 运行 提示 指定的服务未安装 unable to open the service 'tomcat6' 新下载的Tomcat6.0.29 解压版,解压缩完成后,双击tomcat6.exe出现个DOS样子的窗口一闪而过消失了,tomcat也没有启动成功.双击tomcat6w.exe 弹出个错误对话框,说“指定的服务并未以安装的服务存在.Unable to open the service tomcat6”,如下图: 查找原因,其实这两个文件要起作用,必须先为这个tom
今天在自己的电脑上安装了Tomcat6.0.14,是在Tomcat主页上直接下载的免安装版.但是把文件解压的之后,双击Tomcat6w.exe时,去出现了"指定的服务并未以已安装的服务存在,Unable to open the service"Tomcat5"".在地址栏输入http://localhost:8080,也无法显示Tomcat的主页. 后来在网上查了原因,原来是没有安装此项服务.解决的办法是进入命令行提示符cmd中,进入Tomcat\bi
解压Tomcat8.0后,运行service.bat install,结果安装未成功,进入logs文件夹,查看错误日志,提示: 指定的服务已存在. Failed to install service 这是因为以前已经安装过Tomcat8.0,再次安装就不行了,解决的办法是打开Service.bat文件,给SERVICE_NAME换一个名字: set SERVICE_NAME=Tomcat8_01 然后,再运行service.bat install,安装服务就成功了.
新安装了tomcat7.042,但是启动tomcat7w.exe是提示未安装指定服务,解决方法如下: 在运行窗口输入cmd,运行DOS,输入以下命令: cd E:\apache-tomcat-7.0.40\bin service.bat instal l Tomcat安装及配置教程: http://jingyan.baidu.com/article/870c6fc33e62bcb03fe4be90.html (百度经验)