

How do I install the administration web app? If you still see the error message "no longer loaded" in the browser, You have to refresh the current page (in Firefox, click the "refresh" button and press the Shift key at the same time) or restart the entire browser.Īddress: I _install_the_Administration_web_app.3F Now you can use Http: // localhost: 8080/adminYou may need to enter the username and password you just added before accessing the administration Web reference. For example, add the following line to the last line (containing In front:
Tomcat administration tutorial software#
(In actual cases, you can copy only the admin folder to the C: \ Program Files \ Apache Software Foundation \ Tomcat 5.5 \ Server \ webapps directory, in this way, some of the original files will not be overwritten.)Īdd a role configuration C: \ Program Files \ Apache Software Foundation \ Tomcat 5.5 \ conf \ tomcat-users.xmlįile so that you can use the admin role for management. After overwriting, only the Admin directory and some files under the directory are left. Ĭopy the entire directory C: \ temp \ apache-Tomcat-5.5.17 \ Server \ webapps \ admin to the directoryĬ: \ Program Files \ Apache Software Foundation \ Tomcat 5.5 \ Server \ webapps. XML file to this directoryĬ: \ Program Files \ Apache Software Foundation \ Tomcat 5.5 \ conf \ Catalina \ localhost. Ĭopy C: \ temp \ apache-Tomcat-5.5.17 \ conf \ Catalina \ localhost \ ADMIN. In this example, Tomcat 5.5.17 is installed onĬ: \ Program Files \ Apache Software Foundation \ Tomcat 5.5Directory (this is my own Catalina_home).ĭecompress the downloaded administration web app file (for example, apache-tomcat-5.5.17-admin.zip ) to a temporary directory using the WinZip or tar command, for example: C: \ Temp. Therefore, the installation path name varies slightly with the platform. The following describes the installation content of the tomcat5.5 administration web app on Windows2000. If you have installed Tomcat 5.5 binaryProgramThe administration web app is not bound to the installer and needs to be downloaded (in tomcat4.1, the administration web app is installed together as part of the tomcat4.1 installation package by default ).
