Pregunta

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?

¿Fue útil?

Solución

Run application as a service or run application in background.

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

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top