Page 1 of 1

-New not spawning a 2nd instance?

Posted: October 31st, 2011, 2:58 pm
by gerbil42
Using Win32 and I have one instance running as a service already and can see the .exe in the list of running processes, web UI is available on 8080.

When I use the -new switch to try to spawn a 2nd instance of the service listening on 8090, IE can't find the page, and I don't get a 2nd instance of the exe running in processes.

I don't see any additional output to the cmd window, or additional entries in the log.

Is this a known issue? Anyone gotten this working successfully?

Re: -New not spawning a 2nd instance?

Posted: October 31st, 2011, 4:33 pm
by shypike
It's the --new switch, so two dashes.

Re: -New not spawning a 2nd instance?

Posted: November 1st, 2011, 3:53 am
by gerbil42
That was exactly it, thanks.