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. Note: If you are using the OOB storefront, you must use the ant customize all command.
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 3 years ago