DOCUMENT RESOURCES FOR EVERYONE
Documents tagged
Documents What is a Servlet?

Slide 1 What is a Servlet? A servlet is a java class that extends an application hosted on a web server. Handles the HTTP request-response process (for our purposes) Often…

Documents Tomcat Configuration A Very, Very, Very Brief Overview.

Slide 1 Tomcat Configuration A Very, Very, Very Brief Overview Slide 2 Topics F Tomcat –Creating a new server. –Adding servlets to the web.xml file. –Initiating requests…