Entering content frame

Object documentation Default Servlet Locate the document in its SAP Library structure

Definition

The Default servlet is implemented in the DefaultServlet class that is part of the SAP J2EE Engine’s Web Container. It is declared in the global-web.xml descriptor.

Use

The Default servlet is responsible for finding the static file based on the request URI (either the full path to the resource, or an HTTP alias), and returning its content to the client. It is invoked by the Web Container for client requests to static files when there are filters mapped to the corresponding URL that identifies the file.

 

Leaving content frame