Lami Akagwu created JBAS-9475:
---------------------------------
Summary: .jsp fails to recompile after redeployment
Key: JBAS-9475
URL:
https://issues.jboss.org/browse/JBAS-9475
Project: Application Server 3 4 5 and 6
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Web (Tomcat) service
Affects Versions: JBossAS-4.2.2.GA
Environment: all
Reporter: Lami Akagwu
Fix For: No Release
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.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira