spring - Tomcat requires restart to take Jasper Reports changes -
I am using Jasper Report as part of my spring application. I am deploying my application on the Tomcat 6 server via eclipse, so my project is WTP project. The problem I have is that when I change the Jasper Report file (jrxml) I want to send the server to publish the changes I have to restart I have already checked on the deployment folder and .jrxml has been updated, but for some reason the browser remains the old report , I have already made it clear the browser cache without luck.
Any ideas about how to solve it, it is very upset when developing.
I think you use Eraport to change .jrxml, when you change the changes in it Saves, eclipse will not be immediately notified. So you need to refresh your project in Eclipse, if necessary, clean and rebuild the project, and re-deploy it for tomcat.
In addition, you can set eclipse for Auto Build project (Porject -> Test automatically generated) and will continue to refresh the project. When you see the 'synchronized' status of your project changes in 'Properties' in the 'Server' view, you can restart the server and see the changes. To refresh the page with all the cache refresh, press 'ctrl + f5'
Comments
Post a Comment