【发布时间】:2016-09-03 02:41:46
【问题描述】:
我是使用 Xampp 的新手,但我很难找到 tomcat 的问题所在。我已经更改了apache (4430, 8080) 和mysql (3306) 的端口。
我也将 tomcat 的端口从 8080 更改为 8020、8082 ...但它们似乎都不起作用。我总是从控制面板收到这条消息
Tomcat 启动/停止并出现错误,
return code: -1073741510
11:41:02 [Tomcat] Make sure you have Java JDK or JRE installed and the required ports are free
11:41:02 [Tomcat] Check the "/xampp/tomcat/logs" folder for more information
Also when I stop the process I've recently get this other message:
Port 8080 in use by "C:\xampp\apache\bin\httpd.exe"!
11:53:38 [Tomcat] Tomcat WILL NOT start without the configured ports free!
11:53:38 [Tomcat] You need to uninstall/disable/reconfigure the blocking application
11:53:38 [Tomcat] or reconfigure Tomcat and the Control Panel to listen on a different port
我还添加了控制面板显示的内容,我真的很困惑,因为我不知道问题可能是什么。我已经下载了最新版本的JDK,但它不起作用
Windows 10 xampp v7
我还在 server.xml 文件中添加了有关当前状态的信息
【问题讨论】:
-
您的 8080 端口已被使用.. 并且您的
tomcat端口仍保持不变。所以请将您的端口更改为任何其他数字 -
嗨,我已经更改了 Tomcat 的端口,如下所示,但它仍然不起作用:
-
也许我应该换一行?
标签: java windows apache tomcat xampp