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'm using Tomcat 4.0.6 as a server with Websphere studio

I have a web project and have added a jsp and a local web service to 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


 
put the relevant jar in TOMCAT_HOME/common/lib

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

Part and Inventory Search

Sponsor

Back
Top