Reposting from wrong forum area.
I’m having some issues with auto deploying of updated classes using Myeclipse Tomcat deployment. I have two projects, A dependant on B. I work on code in both B and A, updating .java files.
1) code changes are not reflected on the running Tomcat server.
2) when I click on a stack trace or log4j line in the console, it takes me to the .class rather than .java “file”
This used to work, but now I have to restart Tomcat for every little change to get around 1 (very frustrating). I’ve tried a number of configuration changes, but since there are so many (and they are related, and there is no help), I’m at wit’s end. I’ve tried cleaning the project, removing .jar files, redeploying, etc. Any clues?
Thanks!
David