JSP Study Notes (2): installation and configuration of Tomcat server, learning notes tomcat

Source: Internet
Author: User

JSP Study Notes (2): installation and configuration of Tomcat server, learning notes tomcat

1. Download and install Tomcat.

Go to the Tomcat official website to download the installation package or install the compressed package without installation. Link http://tomcat.apache.org/

Set the JRE path. If JRE has been installed in the machine, the path will be automatically searched. If no or multiple JRE paths are installed, You can manually set them.

Set the Tomcat installation path.

Directory file after Tomcat installation.

Ii. Tomcat configuration

Open the conf/server. xml file in the Tomcat installation directory for relevant settings. In port = "8080", 8080 is the HTTP port that can be set during installation. to change the port you want to use in xml, you must restart the Tomcat server to make the change effective.

<Init-param> <param-name> listings </param-name> <param-value> false </param-value> </init-param>

Open the Tomcat server and start the server.

Reprint please indicate reprint address: http://www.cnblogs.com/FlyingPuPu/p/5094865.html

Related links:

Install and configure JDK: http://www.cnblogs.com/FlyingPuPu/p/5094335.html

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.