Description:
Running Identity Minder on JBoss 6.1 and JSP compiling no longer works.
Solution:
JBoss AS 6.1 no longer requires pre-compilation of JSP files.
To deploy a file, simply update the existing file or add the file and on startup.
JBoss will re-compile the files automatically, even without restarting.
If the JSPs are not auto-compiling, your JBoss EAP is not configured to auto compile JSPs (which is often the case with production level servers).
In that case you will need to discuss this with JBoss EAP Support directly to assist in enabling auto-compiling.
Currently with Identity Minder running on Jboss 6.1, we do not provide utility to compile JSP files as we did in previous Identity Minder versions.