I have tried configuring Spring Cloud Data Flow (2.0.0.m2) with a prefix, such as:
server.servlet.context-path=/scdf
This does not work because, when you go to http://localhost:9393/scdf/dashboard
, the javascript loaded up tries to go to /security/info
(not /scdf/security/info
).
I am pretty confident this is a bug; I've been reading through the UI code here: https://github.com/spring-cloud/spring-cloud-dataflow-ui, but don't think there is anyway around this beyond a code fix.
But let me ask here first!