Installation configuration tomcat in Windows system

Source: Internet
Author: User
Install configuration tomcat in Windows system:
1, first copy uncompressed apache-tomcat-6.0.44 zip file
2, Tomcat Service.bat set the service name
Set service_name=tomcat6.0.44
Set Displayname=apache Tomcat 6.0.44
3. Turn off the log of Tomcat Stdout.log.
In/bin/service.bat will be modified into
--stdoutput ^
--stderror ^
4, run Service.bat Install service installation complete
5, run services.msc, view the installation of services
6, Tomcat server.xml for the corresponding port configuration, multiple Tomcat attention port not the same
<server port= "8095" shutdown= "Shutdown" >
<connector port= "8080" protocol= "http/1.1" connectiontimeout= "20000" redirectport= "8443"/>
<connector port= "8099" protocol= "ajp/1.3" redirectport= "8443"/>
7. Security Reinforcement: Use a blank index.html in the root directory to replace the system default index.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.