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.
私の会社はサーバーの管理プロセスを自動化したいと考えています。要件の1つは、管理対象サーバーの再起動を自動化することです。Javaコードを使用してそれを行う方法はありますか?weblogic APIを使用している可能性がありますか?簡単に言うと、管理対象サーバーを電子メールで再起動するように要求された場合は常に、管理対象サーバーを再起動する必要があります。
ラヴィ
はい、JMXを使用することは可能です。具体的には、ServerRuntimeMBeanWeblogic内に停止および再起動するメソッドがあります。
ServerRuntimeMBean
完全な例をここに示します