Adding remote web components in Liferay.
To setup the Liferay DXP bundle do:
./gradlew initBundle
To build all the project modules do:
./gradlew deploy
To run Liferay do:
bundles/tomcat-9.0.33/bin/catalina.sh [jpda] run
*** add jpda
if you want to enable java debugging on standard port (8000)