Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在从我的 servlet 中调用一个 jsp。如何指定我尝试调用的 jsp 相对于项目根目录的位置?(src/com/.......)
您不能考虑文件在源项目中的位置。您必须考虑文件在将部署在容器中的 Web 存档中的位置。
因此,如果 JSP 在 war 文件(或分解的 war 文件)中位于根目录下,那么路径应该是/results.jsp.
/results.jsp