development/libraries/java

tjws - Tiny Java Web Server and Servlet Container

Website: http://tjws.sourceforge.net/
License: GPLv2+
Vendor: JPackage Project
Description:
The Miniature Java Web Server includes most of functionality of real
Web Servers including a servlet container capability. The server is
pretty small as in Java code as in result byte code. General purpose of
the Web server is running and debugging servlets. However, it can be
used as a regular web server for sites with low to medium load. I found
also very convenient shipping a servlet based product including this
server, so a user can start a product just after unwrapping. You can
try a web site hosted on this server under Linux. This web server
also works on PDA like Sharp Zaurus LS5xxx, or on Windows CE based
handhelds when JVM installed. It gives additional flexibility for your
PDA, since using file upload and download servlet can simplify file
synchronization and provide control of your PDA from web.

Features and Benefits

    * About 95Kb footprint (TJWS is the smallest one, like 5 times
      less in comparison to competitors LWS and Jetty, more than twice
      less than Winstone)
    * Very fast and reliable, it performs better than some C/C++ based
      web servers, 10% faster than Apache 2.x
    * Can scale to thousands connections, clustering configuration is
      about of development
    * Perfect solution for web interfaced applications
    * Standard J2EE servlet deployment for .war packaged applications
    * Simple configuration, no hundreds of config parameters
    * Flexible JSP support
    * Limited JSDK 2.5 support
    * built for Java 6 with intelligent downgraded support for Java 2

Packages

tjws-1.3.3-2.jpp6.noarch [150 KiB] Changelog by David Walluck (2009-11-24):
- add pom
tjws-1.3.3-2.jpp6.src [2.3 MiB] Changelog by David Walluck (2009-11-24):
- add pom

Listing created by Repoview-0.6.6-5.mga4.tainted