How to change the Tomcat port from 8080 to 80 in a Dockerfile 14 August 2017 Donovan Work (4) In this post I show you how to change the port of Tomcat from 8080 to 80 in a Dockerfile. [More]
Deploying a Maven Project to an Azure Web App 04 March 2016 Donovan-Brown Work (4) My goal in this post is to build, test, and deploy a Java project using Maven into an Azure Web App running Tomcat 8 and Java 8, execute jUnit tests, and publish code coverage results. [More]
Provisioning a Java 8, Tomcat Web app in Azure using an ARM Template 24 January 2016 Donovan-Brown Work (0) In this post I will show you how to provision a Java site using Azure Resource Manager Templates. [More]