You are supposed to have something like this in your application web.xml :
<servlet-mapping>
<servlet-name>providerServlet</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 <[email protected]> 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
> [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> 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 [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-appengine-java?hl=en.