I am trying to run the Java examples. When I try the authorization
form in the provider app, I keep getting a message saying that
"Firefox can't find the file at 
http://localhost:8080/OAuthProviderEKM/authorize";

Here is the form tag in authorize.jsp:
<form name="authZForm" action="authorize" method="POST">

Here is the servlet tag in web.xml:
    <servlet>
        <servlet-name>AuthorizationServlet</servlet-name>
        <servlet-
class>net.oauth.example.provider.servlets.AuthorizationServlet</
servlet-class>
    </servlet>

Here is the servlet mapping tag in web.xml:
    <servlet-mapping>
        <servlet-name>AuthorizationServlet</servlet-name>
        <url-pattern>/authorize</url-pattern>
    </servlet-mapping>

I do not see any exceptions in the Tomcat logs. What am I doing wrong?

-- 
You received this message because you are subscribed to the Google Groups 
"OAuth" 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/oauth?hl=en.

Reply via email to