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.
weblogicで実行されるEARプロジェクトがあります
アプリケーションにタイマーがいくつかあります
EARプロジェクトを再デプロイするときにキャンセルしたいのですが。
PhaseListenerを使用しようとしましたが、フェーズリスナーでWebモジュールクラスにアクセスできませんでした。
どうすればこのタスクを実行できますか?
前もって感謝します
これを行うには、ServletContextListener を実装するサーブレットを作成しました。contextInitialized メソッドでタイマーを開始し、contextDestroyed メソッドで停止します。