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