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.
を実行するサーブレットがありgetServletConfig().getServletContext().getRequestDispatcher("index.jsp") .forward(request, response) 、Jetty がindex.jspファイルを見つけられません。「setResourceBase」を jsp の場所に設定しましたが、機能しません。誰でも問題を理解できますか?
getServletConfig().getServletContext().getRequestDispatcher("index.jsp") .forward(request, response)
index.jsp
設定しましたか
context.setServingResources(true);