| Author |
unable to run restful webserive
|
vasu chowdary
Ranch Hand
Joined: Mar 15, 2008
Posts: 84
|
|
Hi ,
I am running the following example form resteasy with JAX-RS book.I have used the myeclipse6.0 and tomcat6.0 to run this example.Following is my code
I have successfully compiled above and deployed in tomcat.After that i have tested with junit4 with following code.
If i run this with eclipse in built tomcat then i am getting 400 exception.
If run this with external tomcat then i am getting 404 exception.
Following is web app architecture
customers
------WEB-INF
----------web.xml
----------classes
----------lib
is there any mistake in my code?
|
 |
Prash Negu
Ranch Hand
Joined: Apr 20, 2009
Posts: 45
|
|
I think the resource name you specify using @PATH is relative to application context. I dont see you mentioned context name anywhere. The url should be http://localhost:8080/<context>/customer.
Thanks,
Prashant
|
 |
 |
|
|
subject: unable to run restful webserive
|
|
|