URL interpretation  Static content

Chapter 22: Creating Java Servlets

Implementation

EAServer’s servlet engine passes all servlet invocation requests through a RequestDispatcherobject instance. When the servlet engine receives a request from a client, it calls the RequestDispatcher.service method. This method loads, initializes, and handles instance pooling of single-threaded servlets. It also invokes the servlet and handles errors.





Copyright © 2005. Sybase Inc. All rights reserved. Static content

View this book as PDF