users@jersey.java.net

No server response

From: <gary.casey_at_bt.com>
Date: Tue, 10 Jul 2007 12:18:23 +0100

Hi,

Just downloaded and installed Jersey and ran up HelloWorld (ant run). If
I go to http://localhost:9998/gary I get, as one would expect, a 404
response from the server. If I then go to
http://localhost:9998/helloworld the server sends no response - my
client waits forever. Interestingly, if I then try to GET
http://localhost:9998/gary again, this time I get no response. FYI I'm
using a local proxy (Fiddler) to monitor all HTTP traffic

I've tried latest and stable versions of Jersey; I am running Ant 1.6.5,
JDK 1.6.0_02 on fully patched Windows XP

This is obviously pilot error of some sort, but I hope someone can help
me figure out what's wrong ...

Thanks,

- Gary