开发者

Getting errors from deleted class

I deleted a class from my Netbeans Spring application, which holds a method to throw an exception. I also removed all jars attached to this class. When I run my application, TomCat log still shows errors from deleted class, timestamped currently. Sha开发者_运维问答ll I call the ghostbusters?


Logically if any of the class is referring to the deleted class then it should throw a classnotfound exception, but if you are getting error in the deleted class means, the war which you have built is not updated.

Try to clean and rebuild the war.

stop tomcat.

delete the temp directories created by tomcat for previous runs.

start the tomcat.

and before deploying the war check in the war for the deleted class which should not be there.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜