Apache Tomcat server web site

Source: Internet
Author: User
Tags apache tomcat

Direct Publishing: copy the entire web folder to the tomcat/webapps directory.

Enter http: // localhost: 8080/Web Folder name in the address bar of the browser/

Configuration release: Create a XXX. xml file in/tomcat/CONF/Catalina/localhost/and enter the following content:

<Context Path = "/virtual path" docbase = "disk width:/file path" DEBUG = "0" privileged = "true" workdir = "disk width:/file path">

</Context>

Enter http: // localhost: 8080/virtual directory name in the address bar of the browser/

Note: there must be a WEB-INF folder under the website, where the Web. xml file and the classes, lib folder;

The Web file must contain: content <web-app> </Web-app>, and cannot be placed in a folder containing Chinese characters!

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.