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?

Était-ce utile?

La solution

Run application as a service or run application in background.

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

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top