I have written a JAVA servlet that implements the "Facebook Connect" feature. I have installed Tomcat on my laptop locally and ca run it successfully.
I want to host the servlet now on a Tomcat Server, so that people from outside can log in and provide their Facebook data through the servlet.
How do I do this? Which Tomcat server hosting should I purchase from the web? What steps would be involved in getting this done? Any tutorials / references available for this?