____________________________________________________
				WEBLOADER USAGE
____________________________________________________ 
 	java -cp WebLoader.jar de.j4ee.webloader.WebLoader LoaderFile [NOSSL]

   Syntax of LoaderFile(.loader):
   
   <COMMAND>,<PARAMETER1>,[PARAMETER2],...

	-START,commandFile,num_threads,num_iter,ms_rampUpDelay
		Executes given commandFile with num_threads num_iter-times using specified ramp-up delay
		Waits for all threads to be completed before starting next action
		*Example:
			USE,scripts/example.net,5,2,10000
	
	-CALL,commandFile,num_threads,num_iter,ms_rampUpDelay
		Executes given commandFile with num_threads num_iter-times using specified ramp-up delay
		Start next action immidiately after triggering threads. 
		*Example:
			CALL,scripts/example.net,5,2,10000
	
	-WAIT,Milliseconds
		Waits given number of ms before executing next action
		*Example:
			WAIT,10000


 -- MARKER:
 	#<Comment_Text> = Inline comment
	