一、在官网下载tomcat 7免安装压缩包
⇨⇨⇨⇨https://tomcat.apache.org/download-70.cgi
tomcat5.5之后的版本都不需要java的jdk,只要安装jre即可,推荐都安装
tomcat.exe双击启动秒退,启动服务失败问题解决
二、启动服务

进入安装目录内bin目录(一般tomcat7之后免安装压缩包都不用配置环境变量),只要bin目录下存在catalina.bat文件就可以访问tomcat页面

点击bin目录下tomcat7却发现出现秒退情况

解决办法:

win + r 进入cmd命令行模式
cd进入安装目录bin目录,输入命令

service.bat install

出现一下提示The service ‘Tomcat7’ has been installed.

tomcat.exe双击启动秒退,启动服务失败问题解决
重新进入安装目录下bin目录双击tomcat7.exe,此时显示
tomcat.exe双击启动秒退,启动服务失败问题解决

tomcat.exe双击启动秒退,启动服务失败问题解决
三、进入网站地址栏输入localhost:8080
tomcat.exe双击启动秒退,启动服务失败问题解决

相关文章:

  • 2021-09-11
  • 2022-12-23
  • 2022-12-23
  • 2022-02-10
  • 2021-12-29
  • 2021-11-05
  • 2021-10-10
  • 2021-12-23
猜你喜欢
  • 2022-01-23
  • 2021-06-23
  • 2021-12-07
  • 2022-12-23
  • 2021-09-06
  • 2022-12-23
  • 2021-11-02
相关资源
相似解决方案