• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

REST services in JBOSS

 
Ranch Hand
Posts: 66
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I am trying out a sample REST service using JBOSS and the Rest Easy plugin.
I followed all the steps provided at the link below.
http://www.assertionerror.com/2009/02/26/restful-web-services-with-resteasy/
However, I am not able to access the service after deploying the war.

Here is what I did.
Modified web.xml in the rest easy war provided with RestEasy.

Put my classes in the lib folder
Created a war file with the modified contents and deployed to JBOSS.
The war was deployed successfully
Tried to access the following
http://localhost:8080/rest-services/phonebook
Got a 404 response.

Has anyone worked with JBOSS and REST? Am I doing something wrong? Is there another resource that might help me?
Any help would be much appreciated.

Thanks in advance!
 
Cindy Jones
Ranch Hand
Posts: 66
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Withdrawing this question. I was using the wrong url, without the context root! My apologies

Thanks!!
 
Nothing? Or something? Like this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic