This is very strange, but it seems my web app deployment is stuck in a previous version. Any class files I add do not get deployed, but files I have deleted do get deployed. This happens with both the war file deploy and the expanded deploy.
I have tried deleting all of the server files, including war files, prior to deploy with no luck. Only the .java/.class files are effected. And if I make a change to an existing file, it isn’t picked up and the deployer doesn’t register that the current code is out of sync.
But if I make a change to the web.xml file or any of the .jsp files, then the change is detected and it does get properly deployed.
I have also completely rebooted the machine. Please help, I can’t test any code changes until I get this fixed.
Thanks