While debugging web applications, it often helps to know the list of jsps that are involved/called in processing a request. Previously, in resin, we used to clean the compiled jsps, and then check in the logs or in the compiled jsps folder, which jsps have been compiled again. However, in case of glassfish whenever I clean the compiled jsps from this folder:
[i]C:\glassfish\domains\domain1\generated\jsp\j2ee-modules\B2C\org\apache\jsp[/i]
I still can refresh the page, without any jsps compiling into this folder, hence I am not able to find out which jsps were compiled in the process, either through logs or this folder. looks like glassfish caches the jsps at some location. Does anyone have any idea how to find out the jsps that were used to process a request while using glassfish as server.
[Message sent by forum member 'vikkyultimate']
http://forums.java.net/jive/thread.jspa?messageID=474817