Mark Guzdial <[EMAIL PROTECTED]> wrote:
> >
> >From: Keith Hodges <[EMAIL PROTECTED]>
> >Reply-To: [EMAIL PROTECTED]
> >
> >To: [EMAIL PROTECTED]
> >Subject: Bug/Feature of ComSwikiLauncher
> >
> >
> >On the ComSwikiLauncher the port choosing button cycles through a list
> >of
> >recommended ports. If a port is taken , the start server button
> >correctly
> >goes red and the port button is remains stuck at that port number.
> >
> >For example:
> >
> >"Start a service on port 8000, then it becomes impossible to start the
> >ComSwiki server on port 8888, my test case was"
> >| service |
> >service := ComancheNetService named: 'DisplayCamExample' onPort: 8000.
> >service module: (DisplayCamModule new).
> >service start
> >
> >^.^
> >
> >Keith

I'm not pretty sure to understand your problem as it seems naturel to me
that when you start your ComSwiki as a 'Service' (some people would tell
'as a headless Swiki'= whitout UI) you can't any more drive it whith the
launcher (which is a GUI) . If after you started it as a service, you
want to change the port, you have to, IIRC:
1) stop the service 
2) restart the ComSwiki with the launcher 
3) stop it whithin the launcher 
4) change the port 
5) Save and quit whitin the launcher 
6) restart the Service.

Raymond

Reply via email to