Does Tomcat 4 have a GUI?
Created May 7, 2012
Ivo Limmen Accessing http://localhost:8080/manager directly will not do anything. You gan give command to it like:
http://localhost:8080/manager/list
You will get a page (very simple) that show all the active web applications. Look on the Tomcat site at Jakarta for more information.