#1,環境設定
Eclipse2020 Full Edition
Java11
Tomcat9
#2,動的プロジェクト作成:
![](https://qiita-user-contents.imgix.net/https%3A%2F%2Fqiita-image-store.s3.ap-northeast-1.amazonaws.com%2F0%2F654025%2Ffbe44c94-aeb3-e2af-f739-d10cccc618fd.png?ixlib=rb-4.0.0&auto=format&gif-q=60&q=75&s=8493b5ded28e38dcc288c0b9e5de41d1)
#4、ディレクトリ構造とソースコード
![](https://qiita-user-contents.imgix.net/https%3A%2F%2Fqiita-image-store.s3.ap-northeast-1.amazonaws.com%2F0%2F654025%2F99dec7b0-d098-36d2-4205-b558f52c14c6.png?ixlib=rb-4.0.0&auto=format&gif-q=60&q=75&s=a11602557fb64182d0973f518410086c)
#5、ブラウザをGoogle Chromeに設定
![](https://qiita-user-contents.imgix.net/https%3A%2F%2Fqiita-image-store.s3.ap-northeast-1.amazonaws.com%2F0%2F654025%2F44b1ef84-dee6-8104-6744-02685fe1cd4c.png?ixlib=rb-4.0.0&auto=format&gif-q=60&q=75&s=7f459a7fabaae0d8c9194a34eb16606c)
#6、サーバーの起動とブラウザ表示
サーバー起動(Tomcat)
![](https://qiita-user-contents.imgix.net/https%3A%2F%2Fqiita-image-store.s3.ap-northeast-1.amazonaws.com%2F0%2F654025%2F9b04ab10-7303-75e9-8571-920d948d5ea4.png?ixlib=rb-4.0.0&auto=format&gif-q=60&q=75&s=6591e4da2e342d0f43680d9228962674)
ブラウザ表示(Google Chrome)
![](https://qiita-user-contents.imgix.net/https%3A%2F%2Fqiita-image-store.s3.ap-northeast-1.amazonaws.com%2F0%2F654025%2F5a5ce955-a569-2572-ea1f-42e6f9804abb.png?ixlib=rb-4.0.0&auto=format&gif-q=60&q=75&s=b2fa974894c7f3936929468751addd84)
表示することができました!!
URLとリクエストメソッドにも注目すると、
URL ⇨ localhot:8080/JSP_Servlet/HelloServlet
Request Method : GET
となっています.
#7、次のステップ
次回は、JSPファイルからブラウザ表示をさせてみたいと思います!