Total Pageviews

Sunday 10 March 2013

tamacat- Java based HTTP Server

About:

"tamacat-httpd" is a open-source Java Web Server software. This project operates in various platforms, and aims at the achievement of the Web server software that can be customized simply and easily.

Feature:

  • Supported HTTP and HTTPS protocols, powered by Apache HttpComponents.
  • Supported Basic, Digest, WS-Security(WSSE) and Form based authentication.
  • Container design of URL path, such as Servlet Container.
  • Prepared containers: Reverse Proxy, Velocity Template Server and Simple local file Web Server.
  • The reverse proxy with round robin type load balancing. (v0.4)
  • The remote operations based on JMX and RMI. (v0.5)
  • Supported virtual host. (v0.6)

Dependency is:

tamacat是一个开源的Java Web服务器。支持HTTP和HTTPS协议,基于Apache HttpComponents实现。支持基本,摘要,WS-Security(WSSE)和基于表单的身份验证。URL路径的容器设计,如Servlet 容器。默认内置一些容器包括:反向代理(Reverse Proxy)、Velocity模板服务器和简单本地文件Web服务器。其反向代理支持循环型负载平衡。支持基于JMX和RMI的远程操作。支持虚拟主 机。
from http://code.google.com/p/tamacat/