WebAppプロジェクトを作成

「WebAppプロジェクトを作成」の編集履歴(バックアップ)一覧はこちら

WebAppプロジェクトを作成」(2014/07/12 (土) 22:30:19) の最新版変更点

追加された行は緑色になります。

削除された行は赤色になります。

**Servletの編集 クラスのメソッドを全て消去し、以下を追加。 @Override protected void service(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { ServletContext sc = getServletContext(); RequestDispatcher rd = sc.getRequestDispatcher("/WEB-INF/jsp/Sample.jsp"); rd.forward(request, response); }

表示オプション

横に並べて表示:
変化行の前後のみ表示: