I’m using:
Eclipse 3.2.2
MyEclipse 5.5.1 GA
jdk1.5.0_10
When I make a change to a “.java” I don’t have any problems. I just need to run an “ant prepEclipse” and then I am able to see all the changes. But when I make a change to a jsp page then I can’t see it.
Well, I would like to know why I’m having this problem?
Actually, If I want to see all jsp changes, I must stop tomcat, run an “ant clean” and “ant war”, redeploy the project and finally restart tomcat.
Thanks for your help!
Alex