0
これは正常な動作かどうかを知りたいだけです。私はSeamを開始するContext数秒間アイドル状態にしても何度もアイドル状態になる
13:17:27,217 INFO [Contexts] starting up: org.jboss.seam.security.ruleBasedPermissionResolver
13:17:27,218 INFO [Contexts] starting up: org.jboss.seam.security.identity
13:17:27,218 INFO [Contexts] starting up: org.jboss.seam.web.session
13:17:27,713 INFO [Contexts] starting up: org.jboss.seam.security.ruleBasedPermissionResolver
13:17:27,713 INFO [Contexts] starting up: org.jboss.seam.security.identity
13:17:27,713 INFO [Contexts] starting up: org.jboss.seam.web.session
は、だから私は、継ぎ目のために警告するためにログを調整しなければならないか、間違っているものがある。..サーバー24/7にアクセスする誰でインスタンスおよそ2倍の2番目の新しいコンテキストを持っていますか?
thx
これらのログメッセージは、誰かが 'Contexts.startup(ScopeType.SESSION)'を呼び出したときに生成されます。 AFAIK Seamは 'SeamListener.sessionCreated(HttpSessionEvent)'でそれを呼び出します。つまり、通常はhttpアクティビティがあるとき(ユーザーがセッションを作成しているとき)にのみ発生します。活動がないのは確かですか? – Tair