I have installed Netbeans 6.0.
I tried one webservices application with Tomcat 6.0 as server in this IDE
and I created one webservice in that application.The IDE generates
JAX-WS 2.1 related libraries.But,tomcat 6.0 supports JAX-WS 2.0 API.
For that reason, I got deployment error as
Failed-Context path .What I should do now for deploying that application successfully.
Please anybody help me.