Tim R - 2016-01-07

I'm having difficulty getting my xlloop.xll to connect to my java backend. I'm running Excel on a local VM in NAT mode and the java server on the host machine. When I telnet into the host on port 5454 from the VM, the session initialises successfully and I see some feedback in the log on the server side. However when I try to register the XLL on this port, none of my functions show up in Excel and nothing is printed on the server side.

I have this in my ini file:

server=10.0.2.2:5454
addin.name=MyAddin
log.output.debug.monitor=true
log.level=debug

Is there any way to get the XLL to log what it's doing? Where would this output get written?