OpenJDK8 Java EE project using Tomcat 8.5 on Eclipse.
Let's say my project's context root is "/sample".
There is no problem presenting pages with URL "/sample/index.jsp".
If the URL's very end is "/sample"(which is context root),however, it shows an empty blank page.
I tried cleaning project, re-starting server and checking web.xml files but no error was found yet.
This has happened after merging with my teammates.
question from:
https://stackoverflow.com/questions/65949018/jsp-context-root-shows-empty-page 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…