posted 21 years ago
I precomipled the JSPs using the weblogic.jspc and placed them in WEB-INF/classes.
When i place these files in a war and deploy the web app, the JSPs are loading faster (i.e. precompiled jsps are working).
But if we deploy the application in the exploded format (as a folder and not as war), and copy the files to the webapp/WEB-INF/classes/jsp_servlet, the server is recompiling the jsps to webapp/WEB-INF/_tmp_war_WEBAPP_webapp folder.
My environment - WebLogic 6.1 sp4.
I want to know why it is working when i deploy as a war file and not working when deployed in the exploded format