如何RequestDispatcher在同一工作空间中使用外部Web应用程序
在第一个Web应用程序中,我使用它
RequestDispatcher rd =request.getRequestDispatcher("vote.jsp");
rd.forward(request, response);
Run Code Online (Sandbox Code Playgroud)
我可以代替vote.jsp用
这个网址:
http://localhost:8080/SpeedyServiceClient/JSP/Search/indexS.jsp