users@jersey.java.net

[Jersey] Re: JerseyTest Connection refused

From: Vincent Blouin <vincent.blouin_at_gmail.com>
Date: Wed, 22 Feb 2012 06:05:37 -0800 (PST)

Maybe if you created your web resource this way in your constructor :

BASE_URI = new URI("http://localhost:9998" + "/service");
        resource = Client.create().resource(BASE_URI);

Don't forget that grizzly uses port 9998 !

--
View this message in context: http://jersey.576304.n2.nabble.com/JerseyTest-Connection-refused-tp6400501p7308329.html
Sent from the Jersey mailing list archive at Nabble.com.