I have an Ubuntu Server virtual machine on Amazon EC2. I want to deploy a Spring MVC project on it. As a result of my searching I found that this is possible but how? What steps should I go through?
Asked
Active
Viewed 151 times
1 Answers
0
Found a solution. I build a runnable jar file with maven and send it to my EC2 machine with scp. Then I just run the jar file and it works.

dephinera
- 3,703
- 11
- 41
- 75