Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Eclipse内に作成されたtomcat7サーバーがあり、ubuntuのターミナルを使用してサーバーを起動および停止したいと考えています。それを行う方法はありますか?
まず、Eclipse が使用している tomcat パスを見つけます。次に、ubuntu ターミナルでそのパスをナビゲートし、単純に
sh startup.sh // starts up the server
と
sh shutdown.sh // shuts down the server