Spring boot java application deployment on tomcat (VPS Server)

This tutorial explains the steps of how to deploy a sample spring boot application war on tomcat on the Virtual private server and also a quick walkthrough of the sample java application. The application is deployed on Hostinger VPS Server which is an unmanaged server and the user gets all the root access. basically Unmanaged VPS server gives the user the flexibility to install any type of application which can range from Spring boot, Spring MVC, Elastic search, NoSql databases. This tutorial covers the following below steps. We will do the set up from scratch till the app deployment. • Setting up the VPS server • Installation of Java • Mysql and PHPMyadmin setup • Tomcat installation and configuration • Domain linking with application • War deployment on tomcat server # Hostinger VPS Server: # Namecheap Domain Registeration : References: # Java Setup :
Back to Top