tomcat 报错 X connection to localhost:10.0 host broken (explicit kill or server shutdown)
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
在centOS Linux上的Web程序进行图片裁剪后上传时遇到的问题
问题是tomcat自动关闭并报X connection to localhost:10.0 host broken (explicit kill or server shutdown)
提示信息
解决办法:
1. 在系统环境中(/etc/profile)设置 DISPLAY=localhost:10.0
2. 启动Tomcat或者resin服务器时,加参数-Djava.awt.headless=true(需要jdk1.4以上)例如:
[/usr/local/resin/bin/ ]# ./startup.sh -Djava.awt.headless=true
3.su - tomcat /opt/tomcat/bin/start.sh -Djava.awt.headless=true 在root下执行不成功,在tomcat下可以成功,在tomcat下.bashrc中已经加入DISPLAY=localhost:10.0的情况下。
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献1条内容
所有评论(0)