• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Problem with Tomcat Deployment with Eclipse 3.2

 
Ranch Hand
Posts: 344
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am just trying a sample MVC application in Spring using Eclipse IDE 3.2. While I started the tomcat thru' eclipse, I am encountering following errors:

But If I am not using Eclipse IDE and I manually created all the folders under tomcat\webapps\SpringMVC folder..it's working properly..

And in my eclipse, I ahve set the classpath for servlet-api.jar and all required jar files..

Is there any proble in my IDE..?

What will be reason for "java.lang.ClassNotFoundException: org.apache.catalina.servlets.CGIServlet"



 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic