Domanda

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?

È stato utile?

Soluzione

Run application as a service or run application in background.

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

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top