タグ

jettyに関するs_s_starsのブックマーク (4)

  • 水雲風 Jetty-6.1.15.rc3とWindows環境でCGI動作

    JettyでCGIを動作させてみました。 ここではその手順をメモしておきます。 CGIはrubyを用いていますが、perlでも同様の手順で動作するはずです。 Windows2000Professional環境でCGIの動作を確認しています。 JettyはApche + TomcatみたいなWebサーバーで、Javaで作られていてコンパクトです。 ただし、Jettyに関する日語のドキュメントはあまりないようです。 今回は、Tomcatをインストールせずに手軽にcgiを動かしてみたかったのでJettyで試してみました。 ■Jettyのダウンロード まず、Jettyを公式サイトからダウンロードしました。 [Downloads] → [Download from Codehaus] → [jetty-6.1.15] → [Jetty-6.1.15.rc3.zip] ダウンロード後に適当な場所に解

  • Web Tooling Support - Jetty - Codehaus

    Contact the core Jetty developers at www.webtide.com private support for your internal/customer projects ... custom extensions and distributions ... versioned snapshots for indefinite support ... scalability guidance for your apps and Ajax/Comet projects ... development services from 1 day to full product delivery There is a Jetty implementation for the Eclipse JST Server functionality. The Serve

  • recompile.net:おとこのCometアプリケーション! 非モテのためのJetty 6 Continuation入門まとめ(前編)

    September 26, 2006 おとこのCometアプリケーション! 非モテのためのJetty 6 Continuation入門まとめ(前編) はじめに Jetty 6には、継続(continuation)という機構が用意されました。この記事では、その応用例であるCometによるウェブアプリケーションの実装を取り上げ、解説をします。 Cometでは、サーバプッシュ型アプリケーションを実現するために、サーバに対してHTTPコネクションを張り続ける必要があります。こうした接続の手法は、従来のHTTPサーバでは想定されているものではありません。 また、Cometが提供するイベントドリブン型のウェブアプリケーションでは、サーバ側や、クライアントであるウェブブラウザー側での実装も複雑化します。そういった意味で、従来のウェブアプリケーション設計方法についても、見直しが進められていくことでしょう。

  • Configuring AJP13 Using mod_jk - Jetty - Codehaus

    Contact the core Jetty developers at www.webtide.com private support for your internal/customer projects ... custom extensions and distributions ... versioned snapshots for indefinite support ... scalability guidance for your apps and Ajax/Comet projects ... development services from 1 day to full product delivery Configuring AJP13 Using mod_jk or mod_proxy_ajp The apache web server is frequently

  • 1