Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: [ANNOUNCE] i o n . p e

From: rebol:techscribe at: 27-Aug-2003 7:44

Hi. That's fixed. ion.pe attempts to connect on port 1024, unless you manually change the entry in the ..\Config\ion.ApplicationSettings.cfg file. The pertinent entry is REBOLPort= NNNN where NNNN should read 1024, unless you change it manually. ion.pe notifies REBOL of the port that will be used. REBOL then uses that port in two functions, namely ion.done and ion.code. Those functions are defined in the file ..\ion\ion.r. If you manually edit the ..\Config\ion.ApplicationSettings.cfg and set it to a port of your liking, or, if you download the current online version, then that should take care of the problems you encountered. Hope this helps. Elan [sqlab--gmx--net] wrote: