In this post, the first of a series of 3, we are essentially going to create the whole ECS Fargate setup from ground up using the aws cli only. There are a lot of tutorials out there that explain how to install and configure the aws cli, either version 1 or version 2. So I […]
java
setting up domain models with hibernate
Hello, This is the part 2 of the series about working with maven, spring, and hibernate together. We will use mysql, hibenate,jpa, spring-data-jpa in netbeans. Before we start, i will like us to be on the same page so , we will create a database for our project, its user and credentials. Let’s connect to […]
How to install Multiple instances of tomcat on a single ubuntu server
This article is the first part of my serie : load balancing using mod_jk Let’s install first java using openjdk: [bash] $ sudo apt-get install openjdk-7-jre [/bash] In fact in the previous command we are just installing the Java Runtime Environment (JRE). If there is a case where you would need the Development ToolKit (JDK) […]