Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Every time you create the clone, before starting the clone VM you edit the LAN adapter to change the MAC address from one ending in AD to AE, and after starting the clone for the first time you issue the hostnamectl command as described above to change the hostname. The rest should take care of itself.

While you are free to try and configure the firewall yourself, there is no need for a firewall in a walled off private network. It is disabled in the Sandbox VM ("systemctl disable firewalld").

CAS Development

CAS development is the same whether you are working on a Windows host computer (with Eclipse and JBoss) or on the Sandbox VM. You edit in Eclipse, build with Maven, and run JBoss from the Eclipse toolbar. Generic CAS develpment is described elsewhere. This section just describes the Sandbox.

...