Tomcat6 无法启动 Linux Mint virtualbox guest
我正在尝试在 Ubuntu 客户机中启动并运行 Tomcat6。 我使用以下命令安装 Tomcat6:
sudo apt-get install tomcat*
最后收到:
* Starting Tomcat servlet engine tomcat6 [fail]
incoke-rc.d: initscript tomcat6, action "start" failed.
我查看了 /var/log/tomcat6
中的 catalina.out 文件。 这是我发现的错误:
java.net.BindException: Address already in use <null>:8080
有人知道可能出了什么问题吗?
I'm trying to get Tomcat6 up and running in an Ubuntu guest.
I used the following command to install Tomcat6:
sudo apt-get install tomcat*
at the end I receive:
* Starting Tomcat servlet engine tomcat6 [fail]
incoke-rc.d: initscript tomcat6, action "start" failed.
I looked in the catalina.out file in /var/log/tomcat6
.
Here is the error I find:
java.net.BindException: Address already in use <null>:8080
Anyone know what might be wrong?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
会告诉你哪个进程正在使用端口 8080
很可能是另一个已安装的 tomcat 实例
请注意,只有当你是 root 时才会显示 pid/pname (=> sudo)
will tell you what process is using port 8080
In all likeliness, it's another tomcat instance that is already installed
Please note that the pid/pname are shown only if you are root (=> sudo)