Hello.
Probably there could be exception in your servlet. In the catch block try to add out.println("Exception Occured!!"). And in the try block add out.println("Success!!").
Let me know.
...