現在地: EMS の構成 > 通知のスケジュール設定

通知のスケジュール設定

通知のスケジュールを設定するためには、( %EMSSERVER_HOME%\webapps\ems\WEB-INF\classes にある) ems.properties ファイルに変更を加えます。 ems.properties ファイルで cron 式と sendNotificationsJobTrigger_interval プロパティを等号で結合する必要があります。ems.properties ファイルで 使用されるデフォルトの cron 式は、午前7時にスケジューラを実行します。

次の例は、正午にスケジューラを実行します。

#Cron Expression to fire the trigger at Noon every day 
sendNotificationsJobTrigger_interval = 0 0 12 * * ?

次の例は、午前10時にスケジューラを実行します。

#Cron Expression to fire the trigger at 10 a.m.
sendNotificationsJobTrigger_interval = 0 0 10 * * ?

次の例は、午後4時にスケジューラを実行します。

#Cron Expression to fire the trigger at 4 p.m.
sendNotificationsJobTrigger_interval = 0 0 16 * * ?
Sentinel EMS を WebLogic 上にデプロイしている場合、カスタマイズを行うためには ems.war ファイルを生成してデプロイしなければなりません。 WebLogic の場合の .war ファイルの生成を参照してください。

 

  http://www.safenet-inc.com/Support
  © Copyright 2013, SafeNet, Inc. All rights reserved.