Tomcat path problem

Source: Internet
Author: User
Tags tomcat

To run JSP code in a different directory, this can be modified in the server.xml of Tomcat's conf file
Add the following code in the host and context
XML code
<Host>
</Context>
<context path= "/path" debug= "0" docbase= "E:/jspweb" reloadable= "true" >
</Context>

</Host>

Here the path= "/path" is the configured virtual directory, enter Http://localhost:8080/path in the Address bar. and docbase= "E:/jspweb" is the machine local path, they form a mapping relationship through this statement.
Second: If you want to run the Web page under Tomcat WebApp, but do not want to put the page under the root file to run, you can create a new file under WebApp, and then put the page in, and then a new file called "Web-inf", these two files are in your new file directory, Then use localhost:8080/test/test.jsp (for example), note that you must create a new Web-inf file. Otherwise, you are not prompted for resources. The Web-inf file can be empty, which is mainly a mapping path.

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.