Rimfaxe Web Server Documentation

>> Documentation >> Configuration >> Default web application


Rimfaxe Web Server Configuration.

This document describes how to configure Rimfaxe Web Server.
Note that RWS is short for Rimfaxe Web Server.

This document provides info on setting up the default web application.

The configuration of the default web application is defined in config/default.xml.


JSP invoker.
The JSP invoker is responsible for loading and running JSP pages. By default the built-in JSP invoker, nativeJSP is used.
The default mapping is *.jsp files.


Servlet invoker.
The Servlet invoker is responsible for loading and running servlets. By default the built-in Servlet invoker, nativeInvokerServlet is used. The default mapping is /servlet/*.


Default servlet.
The Default servlet is responsible for serving any resource not mapped by other servlets. For this purpose nativeDefaultServlet is used.


Mime mappings.
Mime mappings can be defined in default.xml, and be used by servlets in general, and by nativeDefaultServlet in particular. A variety of mime mappings is included by default.