Use this document to learn how to develop and deploy Web applications
JavaServer Pages programming tips:
Serving servlets by name or class name is triggered by setting the serveServletsbyclassnameEnabled property within IBM® extensions. Use the invoker.patterns attribute to specify the patterns that trigger invocation of the server component and allows the serving of servlets by name or by class name. This value is a list separated by either a space, colon, or semicolon.
In file serving, web applications can serve static file types, such as HTML. File-serving attributes are used by the servlet that implements file-serving behavior.
Following deployment, you might find it handy to use the tool that enables batch compiling of the JSP files for quicker initial response times.