TOMCAT startup error: the CATALINA_HOME environment variable is not de

Source: Internet
Author: User

When startup. bat in the tomcat/bin directory is run, an error is returned:
The CATALINA_HOME environment variable is not defined correctly

When this problem occurs, the first response is to add the CATALINA_HOME environment variable: After the environment variable is added, the problem cannot be solved, or the same error is reported. Open startup. bat script, find the error location, read the code, you can find: 1. if the CATALINA_HOME variable is not set, the system sets the path of the cd as CATALINA_HOME. Therefore, the first error is reported. after the manually CATALINA_HOME variable is used, the same error still occurs because a semicolon (;) is added to the environment variable, so % catalina_home % \ bin \ catalina in row 33. a semicolon (;) is added before \ bin in the bat path, causing the second error. Remove the semicolon in CATALINA_HOME and solve the problem.

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.