views:

15

answers:

0

Hi folks, I am facing one problem while writting webservice which will returns json string.I am sending jersey request to tomcat server which is returning json string at first time which is fine but after that if I send another request then it is not responding me.But I can see all the values of json string into logs which I specified in program only once.And if I restart tomcat server then again only once it will gives response.Anyone knows what is the problem?