This tutorial walks through the steps to deploy a sample Spring Boot application war on Tomcat in the virtual private server as well as 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 root access. Basically, the 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 steps below. We will do the configuration from scratch until the implementation of the application. • VPS server configuration • Java installation • Mysql and PHPMyadmin configuration • Tomcat installation and configuration • Domain binding with the application • War implementation on tomcat server # Hostinger VPS Server: https://www.hostg.xyz/SH8M3
# Namecheap domain registration: https://namecheap.pxf.io/do5yeM
References: # Java configuration: https://www.digitalocean.com/community/tutorials/how-to-install-java-with-apt-on-ubuntu-20-04
# Tomcat configuration: https://www.digitalocean.com/community/tutorials/install-tomcat-9-ubuntu-1804
# PhpMyadmin configuration: https://www.digitalocean.com/community/tutorials/how-to-install-and-secure-phpmyadmin-on-ubuntu-20-04 .
Source Link
COMMENTS