I’m trying to install Cloudfountry UAA server on Ubuntu machine and with Tomcat but I get multiple errors into Tomcat log during boot time:
java.lang.ClassNotFoundException: org.cloudfoundry.identity.uaa.ratelimiting.RateLimitingFilter
java.lang.ClassNotFoundException: org.cloudfoundry.identity.uaa.web.BackwardsCompatibleScopeParsingFilter
java.lang.ClassNotFoundException: org.springframework.web.filter.DelegatingFilterProxy
Where I can find more details how to install Cloudfountry UAA server as a standalone server?
I tried to follow official docs but without success.
New contributor
Sam0080 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.