How jsp works

Source: Internet
Author: User

How JSP works

All JSP pages are converted to Servelet (. java), and then the JSP Engine calls the Java compiler (. java) compiled into a Class file (. class), which is interpreted and executed by the Java Virtual Machine (JVM. Verify this as follows:

There is a JSP page Test. jsp. Enter http: // localhost: 8080/Test. jsp in the address bar of the browser, and the execution result will appear. At the same time, there are two more files under % CATALINA_HOME % workCatalinalocalhost: _ Test_jsp.java and _ Test_jsp.class, which are Servelet and Class files respectively.

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.