Java environment Configuration-Configuring the TOMCAT8 environment

Source: Internet
Author: User
  1. Install the JDK first, configure the JDK environment, and then configure Tomcat 8.
  2. To configure environment variables:
    1. Tomcat_home:d:\program files\apache-tomcat-8.0.28
    2. Catalina_home:d:\program files\apache-tomcat-8.0.28
    3. Catalina_base:d:\program files\apache-tomcat-8.0.28
  3. Modifying the CLASSPATH variable
    1. Append at the back:;%catalina_home%\lib\servlet-api.jar
  4. Modifying the PATH variable
    1. Append at the back:;%catalina_home%\bin
  5. Then start the Startup.bat service startup
  6. This indicates that the service started successfully.
  7. It's a hassle to start registering Windows services with this every time you turn on services
  8. Start-run-cmd (Administrator) CD to D:\Program Files\apache-tomcat-8.0.28\bin directory
  9. Execution: Service.bat Install
  10. And then you can see the Tomcat service in the list of services.

Java environment Configuration-Configuring the TOMCAT8 environment

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.