Beginner JSP----Know servlet~

Source: Internet
Author: User

Installation of Tomcat:

Eclipse needs to install Tomcat itself, which is the server on which the Web project runs. If the use is MyEclipse, inside with Tomcat, easy to remove the deployment of garbage, conducive to project operation.

Tomcat installation Detailed steps: Self-Baidu!

1. What is a servlet?

A component specification developed by Sun to extend the functionality of the Web server.

A) The Web server can handle only static requests and cannot handle dynamic resource requests. A servlet is required to extend the functionality of the Web server. (after the Web service receives the request, call the servlet container to process it, and call the servlet again to evaluate if it needs to be evaluated).

b) Component specification:

Component: A software module that conforms to the specification, implements some functions, and needs to be deployed to the appropriate container.

Container: A program that is compliant and capable of providing a running environment.

Beginner JSP----Know servlet~

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.