-
Bug
-
Resolution: Obsolete
-
Major
-
JBossPOJOServer-1.0 Alpha, JBossPOJOServer-1.0 Final, Closed issues from sourceforge, JBossAS-3.2.5 Final, JBossAS-4.0.0 Final, JBossAS-4.0.1RC1, JBossAS-3.2.6 Final, JBossAS-3.2.7 Final, JBossAS-4.0.1 Final, JBossAS-4.0.1 SP1, JBossAS-4.0.2RC1, JBossAS-4.0.2 Final, JBossAS-4.0.3RC1, JBossAS-4.0.3RC2, JBossAS-4.0.3 Final, JBossAS-4.0.3 SP1, JBossAS-3.2.8RC1, JBossAS-4.0.4RC1, JBossAS-3.2.8 Final, JBossAS-3.2.8.SP1, JBossAS-4.0.4.CR2, JBossAS-4.0.4.GA, JBossAS-4.0.5.CR1, JBossAS-4.0.5.GA, JBossAS-5.0.0.Beta1, JBossAS-5.0.0.Beta4, JBossAS-5.0.0.CR2, No Release
-
None
-
Low
-
Workaround Exists
-
When redeploying a .ear or .war containing .jsps, there are many situations causing a .jsp that needs to be recompiled to not be recompiled, or to be recompiled continuously.
Any situation causing the timestamp of the modified .jsp to be older than the timestamp of its compiled class will cause it not to be recompiled; for example:
- reverting to a previous version of the .jsp using a version control
- timezone difference between development and production server
- .jsp never visited in production server until after change is made, which can happen for a rarely visited page, or a newly deployed server.
Continuous recompilation happens in any situation causing the timestamp of the modified .jsp to be newer than the current time, and will happen until current time catches up; for example:
- timezone difference between development and production server
- future time assigned to .jsp
- relates to
-
JBAS-3358 Work directory for the web app shouldn't be deleted on Context Destroy
- Closed