-
Bug
-
Resolution: Obsolete
-
Major
-
JBossAS-4.2.2.GA
-
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.
- clones
-
JBPAPP-8362 .jsp fails to recompile after context redeployment
- Closed