Question

I have a Java application that acts as a server side for my android app, and it's located in my instance of Amazon ec2. I can run that java app through putty, which means that my computer has to stay on. How can I change that so the instance will constantly run that Java application?

Was it helpful?

Solution

Run application as a service or run application in background.

Service or running in background depends on which operating system your using.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top