Setting context name in thymeleaf with spring boot deployed on tomcat8 behind apache reverse proxy
I am trying to : setup a sub domain, in which root path / will proxy local tomcat's running thymeleaf + spring boot app at http://localhost:8080/myuiapp/, With a flexibility that I can change the context path to /application or /demo…