Admin installation of tomcat5.0.30 cannot be accessed

Source: Internet
Author: User

After installing Tomcat 5.0.30, visit the http: // localhost: 8080/admin page without any display. There are a lot of console errors. The approximate error is: Unexpected error forwarding to login page.
Javax. servlet. servletexception: cannot find Message Resources under key org. Apache. Struts. Action. Message
It turned out that the admin was independent, in the http://www.apache.org has a single download adminpackage jakarta-tomcat-5.5.9-admin.zip, is provided after version 5.5. Decompress jakarta-tomcat-5.5.9-admin.zip to obtain the conf file. The server folder contains three files, and the admin file under conf \ Catalina \ localhost is obtained. copy XML to the tomcat5030 \ conf \ Catalina \ localhost directory, and copy the admin folder under Server \ webapps to the tomcat5030 \ Server \ webapps directory. Add Admin. xml before </context>.
<Resourcelink name = "users" Global = "userdatabase" type = "org. Apache. Catalina. userdatabase"/>
In this way, you can access it.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.