[appengine-java] Re: OpenId Provider using java

2012-02-01 Thread TG
I tried to create a project with the example of openid-provider in
http://code.google.com/p/joid/source/browse/#svn%2Ftrunk%2Fexamples%2Fopenid-provider

but I got the error *The requested resource (/authenticate) is not 
available.*
in *http://localhost:8080/authenticate*
*
*
What I have to do? 
Do I ha to do the server installation?
http://code.google.com/p/joid/wiki/ServerInstallation
*
*
I'm running on Tomcat in Eclipse. 
*
*
*
*

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine-java/-/q7FjScAdGjwJ.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



Re: [appengine-java] Re: OpenId Provider using java

2012-02-01 Thread Francois MASUREL
You are supposed to have something like this in your application web.xml :

 servlet-mapping
 servlet-nameproviderServlet/servlet-name
 url-pattern/authenticate/url-pattern
 /servlet-mapping
http://code.google.com/p/joid/source/browse/trunk/examples/openid-provider/src/main/webapp/WEB-INF/web.xml




On Wed, Feb 1, 2012 at 14:12, TG gae.ic2...@gmail.com wrote:

 I tried to create a project with the example of openid-provider in

 http://code.google.com/p/joid/source/browse/#svn%2Ftrunk%2Fexamples%2Fopenid-provider

 but I got the error *The requested resource (/authenticate) is not
 available.*
 in *http://localhost:8080/authenticate*
 *
 *
 What I have to do?
 Do I ha to do the server installation?
 http://code.google.com/p/joid/wiki/ServerInstallation
 *
 *
 I'm running on Tomcat in Eclipse.
 *
 *
 *
 *

 --
 You received this message because you are subscribed to the Google Groups
 Google App Engine for Java group.
 To view this discussion on the web visit
 https://groups.google.com/d/msg/google-appengine-java/-/q7FjScAdGjwJ.
 To post to this group, send email to
 google-appengine-java@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine-java+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-appengine-java?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] Re: OpenId Provider using java

2012-01-24 Thread Francois Masurel
I've successfully built an OpenId provider on GAE Java using this project 
as a starting point :

http://code.google.com/p/joid/ 

I added some connectors to enable users to log in using their social 
networks accounts (Twitter, Facebook, Foursquare, LinkedIn, etc.) as well 
as Mozilla BrowserId.

Francois

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine-java/-/yXgdzmKglRMJ.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.