Changeset 754
- Timestamp:
- 07/23/07 18:18:05 (1 year ago)
- Files:
-
- honeyclient/trunk/bin/StartManager.pl (modified) (1 diff)
- honeyclient/trunk/etc/honeyclient.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
honeyclient/trunk/bin/StartManager.pl
r752 r754 28 28 my $driver = "HoneyClient::Agent::Driver::Browser::IE"; 29 29 my $config = "/vm/master-vms/Agent.Master-23/winXPPro.cfg"; 30 my $maxrel = 5;30 my $maxrel = 10; 31 31 my $nexturl = ""; 32 32 my $urllist= ""; honeyclient/trunk/etc/honeyclient.xml
r751 r754 458 458 <!-- HoneyClient::Manager::VM Options --> 459 459 <VM> 460 <!-- TODO: Need to include logic to use this variable. --> 460 461 <master_vm_config description="The full absolute path to the VM configuration file on the host system that will be used by all subsequent cloned VMs."> 461 /vm/master-vms/Agent.Master-2 0/winXPPro.cfg462 /vm/master-vms/Agent.Master-23/winXPPro.cfg 462 463 </master_vm_config> 463 464 <port description="The TCP port number that the SOAP server of the VM daemon will listen on for requests. Note: This port should be unique and not already be used by other modules, services, or daemons running on the host system." default="8089">
