You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get a "You do not have access to view this resource." message after giving the Basic Auth login.
I am running on a separate server (not localhost).
There are no errors in the logs apart from the below after trying to access the ringo-server
11-Mar-2018 18:02:45.494 SEVERE [main] org.apache.tomcat.util.descriptor.web.SecurityConstraint.findUncoveredHttpMethods For security constraints with URL pattern [/admin/*] only the HTTP methods [GET] are covered. All other methods are uncovered.
11-Mar-2018 18:02:45.494 SEVERE [main] org.apache.tomcat.util.descriptor.web.SecurityConstraint.findUncoveredHttpMethods For security constraints with URL pattern [/register/*] only the HTTP methods [POST GET] are covered. All other methods are uncovered.
11-Mar-2018 18:02:45.494 SEVERE [main] org.apache.tomcat.util.descriptor.web.SecurityConstraint.findUncoveredHttpMethods For security constraints with URL pattern [/*] only the HTTP methods [HEAD DELETE POST GET PUT] are covered. All other methods are uncovered.
11-Mar-2018 18:02:52.705 INFO [main] org.apache.catalina.core.ApplicationContext.log ContextListener: contextInitialized()
11-Mar-2018 18:02:52.712 INFO [main] org.apache.catalina.core.ApplicationContext.log SessionListener: contextInitialized()
11-Mar-2018 18:02:52.713 INFO [main] org.apache.catalina.core.ApplicationContext.log ContextListener: attributeAdded('StockTicker', 'async.Stockticker@4b91ac30')
sr [11/Mar/2018:19:37:22 +0000] "GET /ringo-server/ HTTP/1.1" 404 44
The text was updated successfully, but these errors were encountered:
I get a "You do not have access to view this resource." message after giving the Basic Auth login.
I am running on a separate server (not localhost).
There are no errors in the logs apart from the below after trying to access the
ringo-server
The text was updated successfully, but these errors were encountered: