Precompiling JSPs

The Sterling Order Management System Software UI is made up Java™ Server Pages (JSPs).

When users call up a JSP the first time, the application server automatically translates and compiles the JSP file. This process can over 30 seconds, which could lead to the perception of an unresponsive system. Further, this process is performed serially even on a multiprocessor node - if you have multiple users hitting five different pages, WebLogic compiles these pages one at a time. As a result, we strongly recommend precompiling the JSP pages prior to deployment into production.

You should ensure your application server administrator precompiles the JSPs as part of the application deployment.

Please see WebLogic tuning: JSP pre-compilation on precompiling JSPs in WebLogic application servers.

Please see WebSphere tuning: JSP pre-compilation on precompiling JSPs in WebSphere® application servers.