The application is a spring based web application. Getting classNotFound Exceptions
for the following 3 classes while starting the server from eclipse:
org.springframework.web.context.ContextLoaderListener
org.springframework.web.context.request.RequestContextListener
org.springframework.security.web.session.HttpSessionEventPublisher
Server: Tomcat 9
- Tried clean tomcat build directory and clean option.
- Tried "Add and Remove" server option.