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

Popular posts from this blog

jQuery clickable div with working mailto link inside -

java - Getting corefrences with Standard corenlp package -

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -