Re: Checking in

Tim Johnson <[email protected]> Mon, 17 Feb 2025 21:07:44 -0800 (PST)
Newsgroups gmane.comp.lang.smalltalk.squeak.seaside
Message-ID <[email protected]>
  This message is in MIME format.  The first part should be readable text,
  while the remaining parts are likely unreadable without MIME-aware tools.

--1532761246-1397882451-1739855265=:207373
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8BIT

As far as I know, Zinc is not used in Squeak.  Squeak uses 
WebClient/WebServer.


On Tue, 18 Feb 2025, Jupiter Jones wrote:

> Hi Carl,
> Yes, Zinc is used in GemStone/Pharo/Squeak.
> 
> I apologise I haven’t used Seaside in VW for many years. There will be an “Adaptor” that is
> used to launch seaside. It could well be a subclass of WAServerAdaptor so that might be the
> place to start.
> 
> From memory there was some UI in VW (like the one in Pharo) for starting seaside that
> allowed you to set the port. If that still exists, it should hold all the answers :)
> 
> Let me know how you go.
> 
> Cheers,
> 
> J
>
>       On 18 Feb 2025, at 8:15 am, Carl G <[email protected]> wrote:
> 
> Thanks.
> Is  ZnZincStaticServerAdaptor a Squeak or Pharo specific class?  It doesn't exist in
> VisualWorks which uses the Sioux web server.
> 
> Also, I need to be able to change the port on the fly.  Not a showstopper, but that's
> what my users are used to doing.  ;)
> 
> -Carl Gundel, author of Run BASIC
> http://www.runbasic.com
> 
> On Mon, Feb 17, 2025 at 3:38 PM Jupiter Jones <[email protected]> wrote:
>       Hi Carl,
> The port is set in the adapter before launching. 
> 
> WAServerAdaptor-#port:
> 
> From the class comment on ZnZincStaticServerAdaptor…
> 
> ZnZincStaticServerAdaptor startOn: 8080 andServeFilesFrom: '/var/www/‘.
> 
> Hope this helps.
> 
> Cheers,
> 
> J
>
>       On 18 Feb 2025, at 7:09 am, Carl Gundel <[email protected]>
>       wrote:
> 
> Hey all,
> It's been a while to say the least.  Greetings.
> 
> I'm trying to port my Run BASIC system from Seaside 2.8 (how to be sure
> which version is installed?) to 3.5 on VisualWorks.
> 
> I have run into a bunch of issues which for the moment I manage to
> sidestep and I have the system limping along.
> 
> First question though is, how many people here are still using Seaside? 
> Is this the best place to connect?  I heard there is supposed to be a
> Discord group?  I looked there and didn't find anything.
> 
> On very specific technical question I have right now is how to
> programmatically change the port number on the seaside server (on
> VisualWorks) from inside my app?  This is easy enough in the older version
> of Seaside, but so far it has eluded me in the latest version?  Actually
> I'm not even sure how to change the port number from the system GUI.  I
> will keep digging but any help appreciated.
> 
> I hope that there are still a good core of Seaside users here.
> 
> Thanks.
> 
> -Carl Gundel, author of Run BASIC
> http://www.runbasic.com
> 
> _______________________________________________
> seaside mailing list -- [email protected]
> To unsubscribe send an email to [email protected]
> 
> 
> 
>
--1532761246-1397882451-1739855265=:207373
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
seaside mailing list -- [email protected]
To unsubscribe send an email to [email protected]

--1532761246-1397882451-1739855265=:207373--