Well... I figured it out. And I am an idiot. 

I had setup my web.xml to associate my Application class with "/myapp".

I was then attaching my resources to a URI that started with "/myapp/...".

So therefore, in my browser the URI which properly returned me my resource
was: /myapp/myapp/zipcodes/{zip}/...

I had been trying this instead: /myapp/zipcodes/{zip}/...

Yes, I do feel extremely cool now... (and yes that was some self deprecating
sarcasm...)

~ Andrew

-- 
View this message in context: 
http://n2.nabble.com/Help-with-a-basic-Application-and-Resources-%28on-JBOSS%29-tp3032757p3033033.html
Sent from the Restlet Discuss mailing list archive at Nabble.com.

------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2359846

Reply via email to