Index file, using relative paths and absolute paths

Source: Internet
Author: User

Add/, indicates the root directory of the server,

Visit: http://localhost:8080/ServletPathDirection/index.jsp, then jump to Http://localhost:8080/servlet/HelloServlet

Do not add/,

Visit: http://localhost:8080/ServletPathDirection/index.jsp, then jump to http://localhost:8080/ServletPathDirection/ Servlet/helloservlet

<body>
<!--access HelloServlet with relative paths--
<!--/servlet/helloservlet First/represents the root of a server--
<a href= "Servlet/helloservlet" > Access helloservlet</a><br>


<!--access HelloServlet using an absolute path, you can use the PATH variable: The path variable represents the root of the project--
<a href= "<%=path%>/servlet/helloservlet" > Access helloservlet</a><br>

</body>

The above is a hyperlink to access the servlet, through the form of access to the same way (the URL address of the action in the form, and the way the hyperlink is exactly the same)

Note: The Url-pattern in Web. XML must begin with a/, where the/indicates the project's root directory

Path jump problem in servlet:

Index file, using relative paths and absolute paths

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.