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.
これが非常に基本的な質問である場合はお詫びしますが、index.jspファイルとは正確には何ですか?Webアプリケーションで重要な他のjspファイルは何ですか?
index.jsp
という名前の JSP ですindex。私の知る限り、デフォルトでは、webapp のウェルカム ファイルには index.jsp が含まれています。つまり、URLにアクセスすると
index
http://som.host.com/webapp/foo/bar/
/foo/bar/webappのディレクトリにある index.jspが実行されます。
/foo/bar/