Can I access a servlet from a stand alone client?
It is certainly possible to access a servlet that is hosted in a servlet container. Any HTTP client should be able to connect to a properly configured servlet container and make requests to a servlet. However, servlets do not run in their own right, they are not server applications. Actions: Follow-up, clarify or correct this answer. Submit a new question.