Preparing ITC Drop

From VCGR Wiki

Jump to: navigation, search

This is a checklist of things that need to be done in order to turn a Genesis II GeniiNet drop into an ITC drop.

  • Go ahead and do an install on a windows machine
    • No Shortcuts
    • Install but do not start the container service
  • Edit the container.properties file
    • Add edu.virginia.vcgr.genii.container.user-dir=C\:\\Program Files\\GenesisII
  • Edit the wrapper.conf file
    • Modify:
      • wrapper.ntservice.account
      • wrapper.ntservice.password
      • wrapper.ntservice.password.prompt
  • Create itc-bootstrap.bat
    • Content
netsh firewall add portopening protocol=TCP port=18443 name="XCG Container"
cd "C:\Program Files\GenesisII\JavaServiceWrapper\wrapper\bin"
wrapper-windows-x86-32.exe -i ..\conf\wrapper.conf
wrapper-windows-x86-32.exe -t ..\conf\wrapper.conf
  • Create itc-destroy.bat
    • Content
cd "C:\Program Files\GenesisII\JavaServiceWrapper\wrapper\bin"
wrapper-windows-x86-32.exe -r ..\conf\wrapper.conf
netsh firewall delete portopening protocol=TCP port=18443
cd "C:\Program Files"
RMDIR /S /Q GenesisII