so I'm trying to do the self-paced course WSO2 Identity server fundamentals -V5.11 "implementing access delegation for web/mobile apps" Section Access delegation -oauth 2.0.
-ive setup "localhost.com" in etc/host file.
-ive got tomcat8 running and it says pickup-dispatch is "running true" at localhost:8080/manager/html.
-I've downloaded and running backend-service.jar (does this need to be located in some certain file or path?)
-I have setup call-back URL as a service provider and edited dispatched.properties at /web-inf/classes to the correct consumerkey and consumer secret from service provider.
So i can't get to the http://localhost.com:8080/pickup-dispatch/index.jsp, but I can access http://localhost:8080/pickup-dispatch/index.jsp and I get to a login page Login screen
When I click Login I get "this site can't be reached"
I can't figure out what the problem is, help is most appreciated