Restlet firstResourceServlet example

2008-12-13 Thread postmaster
Could any one tell me what i did wrong? I deployed the extracted firstResourceServlet.war file (no change) to tomcat 6.0.18, it reported error as: resource /firstResourceServlet not found? thanks -- http://restlet.tigris.org/ds/viewMessage.d

Re: Restlet firstResourceServlet example

2008-12-15 Thread Thierry Boileau
Hello, as said in the tutorial, this application supports 2 resources with the following URIs: * http://localhost:8182/firstResourceServlet/items : URI of the "items" resource. * http://localhost:8182/firstResourceServlet/items/{itemName} : URI of the "item" resource where {i

Re: Restlet firstResourceServlet example

2008-12-16 Thread Thierry Boileau
Hello, it comes from here: http://www.restlet.org/documentation/1.1/firstResource#part02 best regards, Thierry Boileau > Thierry Boileau: > Thanks for your reply. I get more confused. I checked code, the uri was: > > http://localhost:8080/firstResourceServlet/items > > in the war file coming

RE: Re: Restlet firstResourceServlet example

2008-12-15 Thread postmaster
Thierry Boileau: Thanks for your reply. I get more confused. I checked code, the uri was: http://localhost:8080/firstResourceServlet/items in the war file coming with tutorial. I don't know where http://localhost:818​2/firstResource/item​s comes out in your response. Only the package was firs

RE: Re: Restlet firstResourceServlet example

2008-12-18 Thread postmaster
Hi, you're right in terms of tutorial. However, in the actual download zip file (See the following text in tutorial: You can find the sources of this sample application in the "First resource application" files. ), the uri was: http://localhost:808​0/firstResourceServl​et/items I believe