I'm writing a client-server application.
The client application will run on android device, and I'm using ec2 with tomcat6 as a server. I wrote a server application which I want to run constantly on the server.
How do I do it?
Is this implemented with servlet, and how?
Also, I'm not sure, who starts the server-application once the server is up?
I have a basic knowledge of how servlets work, I created an http servlet which adds rows to database (RDS) through html page.