• 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
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Netbeans 6.8M1 and JAX-RS using Jersey problems

 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello everyone,

I am trying to do a simple hello world REST app using Netbeans 6.8M1 on Ubuntu Linux 9.10BETA using Jersey

I am getting the following error. I am sure that I am missing something simple, but can't seem to put my finger on it.

Here is the error that I am receiving. Not sure why its not building the jar. I am a bit of a neophyte, so any assistance would be most appreciated.






Here is my EJB




Here is the web.xml which is where I think the issue may be.




Any assistance would be GREATLY appreciated.

John
 
John Brosan
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well, I feel like an idiot, it appears that the RestApp-War project somehow got changed from being the main project to NOT the main project. I set it to the main project again and it works!

Sorry everyone.

Thanks,
John
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic