Tomcat
Tomcat Apache 無法在 Win7 上執行
我從下載 Tomcat Apache 6.0 到我的系統
http://tomcat.apache.org/download-55.cgi
使用 Windows 安裝程序安裝系統。但是安裝成功後服務沒有啟動。
聲明如下錯誤:
Windows could not start the Apache tomcat on Local Computer, For More Information, review the System Event Log. If this is a non microsoft service, contact the service vendor, and refer to the service specific error code 0
然後我嘗試在 Win XP 上安裝相同的安裝程序,它工作。不知道如何解決這個問題以及如何在 Win7 上啟動它。
任何幫助,將不勝感激。
謝謝你。
得到了解決方案..令人驚訝的是沒有在網上找到正確的解決方案…
經過兩天的頭痛
解決方案是.. 從您的 tomcat/bin 位置打開控制台並輸入
java -jar bootstrap.jar
如果它要求允許任何視窗訪問,那就是檢查http://localhost:8080/ 這對我來說是解決方案 希望它會幫助其他人