java jboss 在哪里保存已编译的 jsp 文件的缓存 servlet 版本
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/6356482/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Where does jboss keep the cached servlet version for compiled jsp files
提问by ihavprobs
Where does JBoss keep the compiled jsp files (cached servlets)? Something similar to the work directory in the Tomcat application server.
JBoss 将编译后的 jsp 文件(缓存的 servlet)保存在哪里?类似于 Tomcat 应用程序服务器中的工作目录。
I googled to find the answer to this, but I'm not finding any straight answers for it. Sorry, this is not supposed to be a trick question.
我在谷歌上搜索了这个问题的答案,但我没有找到任何直接的答案。抱歉,这不应该是一个棘手的问题。
I am seeing the contents of the old versions of my jsp file in the browser. So, If i edit that jsp file, I am not seeing the new one in the browser. So, I thought of removing this cached version to eliminate this issue.
我在浏览器中看到我的 jsp 文件的旧版本的内容。因此,如果我编辑该 jsp 文件,则在浏览器中看不到新文件。所以,我想删除这个缓存版本来消除这个问题。
回答by Gervase
Yes... I have C:\jboss-eap-5.1\jboss-as\server\default\work\jboss.web\localhost_\org\apache\jsp
是的...我有 C:\jboss-eap-5.1\jboss-as\server\default\work\jboss.web\localhost_\org\apache\jsp
回答by Pierre-Olivier Pignon
all my compiled jsp files are in this directory : server/default/work/jboss.web/localhost/space/org/apache/jps
我所有编译的jsp文件都在这个目录中:server/default/work/jboss.web/localhost/space/org/apache/jps