Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[m2e-users] Classpath error with m2e-wtp

Hi
I have a multi-module maven project where 2 projects are Spring web
applications. I try to run these from within Eclipse on a Tomcat
server. I haven't found much m2e-specific documentation on this, but I
have tried to follow the general WTP documentation that exists.

I have created a "Server" in Eclipse and chosen what modules should be
deployed, everything seems correct, but when i start the server I get
errors:

Error configuring application listener of class
org.springframework.web.context.ContextLoaderListener
java.lang.ClassNotFoundException:
org.springframework.web.context.ContextLoaderListener

There seems to be a problem with the classpath. Anyone have an idea of
how I may fix it?

Eclipse Java EE IDE for Web Developers.
Version: Helios Service Release 2
Build id: 20110218-0911

m2e - Maven Integration for Eclipse
(Incubation)	0.13.0.201104271504	org.eclipse.m2e.feature.feature.group
Maven Integration for WTP
(Optional)	0.13.0.201104280310	org.maven.ide.eclipse.wtp.feature.feature.group

/ Fredrik Tuomas


Back to the top