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.
Java Webアプリケーション内からApacheサーバーの再起動を実行したい(再起動ボタンなど)。例えばapachectl graceful
apachectl graceful
もしあれば、どうすればこれを行うことができますか?
スクリプトでapacheserverstartコマンドを使用して、Javaコードからスクリプトを呼び出すことができます。