I am building a simple Spring Boot application that I want to deploy on a server.
I've set up a Amazon LightSail Linux and installed tomcat8 and mysql-server.
I already know how to get a war file from my project. The question is how to upload it to the server?
I know there are Amazon tools for deploying code to EC2 instances but I have an Lightsail instance so I can't find value key pairs to couple my server with AWS codedeploy.
Can this be done by using SSH or FTP?
Lightsail is supposed to offer a simple management console but I can't seem to find how to deploy an application to it.
I found out about tomcat manager gui, first I needed to install tomcat8-admin-webapps and tomcat8-docs-webapps, then I can access the Tomcat Web Application Manager where I can upload a War file.