Re: Checking in

Jupiter Jones <[email protected]> Tue, 18 Feb 2025 08:22:52 +1100
Newsgroups gmane.comp.lang.smalltalk.squeak.seaside
Message-ID <[email protected]>
--===============4404362680447016417==
Content-Type: multipart/alternative;
	boundary="Apple-Mail=_D7AADD24-B12E-4102-BF37-C3B021D8B591"


--Apple-Mail=_D7AADD24-B12E-4102-BF37-C3B021D8B591
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain;
	charset=utf-8

Hi Carl,

Yes, Zinc is used in GemStone/Pharo/Squeak.

I apologise I haven=E2=80=99t used Seaside in VW for many years. There =
will be an =E2=80=9CAdaptor=E2=80=9D that is used to launch seaside. It =
could well be a subclass of WAServerAdaptor so that might be the place =
to start.

=46rom 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=E2=80=AFam, Carl G <[email protected]> =
wrote:
>=20
> Thanks.
>=20
> Is  ZnZincStaticServerAdaptor a Squeak or Pharo specific class?  It =
doesn't exist in VisualWorks which uses the Sioux web server.
>=20
> 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.  ;)
>=20
> -Carl Gundel, author of Run BASIC
> http://www.runbasic.com <http://www.runbasic.com/>
> On Mon, Feb 17, 2025 at 3:38=E2=80=AFPM Jupiter Jones =
<[email protected] <mailto:[email protected]>> wrote:
>> Hi Carl,
>>=20
>> The port is set in the adapter before launching.=20
>>=20
>> WAServerAdaptor-#port:
>>=20
>> =46rom the class comment on ZnZincStaticServerAdaptor=E2=80=A6
>>=20
>> ZnZincStaticServerAdaptor startOn: 8080 andServeFilesFrom: =
'/var/www/=E2=80=98.
>>=20
>> Hope this helps.
>>=20
>> Cheers,
>>=20
>> J
>>=20
>>> On 18 Feb 2025, at 7:09=E2=80=AFam, Carl Gundel =
<[email protected] <mailto:[email protected]>> wrote:
>>>=20
>>> Hey all,
>>>=20
>>> It's been a while to say the least.  Greetings.
>>>=20
>>> 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.
>>>=20
>>> I have run into a bunch of issues which for the moment I manage to =
sidestep and I have the system limping along.
>>>=20
>>> 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.
>>>=20
>>> 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.
>>>=20
>>> I hope that there are still a good core of Seaside users here.
>>>=20
>>> Thanks.
>>>=20
>>> -Carl Gundel, author of Run BASIC
>>> http://www.runbasic.com =
<http://www.runbasic.com/>_______________________________________________
> seaside mailing list -- [email protected]
> To unsubscribe send an email to =
[email protected]


--Apple-Mail=_D7AADD24-B12E-4102-BF37-C3B021D8B591
Content-Transfer-Encoding: quoted-printable
Content-Type: text/html;
	charset=utf-8

<html><head><meta http-equiv=3D"content-type" content=3D"text/html; =
charset=3Dutf-8"></head><body style=3D"overflow-wrap: break-word; =
-webkit-nbsp-mode: space; line-break: after-white-space;">Hi =
Carl,<div><br></div><div>Yes, Zinc is used in =
GemStone/Pharo/Squeak.</div><div><br></div><div>I apologise I haven=E2=80=99=
t used Seaside in VW for many years. There will be an =E2=80=9CAdaptor=E2=80=
=9D that is used to launch seaside. It could well be a subclass of =
WAServerAdaptor so that might be the place to =
start.</div><div><br></div><div>=46rom 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 =
:)</div><div><br></div><div>Let me know how you =
go.</div><div><br></div><div>Cheers,</div><div><br></div><div>J</div><div>=
<div><br><blockquote type=3D"cite"><div>On 18 Feb 2025, at 8:15=E2=80=AFam=
, Carl G &lt;[email protected]&gt; wrote:</div><br =
class=3D"Apple-interchange-newline"><div><div dir=3D"ltr"><div =
dir=3D"ltr">Thanks.<div><br></div><div>Is&nbsp;

ZnZincStaticServerAdaptor a Squeak or Pharo specific class?&nbsp; It =
doesn't exist in VisualWorks which uses the Sioux web =
server.</div><div><br></div><div>Also, I need to be able to change the =
port on the fly.&nbsp; Not a showstopper, but that's what my users are =
used to doing.&nbsp; ;)</div><div><br></div><div>-Carl Gundel, author of =
Run BASIC<br><div><div><a href=3D"http://www.runbasic.com/" =
target=3D"_blank">http://www.runbasic.com</a></div></div></div></div><br><=
div class=3D"gmail_quote gmail_quote_container"><div dir=3D"ltr" =
class=3D"gmail_attr">On Mon, Feb 17, 2025 at 3:38=E2=80=AFPM Jupiter =
Jones &lt;<a =
href=3D"mailto:[email protected]">[email protected]</a>&gt; =
wrote:<br></div><blockquote class=3D"gmail_quote" style=3D"margin:0px =
0px 0px 0.8ex;border-left:1px solid =
rgb(204,204,204);padding-left:1ex"><div>Hi Carl,<div><br></div><div>The =
port is set in the adapter before =
launching.&nbsp;</div><div><br></div><div>WAServerAdaptor-#port:</div><div=
><br></div><div>=46rom the class comment =
on&nbsp;ZnZincStaticServerAdaptor=E2=80=A6</div><div><br></div><div>ZnZinc=
StaticServerAdaptor startOn: 8080 andServeFilesFrom: =
'/var/www/=E2=80=98.</div><div><br></div><div>Hope this =
helps.</div><div><br></div><div>Cheers,</div><div><br></div><div>J</div><d=
iv><div><br><blockquote type=3D"cite"><div>On 18 Feb 2025, at 7:09=E2=80=AF=
am, Carl Gundel &lt;<a href=3D"mailto:[email protected]" =
target=3D"_blank">[email protected]</a>&gt; =
wrote:</div><br><div><div dir=3D"ltr">Hey all,<div><br></div><div>It's =
been a while to say the least.&nbsp; =
Greetings.</div><div><br></div><div>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.</div><div><br></div><div>I have run into a bunch of =
issues which for the moment I manage to sidestep and I have the system =
limping&nbsp;along.</div><div><br></div><div>First question though is, =
how many people here are still using Seaside?&nbsp; Is this the best =
place to connect?&nbsp; I heard there is supposed to be a Discord =
group?&nbsp; I looked there and didn't find =
anything.</div><div><br></div><div>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?&nbsp; This is easy =
enough in the older version of Seaside, but so far it has eluded me in =
the latest version?&nbsp; Actually I'm not even sure how to change the =
port number from the&nbsp;system GUI.&nbsp; I will keep digging but any =
help appreciated.</div><div><br></div><div>I hope that there are still a =
good core of Seaside users =
here.</div><div><br></div><div>Thanks.</div><div><br></div><div>-Carl =
Gundel, author of Run BASIC</div><div><a href=3D"http://www.runbasic.com/"=
 =
target=3D"_blank">http://www.runbasic.com</a></div></div></div></blockquot=
e></div></div></div>
</blockquote></div></div>
_______________________________________________<br>seaside mailing list =
-- [email protected]<br>To unsubscribe send an email to =
[email protected]<br></div></blockquote></div><br><=
/div></body></html>=

--Apple-Mail=_D7AADD24-B12E-4102-BF37-C3B021D8B591--

--===============4404362680447016417==
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]

--===============4404362680447016417==--