我下載了TomEE zip文件,解壓。目錄結構是這樣的:爲什麼TomEE的啓動失敗?
apache-tomee-webprofile-7.0.1/
- bin/
-startup.sh
添加以下的事情在我的.bash_profile
export CATALINA_HOME=apache-tomee-webprofile-7.0.1
export PATH=$PATH:$CATALINA_HOME/bin
我跑source .bash_profile
。 然後,我跑startup.sh
但我得到的錯誤:
-bash: startup.sh: command not found
然後我試圖運行命令$CATALINA_HOME/bin/startup.sh
, 我得到錯誤:
-bash: apache-tomee-webprofile-7.0.1/bin/startup.sh: No such file or directory
如何運行startup.sh?