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