Platforms that run Tomcat

Asked

Viewed 46 times

0

Can anyone tell me which platforms (Windows, Linux, Mac, etc.) run Tomcat 9.0? If possible, indicate a reference for such information. Grateful.

1 answer

0

Good night friend, the three platforms support Tomcat in all versions.

Preparing the Tomcat at home Download the Tomcat 7 on http://tomcat.apache.org/ in the download page of the version you choose, you need a "Binary Distribution". Even in windows, give preference to the version . zip, for you to better understand the server boot process. The executable version is just a wrapper to run the JVM, since Tomcat is 100% Java.

Tomcat has long been considered the standard implementation and reference of the new versions of the Servlets API. It is also the default container Servlet used by Jboss. It remains in first position in the market, but today has this place disputed by Jetty and Grizzly (the latter is the container Servlet that is part of the Oracle/Sun application server, the Glassfish).

Enter the installation directory and run the startup.sh script:

apache-Tomcat/bin cd /startup.sh Enter the Tomcat installation directory and run the shutdown.sh program:

apache-Tomcat/bin cd ./shutdown.sh We will learn how to start the container from within the Eclipse itself, for convenience and to facilitate the use of debug.

Tomcat in Windows

To install Tomcat on Windows just run the . exe file that can be downloaded on the Tomcat website (as we say, give preference to zip). After that, you can use the startup.bat and shutdown.bat scripts, similarly to the Linux scripts. Tô tomato will work in any Java Enterprise Edition compatible environment, be it Linux, Windows or Mac OS.

Reference: https://www.caelum.com.br/apostila-java-web/o-que-e-java-ee/#3-6-preparing it-Tomcat-at-home CHAPTER 3.6

If you have Java installed on the machine it will run, Link stops downloading from Tomcat.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.