java - Mac 下eclipse启动tomcat失败
ringa_lee
ringa_lee 2017-04-17 16:46:43
0
1
249

已经下载了tomcat7和tomcat8,并且Java环境已经配置, 默认localhost80端口可以启动并且看到阿帕奇的jsp界面。但是直接终端中将项目放到webAPP文件下不能正常打开项目。在eclipse中启动tomcat如图只说tomcat不能启动也没有任何提示。。

感谢各位的解答!!

ringa_lee
ringa_lee

ringa_lee

reply all (1)
迷茫

It’s best to take a look at the log file, which is under the tomcat log folder.
The most common problem I encounter is port binding conflicts. The solution is to look in the system’s process browser to see if there is a java process, that is, there is already one. Stop the started tomcat, and then use eclipse to start the tomcat service.

    Latest Downloads
    More>
    Web Effects
    Website Source Code
    Website Materials
    Front End Template
    About us Disclaimer Sitemap
    php.cn:Public welfare online PHP training,Help PHP learners grow quickly!