Tomcat は初めてで、Java Web アプリケーションを作成したいと考えています。XAMPP Windows 1.8.0 をダウンロードしてインストールしました。フォルダーがあり、C:\xampp\tomcat\webapps\examples
その中にファイルがtest.jsp
あり、次の URL からアクセスすると機能します。
http://localhost/examples/test.jsp
webapps ディレクトリ "C:\xampp\tomcat\webapps\myapplication" に別のフォルダーを作成しました。その中に同じファイル test.jsp がありますが、次の URL からアクセスすると
http://localhost/myapplication/test.jsp
以下のエラーが発生します。
Object not found!
The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again.
If you think this is a server error, please contact the webmaster.
Error 404
localhost
Apache/2.4.2 (Win32) OpenSSL/1.0.1c PHP/5.4.4
新しいフォルダーを tomcat に追加するために必要な構成はありますか?