Cockpit with Spring Boot

I am trying to use Spring Boot to serve up my web application for team reasons. I had previously been using MAMP which was great. I am getting the typical whitelabel error page when trying to go to localhost:8080/cockpit/install but the index.html loads fine. Any suggestions or tips would be welcome. I will try and clarify if more info is needed. Thanks!

@hellmaca, Sprint Boot is for building Spring applications (tomcat/java), Cockpit CMS runs on a very different ecosystem (apache/nginx/php), you can have both side by side but you need a web server (Nginx or apache) able to deal with PHP requests.

1 Like