Closed GoogleCodeExporter closed 8 years ago
What URL you are using to run this demo.
If you are using other than
http://opensource.brickred.com/socialauth-spring-demo
then make changes in root-context.xml file in the following section
<bean id="socialAuthWebController"
class="org.brickred.socialauth.spring.controller.SocialAuthWebController">
<constructor-arg value="http://opensource.brickred.com/socialauth-spring-demo" />
<constructor-arg value="authSuccess.do" />
<constructor-arg value="jsp/accessDenied.jsp" />
</bean>
Regards
Tarun
Original comment by tar...@brickred.com
on 28 Jun 2012 at 5:29
Hi Tarun
i am using the bean like this
<bean id="socialAuthWebController"
class="org.brickred.socialauth.spring.controller.SocialAuthWebController">
<constructor-arg
value="http://opensource.brickred.com/socialauth-spring-demo" />
<constructor-arg value="authSuccess.do" />
<constructor-arg value="jsp/accessDenied.jsp" />
</bean>
but still i am getting exceptions,could u plz help me
Original comment by sdssf...@gmail.com
on 29 Jun 2012 at 12:33
How you are accessing your application.
If you are using the above configuration in that case, you have to use
http://opensource.brickred.com/socialauth-spring-demo
to run the application.
If you are using http://localhost/socialauth-spring-demo then have a look into
the following URL:-
http://code.google.com/p/socialauth/wiki/HowToRunApplicationWithLocalhostOnWindo
ws
Regards
Tarun
Original comment by tar...@brickred.com
on 29 Jun 2012 at 1:24
Please re-open if you are still facing this issue.
Regards
Tarun
Original comment by tar...@brickred.com
on 16 Aug 2012 at 4:55
Original issue reported on code.google.com by
sdssf...@gmail.com
on 28 Jun 2012 at 7:49