Tomcat

Last-modified: 2014-10-30 (木) 23:48:45

context.xml

http://tomcat.apache.org/tomcat-6.0-doc/config/context.html

JMX

  • Connector / <ポート番号> HTTP接続に関する各種設定?
  • Manager / localhost / <アプリ> セッションの設定
    • activeSessions 現在のセッション数
  • ProtocolHandler / <ポート番号> HTTP接続に関する設定?
    • connectionCount 現在のコネクション数?
  • ThreadPool / http-nio-<ポート番号> スレッド関連
    • currentThreadCount スレッド数
    • currentThreadsBusy リクエストを処理中のスレッド数
  • WebModule / "//localhost/<アプリ>" / none / none アプリの設定 (context.xml?)
    • maxTime, minTime リクエストの実行時間の最大最小?
    • requestCount リクエスト実行回数