タグ

Tomcatに関するnntsuguのブックマーク (6)

  • Windows Azure Websites上でTomcatを動かす場合のドキュメントについて

    まず、Web サイトで Tomcat を利用する場合、以下二つの方法があるということを御認識ください。 Webサイトの構成で Tomcat を選択する( Tomcat 7.x 系、Tomcat モジュールは Program Files 以下にあるため server.xml が変更不能Webサイトの作成時、ギャラリーで Tomcat を選択する( Tomcat 8.x 系、Tomcat モジュールは d:\home\site\wwwroot\ 以下にあるため server.xml が変更可能 それぞれについて解説します。 1.Webサイトの構成で Tomcat を選択する 拙著となりますが、以下に Tomcat 上に Web サイト上での war のデプロイ方法が記載されています。 http://normalian.hatenablog.com/entry/2014/03/15/204743

    nntsugu
    nntsugu 2015/02/03
    なるほどー
  • Apache Web Server, Tomcat AJP: ajp_read_header: ajp_ilink_receive failed

    Problem: Apache Web Server configured to proxy requests to web application running on Tomcat (7.0.39) over AJP. The applications were installed on virtual machines in a cloud environment. On the completion of load tests (more than 24 hours), the system became unresponsive. Whenever a request was made to Apache an HTTP 503 status code was returned. Looking at the Tomcat logs showed no errors and re

  • 【真夏の夜のミステリー】Tomcatを殺したのは誰だ?


    TomcatWeb63/3  6 TomcatmaxThreads350 Apache50Apache   AP2
    【真夏の夜のミステリー】Tomcatを殺したのは誰だ?
  • MaxClients in Apache and its effect on Tomcat during Full GC | CUBRID blog

    This is the fourth article in the series of "Become a Java GC Expert". In the first issue Understanding Java Garbage Collection we have learned about the processes for different GC algorithms, about how GC works, what Young and Old Generation is, what you should know about the 5 types of GC in the new JDK 7, and what the performance implications are for each of these GC types. In the second articl

    MaxClients in Apache and its effect on Tomcat during Full GC | CUBRID blog
    nntsugu
    nntsugu 2015/01/06
    Apache maxClients設定がTomcatに与える影響の話
  • Tomcat8.0.0がやたら遅い件 - R42日記


    Tomcat8RC5   30 調 JasperXML "org.apache.xerces""org.apache.jasper"(org.eclipse.jdtJSPecj) Tomaca7 Jasper Jasper調1
    Tomcat8.0.0がやたら遅い件 - R42日記
  • ApacheとTomcatでクラスタリング

    概要 Webサービス提供の際、フロントに複数のApacheサーバを置いてその後ろにクラスタ構成のTomcatを置いてアプリサーバとする際のやり方。なお、こういうページを作っておいてアレですが、私はTomcat嫌いです。メンドイから。 更新日:2012/03/27 構成 まぁあんまりデカい例を出しても分かりにくいので、フロントに2台のApache(Webサーバ)、後ろに2台のTomcat(アプリサーバ)という冗長化した最小構成を考える。それぞれのノード名とIPアドレスは、web1(192.168.1.1), web2(192.168.1.2), apl1(192.168.1.3), apl2(192.168.1.4)としよう。 ユーザからのリクエストについて、画像ファイルなど静的ファイルは前段のApacheが返す。そして特定のパスが叩かれた場合には、Apacheはアプリサーバへ中継してその結

    nntsugu
    nntsugu 2014/09/04
    食い合せわるいんだねーこいつら。
  • 1