tomcat在opensuse下開機自啟失敗的原因

來源:互聯網
上載者:User

tomcat在opensuse下開機自啟失敗的原因

 

環境

  • opensuse 10.2
  • tomcat 5.5

設定資訊

      在/etc/init.d/boot.local中添加如下命令:

      /opt/tomcat/bin/startup.sh

錯誤描述

      opensuse啟動完畢後,tomcat一直沒啟動。

分析

      1. 系統啟動完畢後,手動啟動tomcat可以成功,說明不是許可權的問題。

      2. 尋找系統日誌(/var/log/boot.msg),找到了如下資訊:

Neither the JAVA_HOME nor the JRE_HOME environment variable is defined
At least one of these environment variable is needed to run this program
failed<notice>killproc: kill(864,3)

      說明在/etc/init.d/boot.local中啟動tomcat時,JAVA_HOME等環境變數尚不具備,因為opensuse 10.2自動安裝了jdk 1.5,我們就使用了系統內建的jdk,沒有手動指定tomcat的JAVA_HOME。

解決方案

      編輯/opt/tomcat/bin/catalina.sh,指定JAVA_HOME,如:JAVA_HOME=/usr/lib/jvm/jre

      重啟伺服器,一切就OK了

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.