質問 : 別のディレクトリで index.jsp を実行するにはどうすればよいですか? (下の写真を参照)。
このパスhttp://localhost.:8080/Community/index.jspを使用して (Community/WebContent/index.jsp) で index.jsp ファイルを実行することに成功しました。
ただし、webapp フォルダー (Community/Serializer/src/main/webapp/index.jsp) 内の index.jsp を同じパスで実行したい。
私はEclipseを使用しており、apache-tomcat-7.0.28を実行しています。server.xml を変更しますか? 何か案が?
前もって感謝します!