The difference between core and Deployer on the Tomcat website when you download tomcat

Source: Internet
Author: User

Tomcat official online to download Tomcat will always see the download list has the following content (below is 6.0. Version 43 for example):

6.0.43

Please see the README file for packaging information. It explains what every distribution contains.

Binary Distributions

Core:

Zip (PGP, MD5)

tar.gz (PGP, MD5)

32-bit Windows Zip (PGP, MD5)

64-bit Windows Zip (PGP, MD5)

64-bit Itanium Windows Zip (PGP, MD5)

32-bit/64-bit Windows Service Installer (PGP, MD5)

Deployer:

Zip (PGP, MD5)

tar.gz (PGP, MD5)

Source Code Distributions

tar.gz (PGP, MD5)

Zip (PGP, MD5)

See here you know that the same version of Tomcat has a different download version, binary distributions and source code distributions should be able to distinguish between the binary version and the source. Confusion lies in binary distributions below there are core and deployer two, what is the difference between the two? Which one should we choose?

First say the difference between the two.

Core: Tomcat is a formal version of the binary release, generally we do development or learning should download the core.

Deployer: The publisher of a Tomcat-based web app that can use Deployer to publish dynamically when a written Java EE application is posted to tomcat. So it's not a real Tomcat binary version, it's just a publishing tool for publishing Tomcat-based web apps. Therefore, you should not download this item when downloading, unless you want to publish the Web App dynamically to Tomcat.

So what can deployer do if it's used to publish a web app to Tomcat?

It is necessary to give a brief account of the concept of Web application publishing in Tomcat.

Publish: Refers to the process of installing a Web application into a tomcat server.

There are two ways to publish a web App in Tomcat:

1, Static release: Refers to when Tomcat is not started, the good Web application directly copied to the Tomcat server.

2, Dynamic release: There are two cases

2.1 refers to the dynamic operation of a published web app with Tomcat's automatic deployment capabilities, with Tomcat already running.

2.2 refers to a web app that uses Tomcat manager to publish a well-done web app to a running tomcat remotely.

The role of Deployer is reflected in the dynamic release of Web applications into Tomcat.

Deployer is a command-line tool that compiles, validates, and packages all of the Web application's resources into a war file.

This question is finished.

The above experience is reliable, as these are read on the Tomcat website

This article turns from http://zhangzl419.blog.163.com/blog/static/7536735820152213541240/thanks to the author

The difference between core and Deployer on the Tomcat website when you download tomcat

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.