I'm deploying jhipster in tomcat. But the login process is not working either in the registry, or in the gateway. I'm finding errors like the following:
I do not understand why the API is not published, any ideas?
Thank you
I'm deploying jhipster in tomcat. But the login process is not working either in the registry, or in the gateway. I'm finding errors like the following:
I do not understand why the API is not published, any ideas?
Thank you
JHipster requires Java 8. If you try to deploy to a Tomcat Server using Java 7, the only visible error is that the API gives a 404 response like in your question.
If you still want to deploy to a Tomcat server (instead of Docker or an executable JAR), upgrade your JRE version and make sure Tomcat uses Java 8 over the older version.