LiteWebServer™ (LWS) is a small (roughly 1 MB), modular web server and Java web container from Gefion Software. It is based on code from Apache's Tomcat server, tweaked and extended for easier installation and management. The software is free, although Gefion does provide support services through various support licenses.
LWS consists of a set of modules that can be installed separately. The base module provides basic web server features (HTTP/1.1 support) and support for the Servlet API. Add-on modules provide:
- JSP Module
- Support for JavaServer Pages (JSP) 1.2
- Optional tag handler pooling for better performance
- Command line JSP compiler to compile JSP pages into servlet classes for deployment of JSP-based application without the full JSP container on a platform without a Java compiler
- JSTL Module -- complete implementation of the JSP Standard Tag Library (JSTL) 1.0 specification
- Core tag library, with custom actions for conditional processing, iterations, importing data from external and internal resources, and more.
- XML tag library, with custom actions for XML parsing, transformation and accessing elements of a parsed XML document.
- Internationalization (I18N) and formatting library, with custom actions for formatting and parsing localized numbers and dates, using localized text, and more.
- Relational database access (SQL) library, with custom actions for reading from and writing to a relational database.
- Expression Language for easy access to application and request data.
See - http://www.gefionsoftware.com/LiteWebServer/
This might be of information, too:
Embedding Tomcat Into Java Applications
http://www.onjava.com/pub/a/onjava/2002/04/03/tomcat.html
--Jürgen Weber, 25-Feb-2006
Add new attachment
Only authorized users are allowed to upload new attachments.
List of attachments
Kind | Attachment Name | Size | Version | Date Modified | Author | Change note |
---|---|---|---|---|---|---|
htm |
Howzit.htm | 0.2 kB | 1 | 22-Nov-2003 06:37 | 65.166.26.146 | |
java |
HowzitServlet.java | 1.6 kB | 1 | 22-Nov-2003 06:37 | 65.166.26.146 |