开发者

Location of jsp class file inside war file

开发者 https://www.devze.com 2023-02-28 11:06 出处:网络
When I am creating a war file for struts2.xx project called \'test\'. I want to know where my *.jsp are converted into *.class, can you tell me the exact开发者_如何学C location of jsp\'s class file in

When I am creating a war file for struts2.xx project called 'test'. I want to know where my *.jsp are converted into *.class, can you tell me the exact开发者_如何学C location of jsp's class file inside my war file? Environment Should running in Tomcat7.xx


Jsp's generated class files wont go inside the war file. You can find them in the Servlet Containers directory (for tomcat it will be something like ${CATALINA_BASE}\work\Catalina\localhost\${WebAppName}\org\apache\jsp)

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号