Tutorials > Customize > Deploy precompiled JSP files to the WebSphere Commerce Server
Tutorial summary
This tutorial guided you through an end-to-end deployment process. You used the JspBatchCompiler to precompile the JSP files in the Stores Web module. The compiled JSP files were included in the enterprise application EAR file itself. You then used the wsadmin scripting utility to deploy the new Web module to the production server. The script ensured that in a clustered environment all cluster members were updated and that there was no downtime when updating the application.
Resources
- JSP class file generation (from the WebSphere Application Server information center)
- Flexible options for updating deployed applications