We are trying to deploy our newly created Spring Admin UI for monitoring purposes.
We followed this tutorial to do so A Guide to Spring Boot Admin| Baeldung
There is no additional bean configuration there. Is this the problem?
$sudo java -jar admin.jar
is working fine. But when we try to deploy it in tomcat, we are getting this error:
HTTP Status 404 – Not Found
Type Status Report
Message The requested resource [/admin/] is not available
Description The origin server did not find a current representation for the target resource or is not willing to disclose that one exists.
Apache Tomcat/9.0.36
Can anybody please help? Thanks in advance.