Seaside and gst (not gst-remote)

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Seaside and gst (not gst-remote)

Nicolas Petton
Hi,

I tried without success to start seaside in gst, without the gst-remote
command.

I tried:

PackageLoader fileInPackage: 'Seaside'
PackageLoader fileInPackage: 'Seaside-Development'
PackageLoader fileInPackage: 'Seaside-Examples'
Seaside.SwazooSeaside startOn: 8080

Is there a reason why this only works with gst-remote?

Thanks,

Nico

_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk

signature.asc (204 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Seaside and gst (not gst-remote)

Paolo Bonzini-2

> PackageLoader fileInPackage: 'Seaside'
> PackageLoader fileInPackage: 'Seaside-Development'
> PackageLoader fileInPackage: 'Seaside-Examples'
> Seaside.SwazooSeaside startOn: 8080
>
> Is there a reason why this only works with gst-remote?

The process is started, but not run in background.  The REPL always gets
control as soon as the previously invoked command finishes.

You need a "Processor activeProcess suspend" after it (which can be
interrupted with ^C).

Paolo


_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk