I am supporting a 3rd party app using IIS & tomcat. I got the app installed and running fine at myserver:8080/mydir
but the problem is if you just go to myserver:8080 you see a default Tomcat administration page. I am concerned that this might pose a security risk and would like to either turn off, block, or redirect this page.
the constraint is that I can’t change the way the site is configured per se (like changing the name to ROOT or whatever) or I will mess up my vendor support.
any help would be appreciated
You can place a redirect in the …ROOT/index.html file, for example: