简体   繁体   中英

What is the difference between apache tomcat deployer and core version?

When seeking to install apache tomcat to set up a testing environment I encountered a serious dilemma.... apache gave me an extremely complex descision between two different versions of tomcat; they want me to chose between the core and the deployer version.

I would like to know what the exact difference is between the two.

The deployer is just an add-on tool to the Tomcat server; it doesn't contain the server itself.

So you need to download and install the core package.

Core used for installing Tomcat on a machine and running apps on it . Deployer distribution contains only Tomcat Client Deployer - a package which can be used to validate, compile, compress to .WAR, and deploy web applications to Tomcat servers .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM