Just as a suggestion and little bit of over curiosity :-)If the functionality you are trying to build in the servlet is minimal or is probably a service giving out some dynamic content, consider exposing it as a RESTful Web Service. In that way its a clean approach to integrate with the the AJAX call on any HTML event.