Reputation: 1492
Where does JBoss keep the compiled jsp files (cached servlets)? Something similar to the work directory in the Tomcat application server.
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.
Upvotes: 4
Views: 13211
Reputation: 1030
Yes... I have C:\jboss-eap-5.1\jboss-as\server\default\work\jboss.web\localhost_\org\apache\jsp
Upvotes: 4
Reputation: 757
all my compiled jsp files are in this directory : server/default/work/jboss.web/localhost/space/org/apache/jps
Upvotes: 1