Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
redhat:web-server-redhat:tomcat-9-on-redhat [2020/01/23 13:23] – michael | redhat:web-server-redhat:tomcat-9-on-redhat [2020/01/23 13:33] (current) – [How to Install Tomcat 9 on CentOS 8] michael | ||
---|---|---|---|
Line 2: | Line 2: | ||
Apache Tomcat is an open-source implementation of the Java Servlet, JavaServer Pages, Java Expression Language, and Java WebSocket technologies. It is one of the most widely adopted applications and web servers in the world today. Tomcat is simple to use and has a robust ecosystem of add-ons. | Apache Tomcat is an open-source implementation of the Java Servlet, JavaServer Pages, Java Expression Language, and Java WebSocket technologies. It is one of the most widely adopted applications and web servers in the world today. Tomcat is simple to use and has a robust ecosystem of add-ons. | ||
+ | |||
+ | {{: | ||
===== Installation Tutorial ===== | ===== Installation Tutorial ===== | ||
Line 141: | Line 143: | ||
sudo firewall-cmd --reload</ | sudo firewall-cmd --reload</ | ||
- | <WRAP center round tip 60%> | + | <WRAP center round tip 100%> |
Typically, when running Tomcat in a production environment, | Typically, when running Tomcat in a production environment, | ||
</ | </ | ||
Line 229: | Line 231: | ||
< | < | ||
+ | ---- | ||
+ | <WRAP center box 100%> | ||
==== Testing Management Interface Installation ==== | ==== Testing Management Interface Installation ==== | ||
- | Open your browser and type: '' | + | Open your browser and type: '' |
Upon successful installation, | Upon successful installation, | ||
+ | {{: | ||
- | Tomcat web application manager dashboard allows you to deploy, undeploy, start, stop, and reload your applications. It is available at: '' | + | ---- |
+ | Tomcat web application manager dashboard allows you to deploy, undeploy, start, stop, and reload your applications. It is available at: '' | ||
+ | |||
+ | {{: | ||
+ | |||
+ | ---- | ||
+ | |||
+ | Tomcat virtual host manager dashboard allows you to create, delete, and manage Tomcat virtual hosts. It is available at: '' | ||
+ | |||
+ | {{: | ||
+ | |||
+ | </ | ||
- | Tomcat virtual host manager dashboard allows you to create, delete, and manage Tomcat virtual hosts. It is available at: '' |