On Tue, 16 Aug 2011 17:20:08 +0200 Stephan Beal <[email protected]> wrote:
> > If this port (8080) is already used, the service fails silently. > > To circumvent this problem either specify a different port when > > you create the service (-p|--port option) or start the service > > before you use the "interactive" 'fossil server' or 'fossil ui' > > commands. > On Linux systems (and, i _assume_ others), if 8080 is already taken > fossil tries the next port, then the next one... not sure how many > time it'll try. So --port should only be necessary when you want to > hard-code to a specific port. That's true for the `server` and `ui` subcommands, and it works the way you described both on Windows and Linux (I assume on any POSIX system in fact). But the `winserv` is a new addition, I'm not sure it uses the same semantics (and I'd say it would be strange for it to use the same semantics). _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

