Browsing tag

java

How To Install Apache Tomcat 9.0 / 8.5 on CentOS 7 / RHEL 7

Apache Tomcat is an open source web server and servlet container developed by the Apache Software Foundation (ASF). Tomcat implements the Java Servlet and the JavaServer Pages (JSP) specifications from Oracle and provides a “pure Java” HTTP web server environment for running the Java codes. Apache Tomcat includes tools for configuration and management, but it […]

How To Install Oracle Java JDK 12 / 11 / 8 on CentOS 7 / RHEL 7

Today we will be looking into the installation of Oracle Java JDK on RHEL 7 / CentOS 7. Java JDK is the most important base for the developers. This guide will be more useful for them to set up a development environment when they especially use RHEL 7 or CentOS 7. Prerequisites Install the wget […]

How To Install Oracle Java 12 / 11 / 8 on CentOS 6 / RHEL 6

Today we will be looking into the installation of Oracle Java on CentOS 6. Java JDK is the most important base to the developers; this guide will be more useful for them to set up a development environment when they especially use Red Hat or CentOS. Download Oracle Java You can either use command line […]

How To Install Apache Tomcat 9.0 / 8.5 on CentOS 6 / RHEL 6

Apache Tomcat is an open-source web server and servlet container developed by the Apache Software Foundation (ASF). Tomcat implements the Java Servlet and the JavaServer Pages (JSP) specifications from Oracle and provides a “pure Java” HTTP web server environment for running the Java codes. Apache Tomcat includes tools for configuration and management, but can also […]