Time for action – installing a plugin to provide PayPal Sandbox environment support
Stop the Liferay Portal server, if it is already running.
Locate the
deploy
directory in the root folder where you installed the Liferay portal server:Copy
shopping-paypal-ext-6.0.6.1.war
from the downloaded code to deploy the directory located in the preceding step.Now, start the Liferay Portal server.
Once the server is up and running, we need to restart the server again as we deployed the
ext
plugin of Liferay. So stop the server and start the server again.Tip
Once the server is started after step 4, you should see the following message on the server console. You need to restart the server after you see this message:
INFO [ExtHotDeployListener:188] Extension environment for shopping-paypal-ext has been applied. You must reboot the server and redeploy all other plugins.
What just happened?
We deployed an extension plugin war file to the Liferay Portal server. This plugin customizes the PayPal integration functionality...