Springboot integrated JSP, page jump problem record

Source: Internet
Author: User

Problem Description: Do an interface interface call tool, the page with JSP rendering, backstage with Springboot, first to do a home page index.jsp, above put is all interface operation corresponding hyperlink, that is a tag, click into the corresponding interface JSP page

Analysis: At the beginning, each interface operation corresponding to the page is placed in the Web-inf folder, and then accessed in xxx.jsp way, reported 404

The directory structure is probably like this:
There's a b.jsp under web-inf/jsps/.
There's a a.jsp under web-inf/jsps/.

Index.jsp has a link <a href= "test/b.jsp", click the link to jump directly to b.jsp, but no success, reported 404

Results:

Put Web-inf under the purpose is for security, only through controller jump, but with controller like jump a bit of trouble.

Web-inf through <a href= "test/b.jsp" > this way can not jump, from Web-inf to other directories.

Springboot integrated JSP, page jump problem record

Related Article

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.