I've been trying some things in tomcat and suddenly got a status code 404 for all of my JSPs and Servlets.I am getting this error :
11-Jun-2018 17:40:57.528 SEVERE [main] org.apache.catalina.core.StandardContext.listenerStart Error configuring application listener of class [com.example.model.MySessionListener]
java.lang.ClassNotFoundException: com.example.model.MySessionListener
at .....
11-Jun-2018 17:40:57.528 SEVERE [main] org.apache.catalina.core.StandardContext.listenerStart Skipped installing application listeners due to previous error(s)
I had a HttpSessionListener,but after this error occurred i've deleted , but the error is still there(after restarting and deleting log files).Why does the tomcat still ask for the HttpServletListener if i deleted it?How can i fix this?