Versions Compared

Key

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

...

Start Vagrant virtual machine:

Code Block
cd scrsrc/vagrant
vagrant up

Enter the Vagrant virtual machine

...

To start the DOMS with debugging enabled:

Code Block
cd ~/7880-doms
tomcat/bin/shutdown.sh
tomcat/bin/catalina.sh jpda start

...

Start Vagrant virtual machine:

Code Block
cd scrsrc/vagrant
vagrant up

Enter the Vagrant virtual machine

...

To start the DOMS GUI with debugging enabled:

Code Block
cd ~/domsgui
tomcat/bin/shutdown.sh
tomcat/bin/catalina.sh jpda start

...