Hi,
I’am using a network drive to store my workspace. On my local drive I’ve installed MyEclipse 6 + Tomcat. Deploying from my network drive to my local drive does not work if the time of my computer is out of sync with the time on the server. For example:
– The time on my pc is 3 minutes in the future.
– I make changes to a jsp file.
The changed jsp file is only deployed to my local drive if the timestamp of the jspfile on my local drive is lesser than the timestamp of the jsp file on the network drive (workspace). But the new timestamp of the changed jsp file on my local drive is again 3 minutes in the future. So I’ve to wait for 3 minutes between making changes to see MyEclipse deploy the changes to my local drive.
There’s no warning/error that the change isn’t deployed, so it took me some time to figure out that this was the deployment problem I was facing.
Why is this timestamp check implemented? Can’t you just deploy every change without considering the timestamp?
Thanks,
Teun Hoogendoorn