Hi all,
I have been using SCADomain.newInstance to start a domain and deploy a
composite file.

This always starts a jetty server on port 8080.

Now, I have run into issues where the port 8080 is already being used
by some other application (and I cannot change that). I was wondering
whether there's a way to make it start on a different port.

I was trying something like
SCADomain.newInstance("http://localhost:9090","/","Calculator.composite";);

but that still starts a server at 8080.

Thanks,
Rohan

Reply via email to