If you'd like to install Java 8 and Tomcat 8 on Enterprise Linux (EL) 7, please refer to another post : How to Install Java… Read More »Fast Install Java and Tomcat
Tomcat uses port 8080 to service public users, but most users won't append :8080 to your URLs to get the content, which will result no… Read More »Tomcat Listen to Port 80
Self-Signed Certificate Before you create a self-signed certificate, you should install mod_ssl for Apache httpd server first. [root@test ~]# yum install mod_ssl There's a new… Read More »Self-Signed Certificate Example