Where jboss stores the cached version of the servlet for compiled jsp files

Where does JBoss store compiled jsp files (cached servlets)? Something like a working directory on a Tomcat application server.

I searched Google to find the answer to this question, but I do not find any direct answers for this. Sorry, this should not be a hoax.

I see the contents of old versions of my jsp file in the browser. So, if I edit this jsp file, I do not see it in the browser. So I decided to remove this cached version in order to fix this problem.

+3
source share
2 answers

Yes ... I have C: \ jboss-eap-5.1 \ jboss-as \ server \ default \ work \ jboss.web \ localhost_ \ org \ apache \ jsp

+3
source

jsp : server/default/work/jboss.web/localhost/space/org/apache/jps

+1

All Articles