Although I been working with web services for quite some time this is my first 
attempt to create web services using CXF.  I'm starting with a very simple 
service (Java first) and using a simple standalone Jave console app as the 
client.

My development environment is JDK 1.6, Java EE 6, Eclipse Helios (With WTP) and 
Tomcat 6.

When I start my Tomcat server in Eclipse I get the following errors:

Nov 11, 2010 5:19:02 PM org.apache.catalina.core.ApplicationContext log
SEVERE: Error loading WebappClassLoader
  context: /SimpleCXFWebServiceForTomcat
  delegate: false
  repositories:
----------> Parent Classloader:
org.apache.catalina.loader.standardclassloa...@1004901
 org.apache.cxf.transport.servlet.CXFServlet
java.lang.ClassNotFoundException: org.apache.cxf.transport.servlet.CXFServlet

Nov 11, 2010 5:19:02 PM org.apache.catalina.core.StandardContext loadOnStartup
SEVERE: Servlet /SimpleCXFWebServiceForTomcat threw load() exception
java.lang.ClassNotFoundException: org.apache.cxf.transport.servlet.CXFServlet

Can anyone explain and tell me how to correct?

Thanks,
Mike

Reply via email to