Browsing tag

java

How To Install Apache Tomcat on Debian 10 / Debian 9

Apache Tomcat is an open-source webserver to run Java web applications developed by the Apache Software Foundation (ASF). Tomcat contains Java Servlet, JavaServer Pages (JSP), Java EL, and WebSocket technologies, and provides a “pure Java” HTTP web server environment for running Java codes.

How To Install Apache Tomcat 10/9 on CentOS 8 / RHEL 8

Apache Tomcat is an open-source Java HTTP web server developed by the Apache Software Foundation (ASF). Tomcat helps to deploy the Java Servlet and the JavaServer Pages (JSP) and serves them like an HTTP web server. In this post, we will see how to install Apache Tomcat 10/9 on CentOS 8 / RHEL 8. Prerequisites […]

How To Install Elasticsearch on CentOS 8 / RHEL 8

Elasticsearch is an open-source search engine based on Apache Lucene, offers a real-time distributed full-text search engine with an HTTP web interface and schema-free JSON documents. Elasticsearch is developed in Java. The open-source version of Elasticsearch is released under the Apache 2.0 License, and the commercial version is released under Elastic License. Currently, it is […]