i am using spring tcserver-2.9.5 (tomcat) as webserver. I want to access tomcat manager UI. I tried to access it by http://local:8080/manager/html but i get blank page.
I have done below entry under tomcat-users.xml <user username="myadmin" password="adminPassword" roles="manager"/> Any help what i am missing here? Is 8080 is not right port for admin.