Skip to:
Openfire uses pre-compiled JSP pages when it is running normally. When developing, it would be handy to have on-the-fly compilation instead. That would remove the need to manually compile the JSP pages over and over again.
https://github.com/igniterealtime/Openfire/pull/585
Openfire uses pre-compiled JSP pages when it is running normally. When developing, it would be handy to have on-the-fly compilation instead. That would remove the need to manually compile the JSP pages over and over again.