I have hosted Java Web application developed using RestFul Web services, hibernate and angularjs. MySql is the DB. After Hosting in Tomcat, restful webservices GET calls are not pulling correct data from the DB after making a transaction.
i.e.,
- GET call is accessed for a resource
- POST call is made to the Resource
- Again the GET call is made, which shows the initial values alone but not the newly posted entry.
This happens in few machines only. While in few other machines, it works as expected. I have cleared the browser cache as well. still not working.
Please help on this.