How to Install Java on Ubuntu 16.04

How to Install Java on Ubuntu 16.04

install java ubuntuWe’ll show you how to install Java on Ubuntu 16.04. Oracle JDK is the official version distributed by Oracle. These guide should also work on Debian and Linux Mint but was tested and written for Ubuntu. Installing Java on Ubuntu 16.04, is an easy task, if you follow this step by step guide below, carefully!

Read More

How to install Tomcat 8 on Debian 8

install_tomcat_on_a_debian8_vpsApache Tomcat, often referred to as Tomcat, is an open-source application server developed by the Apache Software Foundation. It implements several Java EE specifications and executes Java servlets rendering Web pages that include Java Server Page coding in the process.

In this article we will guide you through the steps on installing the latest Tomcat 8 server on a Debian 8 VPS.

Read More

Install Jetty on a CentOS 7 VPS

jetty-logoIn the following article we are going to explain how you can install Jetty on a CentOS 7 VPS.

Jetty is a Java HTTP (Web) server and Java Servlet container and provides support for SPDY, WebSocket, OSGi, JMX, JNDI, JAAS and many other integrations. It is often used for machine to machine communications, within larger software frameworks. Jetty is developed as a free and open source project as part of the Eclipse Foundation.

Jetty is used in a wide variety of projects and products, both in development and production. It can be easily embedded in devices, tools, frameworks, application servers, and clusters.

Jetty has the following features:

  • Full-featured and standards-based
  • Open source and commercially usable
  • Flexible and extensible
  • Small footprint
  • Embeddable
  • Asynchronous
  • Enterprise scalable
  • Dual licensed under Apache and Eclipse

Read More

Install Apache Cassandra on Debian 7

Cassandra

Apache Cassandra is an open source distributed database management system designed to handle large amounts of data across many commodity servers, providing high availability with no single point of failure. Cassandra offers robust support for clusters spanning multiple datacenters, with asynchronous masterless replication allowing low latency operations for all clients.

The Apache Cassandra database is the right choice when you need scalability and high availability without compromising performance.

Read More

Installing Tomcat 8 on a CentOS 7 Linux VPS

Installing Tomcat 8 on a CentOS 7 Linux VPSIn the following article we will guide you through the steps on how to install the latest Tomcat 8 on a CentOS 7 Linux VPS.

What is Tomcat?

Apache Tomcat (previously known as Jakarta Tomcat) is an application server developed by the Apache Software Foundation that executes Java servlets and renders Web pages that include Java Server Page coding.

System Requirements?

  • A Linux VPS Hosting
  • JAVA 7+ Server

Read More

How to install Gerrit2 on CentOS 7

How-to-install-Gerrit2-on-CentOS-7

How to install Gerrit2 on CentOS 7. Gerrit  is a web based code review application which uses the Git version control system. Gerrit makes code review easier by generating the code changes in a side-by-side preview, allowing inline comments that can be added by a reviewer. Gerrit allows any authorized user to submit changes to the master Git repository, which simplifies the process when an approved change has to be merged in manually by the project maintainer.

System requirements?

  • A Linux VPS hosting
  • JAVA JDK higher than 1.7
  • Database Server
  • Web Server
  • GIT
  • CentOS 7 OS

Read More