CPPSERV 0.1.109 (Default branch) |
|
|
CPPSERV is a Web application server / servlet container that provides a Servlet-like API to C++. It also contains CSP (C++ Server Pages) functionality, similar to pre-compiled JSP. It consists of stand-alone application server and Web server front-ends. Modules for Apache and lighttpd are available.
License: GNU General Public License (GPL)
Changes:
All base classes of servlet exception classes have
been marked as public, so that they can be caught
as the base exception (e.g. std::exception&
instead of servlet::ServletException).
|