It seems there is no relation between the user
interface and XMLs files in the Executor.
Following I describe an error that happend with me.
I was using a manager and an executor in one machine
X. So the executor was configured to
contact "localhost". After this I decided to leave
the manager on machine X and put the executor on
machine Y, so I copied all alchemi files to the
machine Y.
When I started the executor
(bin/Executor/Alchemi.ExecutorExec), I filled
the ip address of machine X (manager ip). However it
didn't work. I modified
the file bin/Executor/Alchemi.Executor.config.xml and
also didn't work. So I figured out that the executor
gets the Manager IP Address from
bin/Executor/dat/Alchemi.Manager.config.xml - I
modified the file by hand
and it worked.
Marco