Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Web Service, Exception: NoClassDefFoundError

Status
Not open for further replies.

dnml

Technical User
Mar 4, 2003
7
AU
Hi,

I have a web project in WebSphere Studio and have added a jsp and local web service to the jsp. I have have configured Tomcat 4.0.6 as my server and run the jsp. The page loads and behaves correctly but when I invoke the web service I get a Servlet Exception with the root cause specified as:

java.lang.NoClassDefFoundError: com/ibm/ws/webservices/engine/client/Service

How do I rectify this? I have tried adding various jar files to the server classpath but with no luck. Can anyone point me in the right direction here?

Thanks in adavance.

Dan


 
Have you added the relevant jar files to TOMCAT_HOME/common/lib ?

--------------------------------------------------
Free Database Connection Pooling Software
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top