redhat:web-server-redhat:tomcat-9-on-redhat

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
redhat:web-server-redhat:tomcat-9-on-redhat [2020/01/23 13:23] michaelredhat: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.
 +
 +{{:redhat:web-server-redhat:tomcat_on_centos.jpg?400|}}
  
 ===== Installation Tutorial ===== ===== Installation Tutorial =====
Line 141: Line 143:
 sudo firewall-cmd --reload</code> sudo firewall-cmd --reload</code>
  
-<WRAP center round tip 60%>+<WRAP center round tip 100%>
 Typically, when running Tomcat in a production environment, you should use a load balancer or reverse proxy. It's a best practice to allow access to ''port 8080'' only to your internal network. Typically, when running Tomcat in a production environment, you should use a load balancer or reverse proxy. It's a best practice to allow access to ''port 8080'' only to your internal network.
 </WRAP> </WRAP>
Line 229: Line 231:
 <code># systemctl restart tomcat</code> <code># systemctl restart tomcat</code>
  
 +----
  
 +<WRAP center box 100%>
 ==== Testing Management Interface Installation ==== ==== Testing Management Interface Installation ====
  
-Open your browser and type: ''http://<your_domain_or_IP_address>:8080''+Open your browser and type: ''[[http://<your_domain_or_IP_address>:8080]]''
  
 Upon successful installation, a screen similar to the following should appear: Upon successful installation, a screen similar to the following should appear:
  
 +{{:redhat:web-server-redhat:tomcat-home.jpg|}}
  
-Tomcat web application manager dashboard allows you to deploy, undeploy, start, stop, and reload your applications. It is available at: ''http://<your_domain_or_IP_address>:8080/manager/html''.+----
  
 +Tomcat web application manager dashboard allows you to deploy, undeploy, start, stop, and reload your applications. It is available at: ''[[http://<your_domain_or_IP_address>:8080/manager/html]]''.
 +
 +{{:redhat:web-server-redhat:tomcat-manager.jpg|}}
 +
 +----
 +
 +Tomcat virtual host manager dashboard allows you to create, delete, and manage Tomcat virtual hosts. It is available at: ''[[http://<your_domain_or_IP_address>:8080/host-manager/html]]''.
 +
 +{{:redhat:web-server-redhat:tomcat-host-manager.jpg|}}
 +
 +</WRAP>
  
-Tomcat virtual host manager dashboard allows you to create, delete, and manage Tomcat virtual hosts. It is available at: ''http://<your_domain_or_IP_address>:8080/host-manager/html''. 
  • redhat/web-server-redhat/tomcat-9-on-redhat.1579782203.txt.gz
  • Last modified: 2020/01/23 13:23
  • by michael