I developed a RESTful Web Service using Jersey between my mySQL server database and my Mobile Apps (Android, iPhone).
I used Hibernate in the Web Service to talk to the database and then wired my DAOs to the Jersey services.
My Operating System is Windows7-64bit.
Right now the Web Service is running on Tomcat 7 in locathost. How can I publish my Web Service on the Internet? what is the best approach? for instance can I use Amazon Web Services or Apache HTTP Server?
Or perhaps other Web-Servers like : Web Servers - Examples