Hello,
I'm remotely debugging a J2EE application from eclipse.
I developed an external tool that will copy the file I modified to the server and then debug the application from the server.
It used to work perfectly, but since a few days ago, it doesn't work anymore. This means that whenever I submit the new file, when I switch to debug mode the server seems to keep the old version of the jsp and, at the point where I modified the file, the debugging gets unsynchronized (since eclipse is reading the new version). I tried restarting tomcat, manually modifying the file on the server, pretty much everything, but the server still seems to keep the old version of the jsp.
I'm quite convinced this is only a matter of setting the server to that it recompiles the classes whenever a file gets modified. The problem is that since it used to work fine, and no apparent modification was made, I have no idea which setting that is.
Could someone give me some insight?
Thanks in advance