ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzamy_5.4.0.1/50/program/servint.htm

40 lines
1.7 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
<LINK rel="stylesheet" type="text/css" href="../../../rzahg/ic.css">
<title>Internal servlets</title>
</head>
<BODY>
<!-- Java sync-link -->
<SCRIPT LANGUAGE="Javascript" SRC="../../../rzahg/synch.js" TYPE="text/javascript"></SCRIPT>
<h4><a name="servint"></a>Internal servlets</h4>
<p>WebSphere Application Server - Express provides internal (built-in) servlets that you can add to your Web module to enable optional functions for that Web module.</p>
<p>Here are the available internal servlets:</p>
<ul>
<li><p><strong>com.ibm.ws.webcontainer.servlet.InvokerServlet</strong>
<br>Invokes a servlet by class name. Add this servlet to a Web module with the WebSphere Development Studio for iSeries tools. For more information on how to add a servlet to your web module, see the WebSphere Development Studio Client Help.</p></li>
<li><p><strong>org.apache.jasper.runtime.JspServlet</strong>
<br>Enables the JSP page compiler for processing a Web module's JSP files.</p></li>
<li><p><strong>com.ibm.ws.webcontainer.servlet.DefaultErrorReporter</strong>
<br>Uses the extended error reporting function. See <a href="serverr.htm">enhancing error reporting</a> for more information.</p></li>
<li><p><strong>com.ibm.servlet.PageListServlet</strong>
<br>This servlet allows you to call a JSP file by name from within your servlet code. See <a href="servpage.htm">Page lists</a> for more information.</p></li>
<li><p><strong>com.ibm.ws.webcontainer.servlet.SimpleFileServlet</strong>
<br>Enables file serving for static files such as HTML and GIF files.</p></li>
</ul>
</body>
</html>