Learn how to rebuild the system.
To rebuild the system:
Go to <HYBRIS_HOME>/bin/platform and rebuild the system using theant clean all
<HYBRIS_HOME>/bin/platform
ant clean all
command. The ant customize all command is required if you are using the OOB storefront.
ant customize all
Start the server with the following command:
Windows: hybrisserver.bat start
hybrisserver.bat start
Unix: ./hybrisserver.sh start
./hybrisserver.sh start
Last updated 4 years ago