The 10/01/01 at 14:08, Jochen F. Rick <[EMAIL PROTECTED]> wrote:
> If you are somewhat okay with Squeak, then this isn't very hard.
> With a browser, go to the entry for ComSwikiLauncher. Highlight
> ValidPorts and inspect it (ctrl-i or alt-i depending on system). In the
> bottom of the inspector, type "self add: 8081". Do it (highlight and hit
> ctrl-d or alt-d). Create a new ComSwikiLauncher by doing
> "ComSwikiLauncher openAsMorph". Click on the port number until it equals
> 8081. Then start your server.
>
> Peace and Luck!
>
> Je77
>
> On Wed, Jan 10, 2001 at 12:19:49PM +0300, [EMAIL PROTECTED] wrote:
> > Hi Jochen,
> > I am a Squeaker but not really a programmer, I need to add new port to
> > a ComSwiki, ex.: 8081, is it possible and how I do it ?
> > I saw in ComSwikiLauncher that I can add new ports to ValidPorts but it
> > seems that you have to setup a comancheServer with a new
> > connectionHandler but this stuff is a bit more than I can absorb for
> > now.
> >
> > Can you help me
Jochen,
it works. What I was doing is typing in the brower 'ValidPorts add: 8081
etc....'
but I didn't realise that after I have to 'Create a new
ComSwikiLauncher'...because
of the initialization. I learned too a useful utilisation of an inspector,
I was used to type information in the bottom pane of an explorer but I didn't
know it was
the same in an inspector...good.
Thank you very much.