Tomcat

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

Maven build tool-->We created 3 types of packages(.jar,.war,.

ear)-->java -jar
packagename.jar

Popular application servers.those are

1)Apache tomcat-->Apache (.war)


2)wildfly/jboss -->IBM (.war and .ear)
3)WAS(Webspehre application server) -->IBM(.ear)
4)Web logic -->Oracle(.ear)

Tomcat server is an open source,java based web application server and also platform
independent.
It will supports only .war files.not able deploy .ear files

Web servers-->
popular web application servers-->

1)Nginix
2)Apache http server
3)IHS -->IBM
4)Oracle planet ..etc

-->Default port for tomcat server is-->8080

Tomcat software url --->https://tomcat.apache.org/download-90.cgi

You might also like