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.
「test」という struts2.xx プロジェクトの war ファイルを作成しているとき。*.jsp が *.class に変換される場所を知りたいのですが、war ファイル内の jsp のクラス ファイルの正確な場所を教えてもらえますか? 環境 Tomcat7.xx で実行する必要があります
Jsp の生成されたクラス ファイルは、war ファイル内には入りません。それらは Servlet Containers ディレクトリにあります (Tomcat の場合は のようになります${CATALINA_BASE}\work\Catalina\localhost\${WebAppName}\org\apache\jsp) 。
${CATALINA_BASE}\work\Catalina\localhost\${WebAppName}\org\apache\jsp