Categories
Java

Deploy a Java Tomcat war on AWS with SSL in 5 minutes

In this tutorial we will deploy a Java Tomcat war to AWS Elastic Beanstalk. Also we will plug it to our own domain, with full SSL support. Finally we will add HTTP to HTTPS redirection, so that no unsecure connection to our app can happen. If you want to deploy a Python Django webapp on […]