Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification.
The "HowTo" page has been changed by KonstantinKolinko: http://wiki.apache.org/tomcat/HowTo?action=diff&rev1=124&rev2=125 Comment: Administration webapp is not available for Tomcat 6 and later See http://tomcat.apache.org/tomcat-7.0-doc/ssi-howto.html == How do I install the Administration web app? == + === Tomcat 5.5 === If you install Tomcat 5.5 binaries, the Administration web app is not bundled with it; this describes how to add the Administration web app to your Tomcat 5.5 installation. (Tomcat 4.1 comes with the Administration web app as part of the binary). The following refers to a Tomcat 5.5 set up on Windows 2000, so your path names will be different on *nix platforms. In this example, Tomcat 5.5.17 in installed in ''c:\Program Files\Apache Software Foundation\Tomcat 5.5'' (this is my '''CATALINA_HOME'''). @@ -210, +211 @@ 1. Restart Tomcat. 1. Now when you visit ''http://localhost:8080/admin'' you should see a page that asks for a user name and password. If you still see the "no longer loaded" error message in your browser, you must either force a full reload of the web page (in Firefox, hold down Shift key while clicking on the Reload button) or just restart your browser completely. + + === Tomcat 6.0 and later === + Development of Administration web app was ceased and it is no longer provided for Tomcat 6.0 and later versions. + + An alternative is to use 3-rd party applications, such as PSI Probe. See [[AddOns]] page for links. == How do I add JARs or classes to the common classloader without adding them to $CATALINA_HOME/lib? == Either --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org