Hi, again, Martin- I'm gradually working through trying to understand what's happening under the covers in these sample apps - the first question I have is, how does the oauth server run on port 9090? I can't figure out which code or configuration is specifying the port number. The only 9090 in that project appears to be when the server is creating a test client(?). Or is this servlet intended to be deployed on a server that already is configured to use 9090?
I'm probably completely misunderstanding what's happening. Thanks for your patience.... -------------------------- John Wismar Alldata Technology 916-478-3296 > -----Original Message----- > From: Martin Svensson [mailto:[email protected]] > Sent: Tuesday, July 19, 2011 7:54 PM > To: [email protected] > Subject: RE: OAuth extension in Incubator > > John, > > Im attaching 3 projects that should work. > > oauth-server.zip - A project creating an oauth server on port 9090. > protected-resource.zip - A project that protects a resource using the oauth- > server proxy-resource.zip - A project that access the protected-resource > > You can compile these three projects a run on a servlet server > > Observe that these projects uses the absolute latest version of the 2.1 > SNAPSHOT (I dont know if that has been compiled to a maven snapshot yet > (if that is what you use for building). > > I am currently verifying a simple example that access Google data - I will > post > these as well on the wiki or upload to the example project > > ------------------------------------------------------ > http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId > =2798277 ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2798976

