启动tomcat时出错 - 未指定显示

时间:2013-12-26 13:43:33

标签: java tomcat

我正在尝试安装使用tomcat的Ganib(project management tool)。安装完成后,我尝试执行Start_ganib.sh,最终尝试启动tomcat并因以下错误而失败:

Using CATALINA_BASE:   /tmp/download/Ganib-1.3_with_jre/tomcat
Using CATALINA_HOME:   /tmp/download/Ganib-1.3_with_jre/tomcat
Using CATALINA_TMPDIR: /tmp/download/Ganib-1.3_with_jre/tomcat/temp
Using JRE_HOME:       ../../jre-lin/
Error: no display specified

注意:在此过程中隐式执行tomcat / bin / startup.sh和tomcat / bin / catalina.sh。

修改

我尝试过:

  

export DISPLAY = localhost:0.0

但它显示另一条错误消息:

  

错误:无法打开显示:localhost:0.0

1 个答案:

答案 0 :(得分:1)

为防止出现上述错误(假设您不需要x-windows),可以在无头模式下启动tomcat。编辑文件 catalina.sh 并将以下内容添加到 JAVA_OPTS

-Djava.awt.headless=true