Spring Dispatcher Servlet Not Found Problem
        Posted  
        
            by hamam
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by hamam
        
        
        
        Published on 2010-06-17T07:53:32Z
        Indexed on 
            2010/06/17
            10:23 UTC
        
        
        Read the original article
        Hit count: 350
        
I'm trying to build a simple spring web application but I get the following error when I run it on Apache Tomcat 6.0
Class Not Found Exception org.springframework.web.servlet.DispatcherServlet
I'm using maven to handle libraries. At first I thought it was maven's fault but it adds spring and other libraries succesfully.
I tried to import "org.springframework.web.servlet.DispatcherServlet" in a source file and my project has the right package and classes.
My development environment :
Ubuntu 10.4 Eclipse IDE Tomcat 6.0
I'd appreciate any help
© Stack Overflow or respective owner