I am using Tomcat server for my java based Application .
My question is that , is the server is not restarted for every day , its giving wrong results (Means the functionality isn’t working ) , but as soon as the server is restarted , it is working fine .
I am very much confused about this unpredictability of results given , please tell me is such behaviour possible ??
Ours is a web service application using Apache CXF .
Thanks
This is most likely caused by a bug in your own application and not by a bug in Tomcat. There is no reason for Tomcat itself to restart it every day.
Since you didn’t say anything about what exactly goes wrong, it is not possible to help you with your specific problem.