Hello! I was trying to deploy a simple Web Service while following the "metro: Building a JAX-WS Application in the Metro Environment" Metro tutorial ( https://metro.dev.java.net/getting-started/basic.html ) and got the following error:
ERROR http-8180-Processor22 org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/wsit-jaxws-fromjava] - Error configuring application listener of class com.sun.xml.ws.transport.http.servlet.WSServletContextListener ERROR http-8180-Processor22 org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/wsit-jaxws-fromjava] - Skipped installing application listeners due to previous error(s) ERROR http-8180-Processor22 org.apache.catalina.core.StandardContext - Error listenerStart ERROR http-8180-Processor22 org.apache.catalina.core.StandardContext - Context [/wsit-jaxws-fromjava] startup failed due to previous errors I am using tomcat 5.5 (and i should point out that i installed the Metro binaries before i tried to follow the tutorial) Does this rings any bells? Thanks in advance! Rafael