RE: ClassNotFoundException WSServlet with Tomcat 7.0.11 on Windows Server 2008 R2 using METRO 2.1

2011-05-23 Thread Howard Smalley
Thanks for the replies so far. Chuck; SEVERE: Allocate exception for servlet TempConvertWS java.lang.ClassNotFoundException: com.sun.xml.ws.transport.http.WSServlet Which usually means you have the requisite class located in more than one place. Given the way you've been scattering jars

ClassNotFoundException WSServlet with Tomcat 7.0.11 on Windows Server 2008 R2 using METRO 2.1

2011-05-20 Thread Howard Smalley
Hi I'm trying to create a simple webservice using Tomcat 7.0.11 on Windows Server 2008 R2 (64bit) using Metro 2.1. I'm coming from a C#/WCF background trying to get a better understanding on web service interopability. I'm actually following an example from Martin Kalin's book Java Web