Know more about Servlet Mapping
Sep 11th, 2009 | By admin | Category: ServletsA web server takes a request from the client and send the response back to the client. A servlet is a web application component that can talk to web server through the container it’s deployed into. We know , we need to do servlet mapping into web.xml to define the url pattern to access the [...]