Hi,
I have just installed MyEclipse 3.8.2 and I’m testing with Eclipse 3.1M2 and Tomcat 5.0.16. My web application consists of multiple Eclipse Java projects. The smart deployment of the exploded WAR file to Tomcat seems to be working well, when I change a source file and build it in Eclipse, the updated .class file appears in the WEB-INF/classes in the Tomcat webapp directory, so far so good.
The problem I’m having is when I hit breakpoints in the source code, it shows me a read-only version of the source, and the source code reflects the source at the time I last manually did “Manage Deployments -> redeploy “, however the code that gets executed is the up-to-date class file. Can anyone shed some light on how the source code is being located ?
Thanks in advance,
Andrew