%BOOK_ENTITIES; ]>
Deployment and Testing Steps Deploying the &PRODUCT; code that you compiled is a two step process: If you have not configured the database or modified its properties do: mvn -P developer -pl developer -Ddeploydb Then you need to run the &PRODUCT; management server. To attach a debugger to it, do: export MAVEN_OPTS="-Xmx1024 -Xdebug -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n" mvn -pl :cloud-client-ui jetty:run When dealing with the database, remember that you may wipe it entirely and lose any data center configuration that you may have set previously.