Tutorials > Customize | Next >
Deploy precompiled JSP files to the WCS Server
Overview
JSP files with changes require recompilation.
When a JSP file is accessed, the page is compiled into a Java servlet. The compilation is done the first time the page is accessed or when the source file is changed. This compilation can add several seconds to the request processing. End users might see this as a performance problem.
This tutorial guides you through the steps of...
- Precompiling JSP files
- Packaging them
- Deploying them to the WCS Server
If the WCS Server is clustered, this process ensures that the compiled JSP files are distributed to all nodes that are part of the cluster. This process also takes advantage of the rollout update feature to ensure have zero downtime when updating clustered applications.
To complete this tutorial, have a WCS Server with a a starter store published.