Wednesday, June 13, 2007

Precompiling Curam JSPs

When you do the precompilejsp target you would most likely get an OutOfMemoryError. To fix this, open up C:\PROGRA~1\IBM\WebSphere\AppServer\bin\JspBatchCompiler.bat and change the last line where it says -Xmx256m to -Xmx512m. This technique can be applied to non-Curam projects as well.

0 comments: