Tutorials > Customize > Deploy precompiled JSP files to the WebSphere Commerce Server
Package the source and compiled JSP files
In the previous task, you compiled all of the JSP files in the Stores Web module. This is typically done on a machine devoted to building the customizations. In this task, you package the Stores Web module into a single file that can be moved to another system for deployment.
Procedure
To create the Stores Web module archive, run the following commands:
cd /mytmp/WC_instance.expanded.ear WAS_HOME/java/bin/jar -cMf /mytmp/partialApp.jar Stores.war/*The result is a single JAR file named partialApp.jar that contains the Web module. This JAR file can be deployed to the production site using a variety of WebSphere Application Server tools.