I am trying to deploy a Spring Webservices Application to tomcat on a unix box. I have deployed the war file, bounced the server instance and tried to access the wsdl using the url:
My first guess is that you're missing a library or one of its dependencies.
Amit kull
Ranch Hand
Joined: Jun 05, 2008
Posts: 46
posted
0
Hi,
Yes, it looks like library problem.
Although this may not be directly related, are you using compatible versions of libraries? (I used to get some class not found exception in one of my previous projects because CGLIB version was not compatible.)