• Addin configuration parameters
    		addin.name=XLL-ALEXA
    
    		server=localhost:5001,alexacomputing.com:5001
    		server.selection.mode=round-robin
    
    		server.auto.start=1
    		server.memory.size=512m;
    		server.start.jarfile=<install folder>\server\xlloop-finance.jar
    
    		log=<install folder>\log\xlloop-alexa.log
    		log.level=info
    		
    where the <install folder> must be replaced with the folder path were the files were saved. If parameter server.start.jarfile is not set, then the addin will identify automatically the <install folder> and will look for <install folder>\server\xlloop-finance.jar file to start java server.