Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 5.1.2, 5.2.3, 6.0.5 GA
-
Fix Version/s: --Sprint - SP, 6.0.6 GA, 6.1.0 CE RC1
-
Component/s: WCM
-
Labels:None
-
Branch Version/s:5.1.x, 5.2.x, 6.0.x
-
Backported to Branch:Committed
-
Similar Issues:
Description
Currently during JSP precompile, we unzip all the JARs so that we can point to a single folder with all the .class files in them. This is fairly inefficient, both in terms of time and in terms of disk writes, particularly for servers that frequently run JSP precompilation (such as for Selenium testing or for Hudson validation).
Instead, we can update the classpath that is used by the JSP precompilation process to include the required JARs.
