Hi

I have few questions with respect to deploying a cxf servlet into tomcat :

* how to use/combine correctly a servlet's url pattern and an 
jaxws:endpoint/@address values ?

For example, suppose I have a webapp "test" and I want my servlet to recognize 
this pattern : /hello/world

As such, I'd like 
GET http://localhost:8080/test/hello/world?wsdl 

to return me a wsdl.

In web.xml I've tried
/hello/*
/hello/world

and in jaxws:endpoint/@address I tried
/hello/world
/world

with no luck, the above request returns no service is available

* what is the difference between jaxws:endpoint/@implementer and  
jaxws:endpoint/@implementerClass attributes ?

Thanks, Sergey



----------------------------
IONA Technologies PLC (registered in Ireland)
Registered Number: 171387
Registered Address: The IONA Building, Shelbourne Road, Dublin 4, Ireland

Reply via email to