Jason Brittain Ian F. Darwin
オライリージャパン
売り上げランキング: 232998
オライリージャパン
売り上げランキング: 232998
<connector port="8080" protocol="HTTP/1.1" connectionTimeout="20000" maxThreads="2000" minSpareThreads="20" maxSpareThreads="100" redirectPort="8443" />Tomcat6で設定したら効いてない?
ドキュメント見てみたらやっぱりconnectorの設定項目からなくなっていました。
調べてみたら、Tocmat6では、executorタグに書かなけれがいけないとの事。
こんな感じで。
<executor name="tomcatThreadPool" nameprefix="catalina-exec-" maxthreads="2000" minsparethreads="20"> <connector executor="tomcatThreadPool" port="8080" protocol="HTTP/1.1" connectiontimeout="20000" redirectport="8443"> </connector> </executor>
executorに関する、Tomcat6のドキュメントはここ。
#なんか普通に、tomcat6の設定サンプルでconnectorにminSpareThreadsとmaxSpareThreadsを書いているBlogポストが多くて正直驚いた。
自分用リンク
・Tomcat6本家のドキュメント
・Tomcat6の日本語訳ドキュメント
#お知らせ ロト6とロトミニ用のチェックアプリ(iPhone)を作ってみました。
0 件のコメント:
コメントを投稿