NoClassDefFoundError
I got this error message when deploying a JSP:
java.lang.NoClassDefFoundError: org/apache/soap/rpc/RPCMessage
This error points to the line "gs=new GoogleSearch();" where GoogleSearch is a defined class. I tested it on my local computer and it worked well.
Do you have any idea what type of exception is this ? Thank you.

