Hi Paul,
Thanks for your response.
Paul Sandoz wrote:
> 
> 1) What is the context path that the app is deployed at: "myWeb" ?
> 
Yes, That's right. 
> 2) Can you access the welcome files?
> 
Those are not important, my bad, I don't have any welcome file.
> 3) What is the logged output from Jetty? is the Jersey application  
> being deployed? does the logged
>      output state that is has found root resource classes in the  
> package you declared? (i presume it does).
> 
Yes, jetty is deployed in web.xml. I didn't find the where it states root
resource classes
> 4) What are @Path on your root resource classes and sub-resource  
> locator methods? Does the path
>       "employees/asdf/asdf" match to a resource class?
> 
Yes it is @Path("/employees/{firstName}/{lastName}")
-- 
View this message in context: http://n2.nabble.com/using-Jersey-in-Jetty-tp2299409p2312558.html
Sent from the Jersey mailing list archive at Nabble.com.