Complete tomcat configuration steps.

Source: Internet
Author: User

1. ==> go to the bin directory and double-click STARTUP. BAT to check whether an error is returned. Generally, it will be reported.
2. Right-click my computer ==> advanced ==> environment variable to create a variable named java_home and the variable value is the upper layer of your JDK bin directory. Create a variable named catalina_home whose value is the upper layer of your Tomcat bin directory.
3. ==> double-click shutdown. bat under the Tomcat bin directory and repeat the 1 operation. Check whether an error is returned. It should not be reported.
4. ==> go to the Apache-Tomcat-5.5.12/conf directory and find the tomcat-users.xml and create a username and password.

<User Username = "admin" Password = "123" roles = "Admin, Manager"/>
5. then go to the server under the conf directory in the Tomcat main directory. XML file, find connector Port = "8080" and change it to connector Port = "8088"

Related Article

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.