1

Weblogic に特定のポートで実行されている 1 つの管理対象サーバー (つまり、AdminServer 以外) がある場合、

そのマネージャ サーバー (またはノード) に複数の EAR を展開する意味はありますか?

4

1 に答える 1

1

Yes, definitely. In that case you should also use WorkManagers to ensure that one application does not hog the threads.

Here is a link to the WorkManager documentation online: http://docs.oracle.com/cd/E23943_01/web.1111/e13701/self_tuned.htm

Here is a video demo of the WorkManager feature: http://www.youtube.com/watch?v=NnRcM29zJb4

于 2012-09-06T15:31:07.680 に答える