I deployed rank and retrieve app using Fork and deploy on Bluemix link. When trying to view the app, it says "The application or context root for this request has not been found: /".. Any ideas on why this error?
Answer by @chughts (12979) | Feb 09, 2016 at 02:44 PM
That is because there is no / endpoint registered by the application. Instead append
/rnr-demo/dist/#/
to your url.
ie. if your application is running on
http://retrieve-and-rank-demo.mybluemix.net/
then try
http://retrieve-and-rank-demo.mybluemix.net/rnr-demo/dist/#/
The application or context root for this request has not been found: / 2 Answers
The application or context root for this request has not been found: / while adding jsf ? 0 Answers
Can I use retrieve and rank for questions with multiple answers? 2 Answers
What is the solr version used in IBM Retrieve and Rank? 1 Answer