java - Getting errors from deleted class -
i deleted class netbeans spring application, holds method throw exception. removed jars attached class. when run application, tomcat log still shows errors deleted class, timestamped currently. shall call ghostbusters?
logically if of class referring deleted class should throw classnotfound exception, if getting error in deleted class means, war have built not updated.
try clean , rebuild war.
stop tomcat.
delete temp directories created tomcat previous runs.
start tomcat.
and before deploying war check in war deleted class should not there.
Comments
Post a Comment