I'm trying to evaluate UAA to be used as a user authentication / authorization service to be used within a microservice architecture but not within a CloudFoundry environment. When running UAA using
$ ./gradlew run
the application seems to work locally but I can't access it externally. So, what do I need to configure to allow access from other hosts?
Also, are there instructions / guides / tutorial for how to deploy uaa on an existing Tomcat server?