當我試圖通過Netbeans的運行Tomcat的,我得到:部署的tomcat給人無法運行錯誤
Deployment error: Starting of Tomcat failed, /Users/Dropbox/apache-tomcat-8.0.23/bin/catalina.sh and related scripts are executable.
行的錯誤引導我的是:
< nbdeploy clientUrlPart="${client.urlPart}" debugmode="false" forceRedeploy="${forceRedeploy}"/>
當我運行這段代碼與它打破了錯誤是forceRedeploy="${forceRedeploy}"
Catalina.sh是在該文件位置。我不知道如何檢查它是否可執行。我工作的更早,然後停止工作,但我不知道什麼時候或什麼改變了。
什麼在服務器日誌? – Garry
我不知道如何找到 – Kingston12
您的cataline.sh應該在bin文件夾中,所以與bin並行有日誌文件夾。檢查日誌文件夾下的文件,您可能會看到一個異常。 – Garry