Package tjws: Information

    Source package: tjws
    Version: 1.3.3-alt4_2jpp6
    Build time:  Aug 29, 2012, 06:47 PM
    Category: Development/Java
    Report package bug
    License: GPLv2+
    Summary: Tiny Java Web Server and Servlet Container
    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

    List of rpms provided by this srpm:
    tjws (noarch)
    tjws-repolib (noarch)

    Maintainer: Igor Vlasenko

    List of contributors:
    Igor Vlasenko

    ACL:
    @qa_p7

      1. jpackage-1.6.0-compat
      2. /proc
      3. servlet_2_5_api
      4. bee

    Last changed


    Aug. 29, 2012 Igor Vlasenko 0:1.3.3-alt4_2jpp6
    - fixed build
    March 21, 2012 Igor Vlasenko 0:1.3.3-alt3_2jpp6
    - built with java 6 due to abstract getParentLogger
    Aug. 3, 2011 Igor Vlasenko 0:1.3.3-alt2_2jpp6
    - fixed build