users@jersey.java.net

Jersey Hello World Working Correctly?

From: Randall Degges (rdegges) <"Randall>
Date: Wed, 17 Sep 2008 16:46:21 -0400

Hi all,

 

I'm new with jersey and trying to get the hello world application to
work correctly. I downloaded the hello world project from
http://download.java.net/maven/2/com/sun/jersey/samples/helloworld/0.9-e
a/helloworld-0.9-ea-project.zip and built it with maven and ran it. The
problem is... When I try to connect to http://localhost:9998/helloworld
(the test link), I am getting Internal Server Error. I do not get the
"hello world" textual response like I'm supposed to... Am I doing
something wrong?

 

Thanks!